<?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: InnoDB, InnoDB-plugin vs XtraDB on fast storage</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/</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: Ben</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-783534</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Sat, 20 Nov 2010 15:56:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-783534</guid>
		<description>I&#039;ve actually found xtradb SLOWER than innodb on my own benchmarks.

I wonder if I&#039;ve missed something with configuring Percona server?

http://forum.percona.com/index.php/t/1623/</description>
		<content:encoded><![CDATA[<p>I&#8217;ve actually found xtradb SLOWER than innodb on my own benchmarks.</p>
<p>I wonder if I&#8217;ve missed something with configuring Percona server?</p>
<p><a href="http://forum.percona.com/index.php/t/1623/" rel="nofollow">http://forum.percona.com/index.php/t/1623/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vojtech Kurka</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-712012</link>
		<dc:creator>Vojtech Kurka</dc:creator>
		<pubDate>Tue, 19 Jan 2010 18:45:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-712012</guid>
		<description>&quot;First part on RAID10 graph is just buffer_pool is warming up.&quot;

I know, but I expected the graph to be much more linear. From this graph it seems the throughput touches zero all the time, until some volume of data gets to the buffer pool.</description>
		<content:encoded><![CDATA[<p>&#8220;First part on RAID10 graph is just buffer_pool is warming up.&#8221;</p>
<p>I know, but I expected the graph to be much more linear. From this graph it seems the throughput touches zero all the time, until some volume of data gets to the buffer pool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-710410</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Sat, 16 Jan 2010 02:25:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-710410</guid>
		<description>Vojtech,

Unfortunately latency report from tpcc-mysql benchmark is rather limited, we may fix that one day.

I have response time histograms for XtraDB and InnoDB-plugin

XtraDB:

1.New-Order

(time,sec) (count of transactions)
0.20, 1658223
0.40,   2095
0.60,    107
0.80,     32
1.00,     32


InnoDB-plugin:
1.New-Order

0.20, 945959
0.40,   6285
0.60,    319
0.80,     56
1.00,     23


It&#039;s expected that increased throughput affects response time, from queue theory,
the response time grow exponentially on increasing throughput.


First part on RAID10 graph is just buffer_pool is warming up. I show results
from 0 point of time (from restart of mysqld), and for RAID10 HDD it takes much longer to fill buffer_pool.</description>
		<content:encoded><![CDATA[<p>Vojtech,</p>
<p>Unfortunately latency report from tpcc-mysql benchmark is rather limited, we may fix that one day.</p>
<p>I have response time histograms for XtraDB and InnoDB-plugin</p>
<p>XtraDB:</p>
<p>1.New-Order</p>
<p>(time,sec) (count of transactions)<br />
0.20, 1658223<br />
0.40,   2095<br />
0.60,    107<br />
0.80,     32<br />
1.00,     32</p>
<p>InnoDB-plugin:<br />
1.New-Order</p>
<p>0.20, 945959<br />
0.40,   6285<br />
0.60,    319<br />
0.80,     56<br />
1.00,     23</p>
<p>It&#8217;s expected that increased throughput affects response time, from queue theory,<br />
the response time grow exponentially on increasing throughput.</p>
<p>First part on RAID10 graph is just buffer_pool is warming up. I show results<br />
from 0 point of time (from restart of mysqld), and for RAID10 HDD it takes much longer to fill buffer_pool.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vojtech Kurka</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-710104</link>
		<dc:creator>Vojtech Kurka</dc:creator>
		<pubDate>Fri, 15 Jan 2010 15:09:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-710104</guid>
		<description>Vadim,

did you measure query latency? Throughput benchmarks look great, but the latency is crucial for web applications. We&#039;re using XtraDB 7 with 40GB buffer pool, RAID10 with HDDs and when the write throughput goes up, we see read query latency dips in about 500-1500ms. 

What about the XtraDB RAID10 graph - the first part of the graph looks scary. Is there any explanation for that.

Thank you for your great job and for publishing these benchmarks :)</description>
		<content:encoded><![CDATA[<p>Vadim,</p>
<p>did you measure query latency? Throughput benchmarks look great, but the latency is crucial for web applications. We&#8217;re using XtraDB 7 with 40GB buffer pool, RAID10 with HDDs and when the write throughput goes up, we see read query latency dips in about 500-1500ms. </p>
<p>What about the XtraDB RAID10 graph &#8211; the first part of the graph looks scary. Is there any explanation for that.</p>
<p>Thank you for your great job and for publishing these benchmarks <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-709655</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Thu, 14 Jan 2010 18:47:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-709655</guid>
		<description>Justin,

I just made another run with the adaptive hash indexes disabled, but it does not help, and
final result is worse.

Actually in most cases, despite there is contention on adaptive hash index,
disabling it does not help, as in this case, InnoDB has to do much more work on index pages scan.</description>
		<content:encoded><![CDATA[<p>Justin,</p>
<p>I just made another run with the adaptive hash indexes disabled, but it does not help, and<br />
final result is worse.</p>
<p>Actually in most cases, despite there is contention on adaptive hash index,<br />
disabling it does not help, as in this case, InnoDB has to do much more work on index pages scan.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-709397</link>
		<dc:creator>David</dc:creator>
		<pubDate>Thu, 14 Jan 2010 04:07:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-709397</guid>
		<description>I think it is problem of adaptive flushing algorithms
It&#039;s not so aggressive to use the io
set innodb_io_capacity=500 and disable the adaptive flushing to see the result</description>
		<content:encoded><![CDATA[<p>I think it is problem of adaptive flushing algorithms<br />
It&#8217;s not so aggressive to use the io<br />
set innodb_io_capacity=500 and disable the adaptive flushing to see the result</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin Swanhart</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-709390</link>
		<dc:creator>Justin Swanhart</dc:creator>
		<pubDate>Thu, 14 Jan 2010 03:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-709390</guid>
		<description>Do you think you would see any differences with the adaptive hash indexes disabled?</description>
		<content:encoded><![CDATA[<p>Do you think you would see any differences with the adaptive hash indexes disabled?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-709181</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Wed, 13 Jan 2010 16:42:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-709181</guid>
		<description>Sadao,

Thank you, I fixed that.</description>
		<content:encoded><![CDATA[<p>Sadao,</p>
<p>Thank you, I fixed that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-709180</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Wed, 13 Jan 2010 16:42:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-709180</guid>
		<description>dspezia,

Usually I used deadline (for RAID), but
in this case there is no scheduler settings for software RAID nor for FusionIO cards.</description>
		<content:encoded><![CDATA[<p>dspezia,</p>
<p>Usually I used deadline (for RAID), but<br />
in this case there is no scheduler settings for software RAID nor for FusionIO cards.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sadao</title>
		<link>http://www.mysqlperformanceblog.com/2010/01/13/innodb-innodb-plugin-vs-xtradb-on-fast-storage/comment-page-1/#comment-709148</link>
		<dc:creator>Sadao</dc:creator>
		<pubDate>Wed, 13 Jan 2010 14:43:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=2030#comment-709148</guid>
		<description>tpcc-mysql shows the number of transactions processed every 10 seconds.
So in these graphes, y-axis stands for not &#039;NOTPM&#039; but &#039;NOTP10SEC&#039; ;-)</description>
		<content:encoded><![CDATA[<p>tpcc-mysql shows the number of transactions processed every 10 seconds.<br />
So in these graphes, y-axis stands for not &#8216;NOTPM&#8217; but &#8216;NOTP10SEC&#8217; <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
</channel>
</rss>

