<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>About Enjay &#187; myisam</title>
	<atom:link href="http://aboutenjay.com/tag/myisam/feed/" rel="self" type="application/rss+xml" />
	<link>http://aboutenjay.com</link>
	<description>The Personal Blog of Jerico Veloso</description>
	<lastBuildDate>Fri, 18 Sep 2009 04:11:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>MySQL InnoDB Is A Hidden Gem Indeed</title>
		<link>http://aboutenjay.com/2009/09/mysql-innodb-is-a-hidden-gem-indeed/</link>
		<comments>http://aboutenjay.com/2009/09/mysql-innodb-is-a-hidden-gem-indeed/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 19:37:54 +0000</pubDate>
		<dc:creator>Enjay</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[innodb]]></category>
		<category><![CDATA[myisam]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://aboutenjay.com/?p=76</guid>
		<description><![CDATA[If you think that MyISAM storage engine is good enough for your database needs, think again! That&#8217;s what Sitepoint.com learned when they launched this year&#8217;s Twitaway where they give away one of the books in PDF format just by following them on Twitter. Oh yeah, I got the The Principles Of Successful Freelancing for free! Grab [...]]]></description>
			<content:encoded><![CDATA[<p>If you think that <a href="http://dev.mysql.com/doc/refman/5.4/en/myisam-storage-engine.html" target="_blank">MyISAM storage engine</a> is good enough for your database needs, think again! That&#8217;s what Sitepoint.com learned when they launched this year&#8217;s Twitaway where they give away one of the books in PDF format just by following them on Twitter. Oh yeah, I got the <em><a href="http://www.sitepoint.com/books/freelancer1/" target="_blank">The Principles Of Successful Freelancing</a></em> for free! Grab yours now!</p>
<p>Their problem stemmed from having MyISAM as their default storage engine for session data, and with it&#8217;s table-level locking, it only needs a few thousands users to hit the site at the same time to bog down MySQL. The solution? <a href="http://dev.mysql.com/doc/refman/5.4/en/innodb.html" target="_blank">InnoDB storage engine</a> with its row-level locking feature. Of course, it&#8217;s worth noting that InnoDB supports a bunch of features that a real database should have including <a href="http://dev.mysql.com/doc/refman/5.4/en/storage-engine-compare-transactions.html" target="_blank">transactions</a> and <a href="http://dev.mysql.com/doc/refman/5.4/en/innodb-foreign-key-constraints.html" target="_blank">enforced referential integrity</a>.</p>
<p>Go ahead and read the complete <a href="http://www.sitepoint.com/blogs/2009/09/08/free-performance-with-mysql-table-types/">Free Performance with MySQL Table Types</a> article and learn how the big boys do it <img src='http://aboutenjay.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://aboutenjay.com/2009/09/mysql-innodb-is-a-hidden-gem-indeed/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
