<?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 Engines</title>
	<atom:link href="http://simondownes.co.uk/2008/11/mysql-storage-engines/feed/" rel="self" type="application/rss+xml" />
	<link>http://simondownes.co.uk/2008/11/mysql-storage-engines/</link>
	<description>random verbiage</description>
	<lastBuildDate>Thu, 13 Nov 2008 14:29:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Leyton Jay</title>
		<link>http://simondownes.co.uk/2008/11/mysql-storage-engines/#comment-73</link>
		<dc:creator>Leyton Jay</dc:creator>
		<pubDate>Thu, 06 Nov 2008 07:55:22 +0000</pubDate>
		<guid isPermaLink="false">http://simondownes.co.uk/?p=23#comment-73</guid>
		<description>In the past I&#039;ve always found MyISAM to be very good and I&#039;ve always stuck with it. 

But since traffic to my website has increased dramatically this year, I&#039;ve been doing far more writes than reads and at peak times the load on the DBMS has become quite high.

For these reasons I&#039;ve woken up three times this year to find that my MyISAM tables have locked up during the night as the server has tried to handle multiple, table-locking, I/O requests simultaneously. Being as blogs are database driven, my site effectively goes down until I login and repair the DB.

So I&#039;m thinking of switching from MyISAM to InnoDB after what you said above about MVCC and row-level locking.

Cheers!</description>
		<content:encoded><![CDATA[<p>In the past I&#8217;ve always found MyISAM to be very good and I&#8217;ve always stuck with it. </p>
<p>But since traffic to my website has increased dramatically this year, I&#8217;ve been doing far more writes than reads and at peak times the load on the DBMS has become quite high.</p>
<p>For these reasons I&#8217;ve woken up three times this year to find that my MyISAM tables have locked up during the night as the server has tried to handle multiple, table-locking, I/O requests simultaneously. Being as blogs are database driven, my site effectively goes down until I login and repair the DB.</p>
<p>So I&#8217;m thinking of switching from MyISAM to InnoDB after what you said above about MVCC and row-level locking.</p>
<p>Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://simondownes.co.uk/2008/11/mysql-storage-engines/#comment-71</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 05 Nov 2008 21:43:24 +0000</pubDate>
		<guid isPermaLink="false">http://simondownes.co.uk/?p=23#comment-71</guid>
		<description>...And coming soon to the storage engine world, ScaleDB for MySQL. It delivers shared-disk clustering and high-performance indexing.</description>
		<content:encoded><![CDATA[<p>&#8230;And coming soon to the storage engine world, ScaleDB for MySQL. It delivers shared-disk clustering and high-performance indexing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

