<?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: My &#8220;hot&#8221; list for next InnoDB features</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-712693</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Thu, 21 Jan 2010 14:26:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-712693</guid>
		<description>XtraDB lets you do that.</description>
		<content:encoded><![CDATA[<p>XtraDB lets you do that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mikael Fridh</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-712666</link>
		<dc:creator>Mikael Fridh</dc:creator>
		<pubDate>Thu, 21 Jan 2010 12:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-712666</guid>
		<description>ALTER TABLE ... IMPORT TABLESPACE is great ... only thing missing is EXPORT TABLESPACE ...</description>
		<content:encoded><![CDATA[<p>ALTER TABLE &#8230; IMPORT TABLESPACE is great &#8230; only thing missing is EXPORT TABLESPACE &#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Theo</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-663893</link>
		<dc:creator>Theo</dc:creator>
		<pubDate>Mon, 12 Oct 2009 01:04:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-663893</guid>
		<description>It&#039;s a table cold backup and restory without shut down of InnoDB

Restoring a single .ibd file
http://www.innodb.com/doc/hot_backup/manual.html#partial.restoring.single</description>
		<content:encoded><![CDATA[<p>It&#8217;s a table cold backup and restory without shut down of InnoDB</p>
<p>Restoring a single .ibd file<br />
<a href="http://www.innodb.com/doc/hot_backup/manual.html#partial.restoring.single" rel="nofollow">http://www.innodb.com/doc/hot_backup/manual.html#partial.restoring.single</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Reinhard</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-604634</link>
		<dc:creator>Reinhard</dc:creator>
		<pubDate>Fri, 03 Jul 2009 22:25:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-604634</guid>
		<description>Make auto_increment persistent in InnoDB. So when we restart the server, it doesnÂ´t lose the latest value (if we deleted it)</description>
		<content:encoded><![CDATA[<p>Make auto_increment persistent in InnoDB. So when we restart the server, it doesnÂ´t lose the latest value (if we deleted it)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Burton</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-530781</link>
		<dc:creator>Kevin Burton</dc:creator>
		<pubDate>Mon, 06 Apr 2009 06:47:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-530781</guid>
		<description>Nice..... those are a hot set of features and something at the top of my list for a while now!

We&#039;d definitely upgrade ASAP to this release when it became available.

Some of the performance improvements are really nice but these would be bigger wins for us....</description>
		<content:encoded><![CDATA[<p>Nice&#8230;.. those are a hot set of features and something at the top of my list for a while now!</p>
<p>We&#8217;d definitely upgrade ASAP to this release when it became available.</p>
<p>Some of the performance improvements are really nice but these would be bigger wins for us&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John Allspaw</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-530772</link>
		<dc:creator>John Allspaw</dc:creator>
		<pubDate>Mon, 06 Apr 2009 05:32:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-530772</guid>
		<description>A &#039;show fragmentation&#039; or equivalent command to give me some idea of exactly how badly I need to run an OPTIMIZE. Any of the traditionally proposed solutions relies on math that is too much of an approximation.

Like this: http://www.flickr.com/photos/allspaw/3174500698/in/pool-webopsviz

-j</description>
		<content:encoded><![CDATA[<p>A &#8216;show fragmentation&#8217; or equivalent command to give me some idea of exactly how badly I need to run an OPTIMIZE. Any of the traditionally proposed solutions relies on math that is too much of an approximation.</p>
<p>Like this: <a href="http://www.flickr.com/photos/allspaw/3174500698/in/pool-webopsviz" rel="nofollow">http://www.flickr.com/photos/allspaw/3174500698/in/pool-webopsviz</a></p>
<p>-j</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pat</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-530717</link>
		<dc:creator>pat</dc:creator>
		<pubDate>Mon, 06 Apr 2009 02:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-530717</guid>
		<description>I&#039;d like to be able to use file_per_table, and then move those files to a different server, mount them, and run off them. 

I don&#039;t mind doing something like:

source machine:
unmount 

scp * -&gt; some other machine

target machine
mount 

Having to do an export/import to move data between innodb servers is really rather onerous with large databases.</description>
		<content:encoded><![CDATA[<p>I&#8217;d like to be able to use file_per_table, and then move those files to a different server, mount them, and run off them. </p>
<p>I don&#8217;t mind doing something like:</p>
<p>source machine:<br />
unmount </p>
<p>scp * -&gt; some other machine</p>
<p>target machine<br />
mount </p>
<p>Having to do an export/import to move data between innodb servers is really rather onerous with large databases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dimitri</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-530415</link>
		<dc:creator>Dimitri</dc:creator>
		<pubDate>Sun, 05 Apr 2009 16:27:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-530415</guid>
		<description>Regarding scalability issues what is fixed for the moment - there is no more dramatic performance degradation with upgrading a given server from 8 to 16cores (for ex.). But there is still not to much performance improvement with it, there is even no 50% gain, so work in this direction is far to be finished :-)  (of course it depends on workload, but it&#039;s what I saw)..

For other features:

* parallel degree of query execution  - specially for all &quot;full scan&quot; queries where it should be quite easy to implement (and &quot;select count(*)&quot; is one of cases)

* remove datafile names list from conf file, as well remove data dir path, and keep all datafile related information within a single master file *per* database - in way each database may be independently backed up and restore elsewhere; all datafile operations should be accessible on-line and via SQL commands; move from datafiles to &quot;tablespaces&quot; (may contain one or more datafiles), and then add &quot;tablespace&quot; to CREATE TABLE option, etc; make tablespace &quot;transportable&quot; (keeping all even dictionnary information inside leaving tablespace free to move between databases, systems/servers, etc.)

Rgds,
-Dimitri</description>
		<content:encoded><![CDATA[<p>Regarding scalability issues what is fixed for the moment &#8211; there is no more dramatic performance degradation with upgrading a given server from 8 to 16cores (for ex.). But there is still not to much performance improvement with it, there is even no 50% gain, so work in this direction is far to be finished <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />   (of course it depends on workload, but it&#8217;s what I saw)..</p>
<p>For other features:</p>
<p>* parallel degree of query execution  &#8211; specially for all &#8220;full scan&#8221; queries where it should be quite easy to implement (and &#8220;select count(*)&#8221; is one of cases)</p>
<p>* remove datafile names list from conf file, as well remove data dir path, and keep all datafile related information within a single master file *per* database &#8211; in way each database may be independently backed up and restore elsewhere; all datafile operations should be accessible on-line and via SQL commands; move from datafiles to &#8220;tablespaces&#8221; (may contain one or more datafiles), and then add &#8220;tablespace&#8221; to CREATE TABLE option, etc; make tablespace &#8220;transportable&#8221; (keeping all even dictionnary information inside leaving tablespace free to move between databases, systems/servers, etc.)</p>
<p>Rgds,<br />
-Dimitri</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bhushan Uparkar</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-528462</link>
		<dc:creator>Bhushan Uparkar</dc:creator>
		<pubDate>Fri, 03 Apr 2009 00:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-528462</guid>
		<description>I like to add one more feature with 5.1 we have partitions , so if 1 partition gets corrupt innodb crashes the mysql, it should handle the corrupt partition gracefully without causing the assertion. Same could be said for corrupt table as well. 
During innodb crash recovery the modes available should provide some table dictionary i.e. some dynamic view informing the corrupt innodb tables. Presently you dont know how many tables in db are corrupted without spending some good amount of time with innodb recovery tools [ http://code.google.com/p/innodb-tools/ ].</description>
		<content:encoded><![CDATA[<p>I like to add one more feature with 5.1 we have partitions , so if 1 partition gets corrupt innodb crashes the mysql, it should handle the corrupt partition gracefully without causing the assertion. Same could be said for corrupt table as well.<br />
During innodb crash recovery the modes available should provide some table dictionary i.e. some dynamic view informing the corrupt innodb tables. Presently you dont know how many tables in db are corrupted without spending some good amount of time with innodb recovery tools [ <a href="http://code.google.com/p/innodb-tools/" rel="nofollow">http://code.google.com/p/innodb-tools/</a> ].</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Cavanagh</title>
		<link>http://www.mysqlperformanceblog.com/2009/03/30/my-hot-list-for-next-innodb-features/comment-page-1/#comment-525947</link>
		<dc:creator>Brian Cavanagh</dc:creator>
		<pubDate>Tue, 31 Mar 2009 23:53:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=651#comment-525947</guid>
		<description>The big thing I would like innodb to have is solid sup to date statistics.</description>
		<content:encoded><![CDATA[<p>The big thing I would like innodb to have is solid sup to date statistics.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

