<?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>The Pythian Blog &#187; InnoDB</title>
	<atom:link href="http://www.pythian.com/news/tag/innodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 09:54:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
		<item>
		<title>Enhancing performance in WordPress by moving from MyISAM to Innodb</title>
		<link>http://www.pythian.com/news/23117/enhancing-performance-in-wordpress-by-moving-from-myisam-to-innodb/</link>
		<comments>http://www.pythian.com/news/23117/enhancing-performance-in-wordpress-by-moving-from-myisam-to-innodb/#comments</comments>
		<pubDate>Mon, 30 May 2011 16:05:26 +0000</pubDate>
		<dc:creator>francisco bordenave</dc:creator>
				<category><![CDATA[Group Blog Posts]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[myisam]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=23117</guid>
		<description><![CDATA[Recently I was dealing with some locking issues in databases supporting WordPress. For those who don&#8217;t know it yet WordPress is a really cool open source tool for easy blogging. This tool is really easy to install (just drag and dropping in your home directory) and making it really easy for you to get up [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/23117/enhancing-performance-in-wordpress-by-moving-from-myisam-to-innodb/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What happens when InnoDB fails to start</title>
		<link>http://www.pythian.com/news/19587/what-happens-when-innodb-fails-to-start/</link>
		<comments>http://www.pythian.com/news/19587/what-happens-when-innodb-fails-to-start/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 12:56:38 +0000</pubDate>
		<dc:creator>Danil Zburivsky</dc:creator>
				<category><![CDATA[Group Blog Posts]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[error messages]]></category>
		<category><![CDATA[InnoDB]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=19587</guid>
		<description><![CDATA[Today I&#8217;ve spent some time (more than this issue was worth, actually) on a client&#8217;s system trying to find out why table was not accessible and failed with the following error: mysql&#62; SHOW CREATE TABLE test_table; ERROR 1033 (HY000): Incorrect information in file: './test/test_table.frm' The error message suggested something went very wrong with .frm file [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/19587/what-happens-when-innodb-fails-to-start/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing TokuDB &#8211; Faster and smaller for large tables</title>
		<link>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/</link>
		<comments>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 22:51:34 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Technical Blog]]></category>
		<category><![CDATA[benchmark]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[storage engine]]></category>
		<category><![CDATA[tokudb]]></category>
		<category><![CDATA[tokutek]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=5139</guid>
		<description><![CDATA[For the past two months, I have been running tests on TokuDB in my free time. TokuDB is a storage engine put out by Tokutek. TokuDB uses fractal tree indexes instead of B-tree indexes to improve performance, which is dramatically noticeable when dealing with large tables (over 100 million rows). For those that like the [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Video and Slides: How InnoDB works</title>
		<link>http://www.pythian.com/news/4543/video-and-slides-how-innodb-works/</link>
		<comments>http://www.pythian.com/news/4543/video-and-slides-how-innodb-works/#comments</comments>
		<pubDate>Fri, 16 Oct 2009 16:30:32 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[sheeri]]></category>
		<category><![CDATA[show engine innodb status]]></category>
		<category><![CDATA[status]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=4543</guid>
		<description><![CDATA[This presentation was done by Sheeri Cabral of The Pythian Group and went into how to use SHOW ENGINE INNODB STATUS to get more information about your Innodb tables, foreign keys and transactions. This is a great presentation to learn how InnoDB works. It also went through how to use SHOW ENGINE INNODB STATUS to [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/4543/video-and-slides-how-innodb-works/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Taste test:  Innobackup vs. Xtrabackup</title>
		<link>http://www.pythian.com/news/4177/taste-test-innobackup-vs-xtrabackup/</link>
		<comments>http://www.pythian.com/news/4177/taste-test-innobackup-vs-xtrabackup/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 16:36:28 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[hot backup]]></category>
		<category><![CDATA[innobackup]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[innodb hot backup]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[xtrabackup]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=4177</guid>
		<description><![CDATA[Firstly, I have to thank my co-workers Singer Wang and Gerry Narvaja for doing a lot of the work that resulted in this comparison. After running both InnoDB Hot Backup and Xtrabackup, we have found that there is a measurable but not large difference between the resources that Xtrabackup and InnoDB Hot Backup consume. Xtrabackup: [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/4177/taste-test-innobackup-vs-xtrabackup/feed/</wfw:commentRss>
		<slash:comments>17</slash:comments>
		</item>
		<item>
		<title>Upcoming Boston MySQL User Group:  SHOW ENGINE INNODB STATUS demystified</title>
		<link>http://www.pythian.com/news/4167/upcoming-boston-mysql-user-group-show-engine-innodb-status-demystified/</link>
		<comments>http://www.pythian.com/news/4167/upcoming-boston-mysql-user-group-show-engine-innodb-status-demystified/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 13:02:51 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Non-Tech Articles]]></category>
		<category><![CDATA[Pythian Appearances]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[sheeri]]></category>
		<category><![CDATA[show engine innodb status]]></category>
		<category><![CDATA[user group]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=4167</guid>
		<description><![CDATA[On Monday, October 12, 2009* from 7-9 pm at MIT, I will be giving a presentation explaining SHOW ENGINE INNODB STATUS for the Boston MySQL User Group. There is information about foreign keys, transactions, deadlocks and mutexes just waiting to be discovered, and I will show how to decipher the information. For all those in [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/4167/upcoming-boston-mysql-user-group-show-engine-innodb-status-demystified/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>There is more than one way to do it&#8230;.</title>
		<link>http://www.pythian.com/news/4155/there-is-more-than-one-way-to-do-it/</link>
		<comments>http://www.pythian.com/news/4155/there-is-more-than-one-way-to-do-it/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 00:21:45 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[archive]]></category>
		<category><![CDATA[blackhole]]></category>
		<category><![CDATA[clustered index]]></category>
		<category><![CDATA[consulting]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[INSERT DELAYED]]></category>
		<category><![CDATA[myisam]]></category>
		<category><![CDATA[Pythian]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=4155</guid>
		<description><![CDATA[I spent Friday examining the systems for a more traditional consulting gig (in case you did not know, Pythian has offered more traditional consulting and emergency services in addition to our remote DBA offering for our entire 12 year history). It is a familiar story to many people &#8212; the database performance was unacceptable. The [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/4155/there-is-more-than-one-way-to-do-it/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>MySQL 5.1 and InnoDB Hot Backup Gotcha</title>
		<link>http://www.pythian.com/news/3734/mysql-51-and-innodb-hot-backup-gotcha/</link>
		<comments>http://www.pythian.com/news/3734/mysql-51-and-innodb-hot-backup-gotcha/#comments</comments>
		<pubDate>Mon, 31 Aug 2009 21:10:05 +0000</pubDate>
		<dc:creator>Singer Wang</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[backups]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[innobackup.pl]]></category>
		<category><![CDATA[innobackupex.pl]]></category>
		<category><![CDATA[Innobase]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[innodb hot backup]]></category>
		<category><![CDATA[mysql 5.1]]></category>
		<category><![CDATA[Percona]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[xtrabackup]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=3734</guid>
		<description><![CDATA[Recently while we were building a slave with a newer version of MySQL 5.1 from an InnoDB Hot backup, the following error occurred when we ran mysql_upgrade: mysql.time_zone OK mysql.time_zone_leap_second OK mysql.time_zone_name OK mysql.time_zone_transition OK mysql.time_zone_transition_type OK mysql.user OK Running 'mysql_fix_privilege_tables'... ERROR 13 (HY000) at line 311: Can't get stat of './mysql/general_log.CSV' (Errcode: 2) ERROR [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/3734/mysql-51-and-innodb-hot-backup-gotcha/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>2009 MySQL Conference/Camp Videos</title>
		<link>http://www.pythian.com/news/3496/2009-mysql-conferencecamp-videos/</link>
		<comments>http://www.pythian.com/news/3496/2009-mysql-conferencecamp-videos/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 20:20:06 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Non-Tech Articles]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[drizzle]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[mysqlcamp]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[Pythian]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[videos]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=3496</guid>
		<description><![CDATA[It&#8217;s been just over three months since the April 2009 MySQL Users Conference and Expo. It took a while for the files to be processed, and then uploaded to www.technocation.org, and then I found out that the online streaming was not working properly. So I started playing with things, re-encoding some videos, updating the software, [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/3496/2009-mysql-conferencecamp-videos/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Concerns and What Does Not Work in XtraDB Backup</title>
		<link>http://www.pythian.com/news/3241/concerns-and-what-does-not-work-in-xtradb-backup/</link>
		<comments>http://www.pythian.com/news/3241/concerns-and-what-does-not-work-in-xtradb-backup/#comments</comments>
		<pubDate>Tue, 30 Jun 2009 23:06:53 +0000</pubDate>
		<dc:creator>Sheeri Cabral</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Non-Tech Articles]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[InnoDB]]></category>
		<category><![CDATA[innodb hot backup]]></category>
		<category><![CDATA[xtrabackup]]></category>

		<guid isPermaLink="false">http://www.pythian.com/news/?p=3241</guid>
		<description><![CDATA[A short time ago I posted how I was Using XtraDB Backup to backup InnoDB. Overall, the blog post was positive, but experiences that others have had (and commented to on that blog post) have made me want to put out another short article about using XtraDB backup. The first few points remain the same [...]]]></description>
		<wfw:commentRss>http://www.pythian.com/news/3241/concerns-and-what-does-not-work-in-xtradb-backup/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
	</channel>
</rss>

