<?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>posidev.com &#187; MyISAM</title>
	<atom:link href="http://posidev.com/blog/category/myisam/feed/" rel="self" type="application/rss+xml" />
	<link>http://posidev.com/blog</link>
	<description></description>
	<lastBuildDate>Sun, 18 Jul 2010 07:45:55 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tunning MySQL InnoDB performance</title>
		<link>http://posidev.com/blog/2009/06/30/tunning-mysql-innodb-performance/</link>
		<comments>http://posidev.com/blog/2009/06/30/tunning-mysql-innodb-performance/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 15:04:03 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[Benchmarks]]></category>
		<category><![CDATA[Databases]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[MyISAM]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://posidev.com/blog/?p=419</guid>
		<description><![CDATA[ 
Tunning MySQL InnoDB storage engine is not an easy task. It’s more like a game where you set mini goals and then try to find the right value and achieve them. Playing with the InnoDB variables is an art where you have to check your performance results each time you change a configuration parameter. [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2007/04/05/mysql-storage-engine-2/' rel='bookmark' title='Permanent Link: MySQL Storage Engine'>MySQL Storage Engine</a></li>
<li><a href='http://posidev.com/blog/2009/10/17/running-sysbench-0-4-12-on-ubuntu-9-04/' rel='bookmark' title='Permanent Link: Running Sysbench 0.4.12 on Ubuntu 9.04'>Running Sysbench 0.4.12 on Ubuntu 9.04</a></li>
<li><a href='http://posidev.com/blog/2009/05/10/benchmarking-with-dbt2/' rel='bookmark' title='Permanent Link: Benchmarking with DBT2'>Benchmarking with DBT2</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2009/06/30/tunning-mysql-innodb-performance/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>MySQL Storage Engine</title>
		<link>http://posidev.com/blog/2007/04/05/mysql-storage-engine-2/</link>
		<comments>http://posidev.com/blog/2007/04/05/mysql-storage-engine-2/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 19:53:14 +0000</pubDate>
		<dc:creator>ivanov</dc:creator>
				<category><![CDATA[Databases]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[MyISAM]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://ivanov.wordpress.com/?p=68</guid>
		<description><![CDATA[Storage Engines
 
MyISAM table type is mature, stable, and simple to manage
-MyISAM Static
-MyISAM Dynamic
-MyISAM Compressed
 
InnoDB -a modern alternative to MyISAM, which above all offers the following additional functions:
-Transactions
-Row Level Locking
-Foreign Key Constraints
-Crash Recovery
 
Limitations and Drawbacks:
-Tablespace Administration:the InnoDB table driver stores all data and indexes in a tablespace, comprising one or more files, that [...]


Related posts:<ol><li><a href='http://posidev.com/blog/2009/06/30/tunning-mysql-innodb-performance/' rel='bookmark' title='Permanent Link: Tunning MySQL InnoDB performance'>Tunning MySQL InnoDB performance</a></li>
<li><a href='http://posidev.com/blog/2009/10/17/running-sysbench-0-4-12-on-ubuntu-9-04/' rel='bookmark' title='Permanent Link: Running Sysbench 0.4.12 on Ubuntu 9.04'>Running Sysbench 0.4.12 on Ubuntu 9.04</a></li>
<li><a href='http://posidev.com/blog/2008/03/26/internet-scale-services-2/' rel='bookmark' title='Permanent Link: Internet-Scale Services'>Internet-Scale Services</a></li>
</ol>]]></description>
		<wfw:commentRss>http://posidev.com/blog/2007/04/05/mysql-storage-engine-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
