<?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: Development plans</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2008/09/08/development-plans/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2008/09/08/development-plans/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/08/development-plans/comment-page-1/#comment-354741</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Sat, 13 Sep 2008 01:06:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=491#comment-354741</guid>
		<description>Nils,

That would be interesting to test.
Before including in release we need to check if there is no stability and performance problems.

About process - yeah, I have such idea, will try to write :)</description>
		<content:encoded><![CDATA[<p>Nils,</p>
<p>That would be interesting to test.<br />
Before including in release we need to check if there is no stability and performance problems.</p>
<p>About process &#8211; yeah, I have such idea, will try to write <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nils</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/08/development-plans/comment-page-1/#comment-354737</link>
		<dc:creator>Nils</dc:creator>
		<pubDate>Sat, 13 Sep 2008 00:52:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=491#comment-354737</guid>
		<description>I&#039;m currently trying out the new Ebay Heap Engine, I&#039;ve managed to get the patch to work with 5.0.68, few rejects which I think I fixed. I&#039;m by far no expert, so next step would be to check the changes between the original patched version and the new version to see what exactly caused the rejects, doesn&#039;t seem to be a big deal though.

Maybe you can write something about the actual process of creating a customized MySQL (is there something like that already out?) while you&#039;re at it ;)</description>
		<content:encoded><![CDATA[<p>I&#8217;m currently trying out the new Ebay Heap Engine, I&#8217;ve managed to get the patch to work with 5.0.68, few rejects which I think I fixed. I&#8217;m by far no expert, so next step would be to check the changes between the original patched version and the new version to see what exactly caused the rejects, doesn&#8217;t seem to be a big deal though.</p>
<p>Maybe you can write something about the actual process of creating a customized MySQL (is there something like that already out?) while you&#8217;re at it <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/08/development-plans/comment-page-1/#comment-353513</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Tue, 09 Sep 2008 01:28:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=491#comment-353513</guid>
		<description>Adam,

We played with progress in processlist, but often it shows misleading information, so we decided to not include it yet.</description>
		<content:encoded><![CDATA[<p>Adam,</p>
<p>We played with progress in processlist, but often it shows misleading information, so we decided to not include it yet.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/08/development-plans/comment-page-1/#comment-353503</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 09 Sep 2008 00:47:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=491#comment-353503</guid>
		<description>Personally I think this is awesome addition, and could be integrated into your set of patches as well:

http://jcole.us/blog/archives/2007/02/08/progress-in-mysql-process-list/</description>
		<content:encoded><![CDATA[<p>Personally I think this is awesome addition, and could be integrated into your set of patches as well:</p>
<p><a href="http://jcole.us/blog/archives/2007/02/08/progress-in-mysql-process-list/" rel="nofollow">http://jcole.us/blog/archives/2007/02/08/progress-in-mysql-process-list/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kevin Burton</title>
		<link>http://www.mysqlperformanceblog.com/2008/09/08/development-plans/comment-page-1/#comment-353499</link>
		<dc:creator>Kevin Burton</dc:creator>
		<pubDate>Tue, 09 Sep 2008 00:17:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=491#comment-353499</guid>
		<description>Actually we&#039;re really needing the ability to move InnoDB tables too...

We wrote our own partitioning code in our distributed DB land... it supports shards and partitions (on partition per day).

The problem is when we need to bring up a new DB server in a shard.  We need to copy all the previous partitions.

They&#039;re immutable so we should be able to copy them from a currently running version of InnoDB to another box.

It might be possible to do this for a DB server which was an original clone for the current server but I need to test it. I&#039;m not sure what happens when InnoDB has been running for a while.

We actually migrated BACK to MyISAM (ug) because of this feature. (that and we saved 2x on disk space)

Kevin</description>
		<content:encoded><![CDATA[<p>Actually we&#8217;re really needing the ability to move InnoDB tables too&#8230;</p>
<p>We wrote our own partitioning code in our distributed DB land&#8230; it supports shards and partitions (on partition per day).</p>
<p>The problem is when we need to bring up a new DB server in a shard.  We need to copy all the previous partitions.</p>
<p>They&#8217;re immutable so we should be able to copy them from a currently running version of InnoDB to another box.</p>
<p>It might be possible to do this for a DB server which was an original clone for the current server but I need to test it. I&#8217;m not sure what happens when InnoDB has been running for a while.</p>
<p>We actually migrated BACK to MyISAM (ug) because of this feature. (that and we saved 2x on disk space)</p>
<p>Kevin</p>
]]></content:encoded>
	</item>
</channel>
</rss>
