<?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 storage engine round-up, with Oracle-related thoughts</title>
	<atom:link href="http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/</link>
	<description>Choices in data management and analysis</description>
	<lastBuildDate>Thu, 09 Feb 2012 21:52:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
	<item>
		<title>By: Marcio Carneiro</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-118160</link>
		<dc:creator>Marcio Carneiro</dc:creator>
		<pubDate>Thu, 23 Apr 2009 15:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-118160</guid>
		<description>I sugest you a visit to http://modis.ispras.ru/sedna/.
It is a XML native database.</description>
		<content:encoded><![CDATA[<p>I sugest you a visit to <a href="http://modis.ispras.ru/sedna/" rel="nofollow">http://modis.ispras.ru/sedna/</a>.<br />
It is a XML native database.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shirish Jamthe</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-118082</link>
		<dc:creator>Shirish Jamthe</dc:creator>
		<pubDate>Thu, 23 Apr 2009 05:06:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-118082</guid>
		<description>Curt,

I am another fan of your blog like Mark, but totally disagree with your analysis of InnoDB.
I have worked for several years on Oracle (since 5.0) and on Ingres, Sybase as well as other object oriented databases like FAME &amp; Vision but have never seen an implementation this clean.
I love Oracle and InnoDB comes next in quality.

InnoDb is one on the most well written database code that even after 14 years or writing is still well intact and easy to understand. The fact that the code has not been disfigured shows the quality of writing.

There are lot more features that people would wish, and of course not all were added at the speed that a commercial database would add them for reasons that you can guess.

MySQL of course has a long way to improve, but I can say with certainty that most of the success MySQL (in web world) has got has to do with InnoDB&#039;s quality.

It is way better than other storage engines that you mentioned. Actually if you ask MySQL folks they will tell you that PBXT http://www.primebase.org/ engine actually is better than the other you have listed here.</description>
		<content:encoded><![CDATA[<p>Curt,</p>
<p>I am another fan of your blog like Mark, but totally disagree with your analysis of InnoDB.<br />
I have worked for several years on Oracle (since 5.0) and on Ingres, Sybase as well as other object oriented databases like FAME &amp; Vision but have never seen an implementation this clean.<br />
I love Oracle and InnoDB comes next in quality.</p>
<p>InnoDb is one on the most well written database code that even after 14 years or writing is still well intact and easy to understand. The fact that the code has not been disfigured shows the quality of writing.</p>
<p>There are lot more features that people would wish, and of course not all were added at the speed that a commercial database would add them for reasons that you can guess.</p>
<p>MySQL of course has a long way to improve, but I can say with certainty that most of the success MySQL (in web world) has got has to do with InnoDB&#8217;s quality.</p>
<p>It is way better than other storage engines that you mentioned. Actually if you ask MySQL folks they will tell you that PBXT <a href="http://www.primebase.org/" rel="nofollow">http://www.primebase.org/</a> engine actually is better than the other you have listed here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-117997</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 22 Apr 2009 22:55:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-117997</guid>
		<description>I can&#039;t say that I love or revere MySQL because I don&#039;t understand why I would love, hate or revere a piece of computer software but lack of features isn&#039;t really mediocre, besides
very often a &#039;feature&#039; can be much more efficient,
for a particular customer, done at application level. For a narrowly defined use case implementing bitmap indexes or in-memory database isn&#039;t a big deal. otoh MySQL/InnoDB have some features that are hard to find, insert buffer and ENUM/SET datatypes come to mind.

imho MySQL/InnoDB has three advantages over a leading closed source database brand:

1. performance per $ invested is unsurpassed. Most often it&#039;s very competitive even if you count TCO, not just open source.
2. open source which means you can fix it yourself or with the help of a few good people.
It also contributes to #3 below. People wouldn&#039;t want to embarass themselves by releasing the product based on code which is either naturally lame or hastily written to meet a release deadline. When the source code is closed sloppy coding often flourish. 
3. high quality. It is actually high quality as far as silly bugs resulting in crashes are concerned.</description>
		<content:encoded><![CDATA[<p>I can&#8217;t say that I love or revere MySQL because I don&#8217;t understand why I would love, hate or revere a piece of computer software but lack of features isn&#8217;t really mediocre, besides<br />
very often a &#8216;feature&#8217; can be much more efficient,<br />
for a particular customer, done at application level. For a narrowly defined use case implementing bitmap indexes or in-memory database isn&#8217;t a big deal. otoh MySQL/InnoDB have some features that are hard to find, insert buffer and ENUM/SET datatypes come to mind.</p>
<p>imho MySQL/InnoDB has three advantages over a leading closed source database brand:</p>
<p>1. performance per $ invested is unsurpassed. Most often it&#8217;s very competitive even if you count TCO, not just open source.<br />
2. open source which means you can fix it yourself or with the help of a few good people.<br />
It also contributes to #3 below. People wouldn&#8217;t want to embarass themselves by releasing the product based on code which is either naturally lame or hastily written to meet a release deadline. When the source code is closed sloppy coding often flourish.<br />
3. high quality. It is actually high quality as far as silly bugs resulting in crashes are concerned.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-117933</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Wed, 22 Apr 2009 15:32:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-117933</guid>
		<description>Mark,

Actually, this is almost the ideal client for me, based on their application. :)

As for the rest, my cat is worse than mediocre at hunting vermin and insects, which is about the only feline duty I can think of to measure him by.  But I love him dearly anyway, and wouldn&#039;t trade him for any other. Mediocre != universally unsuitable.</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>Actually, this is almost the ideal client for me, based on their application. <img src='http://www.dbms2.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As for the rest, my cat is worse than mediocre at hunting vermin and insects, which is about the only feline duty I can think of to measure him by.  But I love him dearly anyway, and wouldn&#8217;t trade him for any other. Mediocre != universally unsuitable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-117899</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Wed, 22 Apr 2009 13:02:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-117899</guid>
		<description>Curt,

Which of the missing features make it mediocre?

It is nonsense to claim that InnoDB is slow and MyISAM is fast based on the speed of SELECT COUNT(*) FROM FOO. You need better clients. Which RDBMS vendors run that query fast without doing an index or table scan?</description>
		<content:encoded><![CDATA[<p>Curt,</p>
<p>Which of the missing features make it mediocre?</p>
<p>It is nonsense to claim that InnoDB is slow and MyISAM is fast based on the speed of SELECT COUNT(*) FROM FOO. You need better clients. Which RDBMS vendors run that query fast without doing an index or table scan?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-117826</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Wed, 22 Apr 2009 07:16:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-117826</guid>
		<description>Mark,

I stand by the mediocrity claim, based on a broad lack of features. As for performance, I have clients who reiterate the conventional wisdom based on their own experience. (E.g., the one I was at Friday, who don&#039;t count something as performant unless it has a fast COUNT *). But I&#039;ll confess to never having looked closely enough at your tests to judge what kinds of uses they do or don&#039;t cover.

Best,

CAM</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>I stand by the mediocrity claim, based on a broad lack of features. As for performance, I have clients who reiterate the conventional wisdom based on their own experience. (E.g., the one I was at Friday, who don&#8217;t count something as performant unless it has a fast COUNT *). But I&#8217;ll confess to never having looked closely enough at your tests to judge what kinds of uses they do or don&#8217;t cover.</p>
<p>Best,</p>
<p>CAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-117822</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Wed, 22 Apr 2009 07:08:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-117822</guid>
		<description>Curt,

I love your blog, but I think you need to be more careful when your writing mixes what you know (and you know a lot) with what you have been told. According to you MyISAM is fast and InnoDB is slow and mediocre. I disagree and I use InnoDB a lot. I also run a lot of performance tests with it. In most cases that matter to me, InnoDB is much faster than MyISAM. The combination of InnoDB+MySQL is extremely stable for me (MTBF for software crashes measured in centuries). I guess I am the anomaly.</description>
		<content:encoded><![CDATA[<p>Curt,</p>
<p>I love your blog, but I think you need to be more careful when your writing mixes what you know (and you know a lot) with what you have been told. According to you MyISAM is fast and InnoDB is slow and mediocre. I disagree and I use InnoDB a lot. I also run a lot of performance tests with it. In most cases that matter to me, InnoDB is much faster than MyISAM. The combination of InnoDB+MySQL is extremely stable for me (MTBF for software crashes measured in centuries). I guess I am the anomaly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Max Lybbert</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-117512</link>
		<dc:creator>Max Lybbert</dc:creator>
		<pubDate>Tue, 21 Apr 2009 01:07:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-117512</guid>
		<description>My main concern is the clash of cultures between Oracle and MySQL developers.  From what I&#039;ve seen, companies that handle lots of mergers successfully have explicit policies in place to handle culture wars (and often those policies are &quot;the culture at the acquiring company always wins&quot;).</description>
		<content:encoded><![CDATA[<p>My main concern is the clash of cultures between Oracle and MySQL developers.  From what I&#8217;ve seen, companies that handle lots of mergers successfully have explicit policies in place to handle culture wars (and often those policies are &#8220;the culture at the acquiring company always wins&#8221;).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Curt Monash</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-117507</link>
		<dc:creator>Curt Monash</dc:creator>
		<pubDate>Tue, 21 Apr 2009 00:35:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-117507</guid>
		<description>Mike,

One job posting you had described ScaleDB as &quot;newly funded&quot;.  What does that mean? :)

Best,

CAM</description>
		<content:encoded><![CDATA[<p>Mike,</p>
<p>One job posting you had described ScaleDB as &#8220;newly funded&#8221;.  What does that mean? <img src='http://www.dbms2.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Best,</p>
<p>CAM</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.dbms2.com/2009/04/20/mysql-storage-engine-round-up-with-oracle-related-thoughts/#comment-117494</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 20 Apr 2009 23:02:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dbms2.com/?p=757#comment-117494</guid>
		<description>Curt,it has been a while since we spoke (www.scaledb.com). Yes Vern Watts, was a great man and a real pioneer in the database world as the chief architect of IBM IMS (father of shared-disk clustering) and then ScaleDB. 

We just announced the beta of our shared-disk clustering storage engine for MySQL. With the Oracle acquisition of Sun, things get complicated, especially since our storage engine delivers shared-disk clustering like Oracle RAC. We live in interesting times.</description>
		<content:encoded><![CDATA[<p>Curt,it has been a while since we spoke (www.scaledb.com). Yes Vern Watts, was a great man and a real pioneer in the database world as the chief architect of IBM IMS (father of shared-disk clustering) and then ScaleDB. </p>
<p>We just announced the beta of our shared-disk clustering storage engine for MySQL. With the Oracle acquisition of Sun, things get complicated, especially since our storage engine delivers shared-disk clustering like Oracle RAC. We live in interesting times.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

