<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: MySQL vs PostgreSQL Benchmarks</title>
	<atom:link href="http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html</link>
	<description>Just another Bastard Operator From Hell. Everything from *nix to programming</description>
	<lastBuildDate>Sat, 14 Jan 2012 18:33:44 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: admin</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-2#comment-2983</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 29 Nov 2011 07:39:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-2983</guid>
		<description>I will try to finish another set of benchmarks, but I need some time for that. Anyway thanks for comment.</description>
		<content:encoded><![CDATA[<p>I will try to finish another set of benchmarks, but I need some time for that. Anyway thanks for comment.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anuraag G</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-1#comment-2975</link>
		<dc:creator>Anuraag G</dc:creator>
		<pubDate>Sat, 26 Nov 2011 09:44:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-2975</guid>
		<description>The absolute best benchmark article I have read comparing mysql versus postgresql. Sure, there could be improvements, as people have suggested. But the attention to details in your post is amazing.

I wish if you could find time to redo the benchmark with latest versions of the databases - 5.6 for MySql and 9.x for PG.</description>
		<content:encoded><![CDATA[<p>The absolute best benchmark article I have read comparing mysql versus postgresql. Sure, there could be improvements, as people have suggested. But the attention to details in your post is amazing.</p>
<p>I wish if you could find time to redo the benchmark with latest versions of the databases &#8211; 5.6 for MySql and 9.x for PG.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ALEX</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-1#comment-2842</link>
		<dc:creator>ALEX</dc:creator>
		<pubDate>Wed, 31 Aug 2011 10:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-2842</guid>
		<description>Topic Starter, for operation &quot;bulk insert&quot; in postgresql
must be used COPY operation(see fu*king manual).
It have someone nuances, but ACID has been observed.
PS
Sorry for my english. 
I went to shoot the bears.</description>
		<content:encoded><![CDATA[<p>Topic Starter, for operation &#8220;bulk insert&#8221; in postgresql<br />
must be used COPY operation(see fu*king manual).<br />
It have someone nuances, but ACID has been observed.<br />
PS<br />
Sorry for my english.<br />
I went to shoot the bears.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric Gillette</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-1#comment-2838</link>
		<dc:creator>Eric Gillette</dc:creator>
		<pubDate>Thu, 25 Aug 2011 17:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-2838</guid>
		<description>Nice comparison, but it does seem a little skewed towards PostGreSQL.

LOL!

I think the performance benefits of a properly tuned InnoDB MySQL Database would seriously kill PostGreSQL.

This isn&#039;t to say PostGreSQL doesn&#039;t have a place -- I think it&#039;s best used for back-end applications and/or intranet systems.

But for modern day database-driven websites, I think MySQL is the clear choice since speed is one of the most important factors on a website.</description>
		<content:encoded><![CDATA[<p>Nice comparison, but it does seem a little skewed towards PostGreSQL.</p>
<p>LOL!</p>
<p>I think the performance benefits of a properly tuned InnoDB MySQL Database would seriously kill PostGreSQL.</p>
<p>This isn&#8217;t to say PostGreSQL doesn&#8217;t have a place &#8212; I think it&#8217;s best used for back-end applications and/or intranet systems.</p>
<p>But for modern day database-driven websites, I think MySQL is the clear choice since speed is one of the most important factors on a website.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vicsanca</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-1#comment-2813</link>
		<dc:creator>vicsanca</dc:creator>
		<pubDate>Tue, 02 Aug 2011 07:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-2813</guid>
		<description>You need autovacuum to be disabled to make comparison with mysql. bulk operations are surely slower caused by vacuuming.</description>
		<content:encoded><![CDATA[<p>You need autovacuum to be disabled to make comparison with mysql. bulk operations are surely slower caused by vacuuming.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-1#comment-2783</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Mon, 11 Jul 2011 11:36:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-2783</guid>
		<description>Thanks Pino for your suggestions. I&#039;m agree with you, every project can have it&#039;s own requirements, and just chose the DB what is suitable for you and your project.</description>
		<content:encoded><![CDATA[<p>Thanks Pino for your suggestions. I&#8217;m agree with you, every project can have it&#8217;s own requirements, and just chose the DB what is suitable for you and your project.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pino</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-1#comment-2780</link>
		<dc:creator>Pino</dc:creator>
		<pubDate>Tue, 05 Jul 2011 13:48:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-2780</guid>
		<description>For a recent project we have chosen for PostgreSQL, because it has better support for stored procedures. It gives better control over constraints. The type system is strong and let you extend the type system. It combines good with Haskell (our primary server language), which also features a strong and extendable type system. I find the two pleasantly alike. It has better developed extensions. (Like PostGIS). 

But MySQL is simpler to use, which makes it suitable for rapid prototyping. 

Performance is not the only thing, what counts. If that was the case, we would all go to custom data types or NoSQL Databases, thereby dropping all the wonderful tools relational databases gives us. 

And even if performance is the main issue, we can transform the offending parts of the system into better performing ones. 

Profile, optimize and eventually rewrite.</description>
		<content:encoded><![CDATA[<p>For a recent project we have chosen for PostgreSQL, because it has better support for stored procedures. It gives better control over constraints. The type system is strong and let you extend the type system. It combines good with Haskell (our primary server language), which also features a strong and extendable type system. I find the two pleasantly alike. It has better developed extensions. (Like PostGIS). </p>
<p>But MySQL is simpler to use, which makes it suitable for rapid prototyping. </p>
<p>Performance is not the only thing, what counts. If that was the case, we would all go to custom data types or NoSQL Databases, thereby dropping all the wonderful tools relational databases gives us. </p>
<p>And even if performance is the main issue, we can transform the offending parts of the system into better performing ones. </p>
<p>Profile, optimize and eventually rewrite.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Whose is the future آینده از آن کیست &#124; دنیای فناوری اطلاعات</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-1#comment-2605</link>
		<dc:creator>Whose is the future آینده از آن کیست &#124; دنیای فناوری اطلاعات</dc:creator>
		<pubDate>Thu, 14 Apr 2011 08:39:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-2605</guid>
		<description>[...] با چند تغییر دیگر به کارایی خود افزوده. اطلاعات بیشتر، مقایسه MySQL و PostgreSql، آینده DBMS درصد غالب سیستم های مدیریت محتوا متن باز [...]</description>
		<content:encoded><![CDATA[<p>[...] با چند تغییر دیگر به کارایی خود افزوده. اطلاعات بیشتر، مقایسه MySQL و PostgreSql، آینده DBMS درصد غالب سیستم های مدیریت محتوا متن باز [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DotCom</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-1#comment-1258</link>
		<dc:creator>DotCom</dc:creator>
		<pubDate>Sat, 29 Jan 2011 17:35:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-1258</guid>
		<description>i have used mysql for many years now. I always preffered innodb over myisam. Now i&#039;m using postgre sql because of one thing: full text searching. I can&#039;t beleive that transactional engine like innodb doesn&#039;t have this support. Anyway, i also noticed that my websites run faster with postgre sql and php PDO under high load.

Sure, postgre is harder to learn, it&#039;s more complex, but it&#039;s worth it. If this benchmarks are true, it&#039;s worlds most advanced and now the fastest database.</description>
		<content:encoded><![CDATA[<p>i have used mysql for many years now. I always preffered innodb over myisam. Now i&#8217;m using postgre sql because of one thing: full text searching. I can&#8217;t beleive that transactional engine like innodb doesn&#8217;t have this support. Anyway, i also noticed that my websites run faster with postgre sql and php PDO under high load.</p>
<p>Sure, postgre is harder to learn, it&#8217;s more complex, but it&#8217;s worth it. If this benchmarks are true, it&#8217;s worlds most advanced and now the fastest database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh</title>
		<link>http://www.randombugs.com/linux/mysql-postgresql-benchmarks.html/comment-page-1#comment-1233</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Mon, 10 Jan 2011 23:37:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.randombugs.com/?p=458#comment-1233</guid>
		<description>Sorry, i can&#039;t forget Mysql</description>
		<content:encoded><![CDATA[<p>Sorry, i can&#8217;t forget Mysql</p>
]]></content:encoded>
	</item>
</channel>
</rss>

