<?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 for MySQL Performance Blog</title>
	<atom:link href="http://www.mysqlperformanceblog.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Wed, 22 Feb 2012 14:14:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on The relationship between Innodb Log checkpointing and dirty Buffer pool pages by Jay Janssen</title>
		<link>http://www.mysqlperformanceblog.com/2012/02/17/the-relationship-between-innodb-log-checkpointing-and-dirty-buffer-pool-pages/comment-page-1/#comment-890723</link>
		<dc:creator>Jay Janssen</dc:creator>
		<pubDate>Wed, 22 Feb 2012 14:14:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=8605#comment-890723</guid>
		<description>Shenglin,  it&#039;s pretty obvious when it starts happening, because your query throughput gets very bad.  

Even on 5.1, you may consider using the Innodb plugin, which has some of these variables:  http://dev.mysql.com/doc/innodb-plugin/1.0/en/innodb-parameters-new.html

http://dev.mysql.com/doc/innodb-plugin/1.0/en/innodb-plugin-installation-overview.html</description>
		<content:encoded><![CDATA[<p>Shenglin,  it&#8217;s pretty obvious when it starts happening, because your query throughput gets very bad.  </p>
<p>Even on 5.1, you may consider using the Innodb plugin, which has some of these variables:  <a href="http://dev.mysql.com/doc/innodb-plugin/1.0/en/innodb-parameters-new.html" rel="nofollow">http://dev.mysql.com/doc/innodb-plugin/1.0/en/innodb-parameters-new.html</a></p>
<p><a href="http://dev.mysql.com/doc/innodb-plugin/1.0/en/innodb-plugin-installation-overview.html" rel="nofollow">http://dev.mysql.com/doc/innodb-plugin/1.0/en/innodb-plugin-installation-overview.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing MySQL Monitoring Plugins from Percona by snowave</title>
		<link>http://www.mysqlperformanceblog.com/2012/02/17/announcing-mysql-monitoring-plugins-from-percona/comment-page-1/#comment-890564</link>
		<dc:creator>snowave</dc:creator>
		<pubDate>Wed, 22 Feb 2012 07:24:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=8606#comment-890564</guid>
		<description>so  when  do   incremental  backup  ，the  --slave-info couldn‘t  be added to the command line？</description>
		<content:encoded><![CDATA[<p>so  when  do   incremental  backup  ，the  &#8211;slave-info couldn‘t  be added to the command line？</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing MySQL Monitoring Plugins from Percona by snowave</title>
		<link>http://www.mysqlperformanceblog.com/2012/02/17/announcing-mysql-monitoring-plugins-from-percona/comment-page-1/#comment-890562</link>
		<dc:creator>snowave</dc:creator>
		<pubDate>Wed, 22 Feb 2012 07:13:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=8606#comment-890562</guid>
		<description>hello,Baron Schwartz, i used xtrabackup for  incremental backup , i used  --salve-info    to incremntal backup   for convenience,but i found   it  always   printing  &gt;&gt; log scanned up to (0 1172823116)   ，so the process of backup  countn&#039;t 
end , the  xtrabackup_suspended file   alse exist.  when i  drop  the  --salve-info option , the process of backup  could be compelte  soon.</description>
		<content:encoded><![CDATA[<p>hello,Baron Schwartz, i used xtrabackup for  incremental backup , i used  &#8211;salve-info    to incremntal backup   for convenience,but i found   it  always   printing  &gt;&gt; log scanned up to (0 1172823116)   ，so the process of backup  countn&#8217;t<br />
end , the  xtrabackup_suspended file   alse exist.  when i  drop  the  &#8211;salve-info option , the process of backup  could be compelte  soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on The relationship between Innodb Log checkpointing and dirty Buffer pool pages by Shenglin</title>
		<link>http://www.mysqlperformanceblog.com/2012/02/17/the-relationship-between-innodb-log-checkpointing-and-dirty-buffer-pool-pages/comment-page-1/#comment-890506</link>
		<dc:creator>Shenglin</dc:creator>
		<pubDate>Wed, 22 Feb 2012 02:58:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=8605#comment-890506</guid>
		<description>I had the issue issue with mysql 5.1 version, unfortunately, i can&#039;t tune those parameters besides decreasing innodb_max_dirty_pages_pct to 1 and increase log file size to 3.9G. As I understand,once the checkpoing ago is reaching 7/8 of innodb_log_file_size, flush process use sync instead of async and block all the write operations. How can I verify this? I tried to pstack(Solaris OS), and the insert is waiting for buf_flush_wait_batch_end ().</description>
		<content:encoded><![CDATA[<p>I had the issue issue with mysql 5.1 version, unfortunately, i can&#8217;t tune those parameters besides decreasing innodb_max_dirty_pages_pct to 1 and increase log file size to 3.9G. As I understand,once the checkpoing ago is reaching 7/8 of innodb_log_file_size, flush process use sync instead of async and block all the write operations. How can I verify this? I tried to pstack(Solaris OS), and the insert is waiting for buf_flush_wait_batch_end ().</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on How to recover deleted rows from an InnoDB Tablespace by Shenglin</title>
		<link>http://www.mysqlperformanceblog.com/2012/02/20/how-to-recover-deleted-rows-from-an-innodb-tablespace/comment-page-1/#comment-890496</link>
		<dc:creator>Shenglin</dc:creator>
		<pubDate>Wed, 22 Feb 2012 02:29:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=8512#comment-890496</guid>
		<description>it&#039;s good to have a delay slave if TCO is acceptable :)</description>
		<content:encoded><![CDATA[<p>it&#8217;s good to have a delay slave if TCO is acceptable <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up XFS on Hardware RAID &#8212; the simple edition by Trent Hornibrook</title>
		<link>http://www.mysqlperformanceblog.com/2011/12/16/setting-up-xfs-the-simple-edition/comment-page-1/#comment-890447</link>
		<dc:creator>Trent Hornibrook</dc:creator>
		<pubDate>Tue, 21 Feb 2012 23:47:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=7823#comment-890447</guid>
		<description>Erm I mean


856422399 / 128 = 6690799.9921875  - so thats not block aligned.  (presume that theres no point unless you preallocate the tablespace to the entire disk?)</description>
		<content:encoded><![CDATA[<p>Erm I mean</p>
<p>856422399 / 128 = 6690799.9921875  &#8211; so thats not block aligned.  (presume that theres no point unless you preallocate the tablespace to the entire disk?)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Setting up XFS on Hardware RAID &#8212; the simple edition by Trent Hornibrook</title>
		<link>http://www.mysqlperformanceblog.com/2011/12/16/setting-up-xfs-the-simple-edition/comment-page-1/#comment-890446</link>
		<dc:creator>Trent Hornibrook</dc:creator>
		<pubDate>Tue, 21 Feb 2012 23:45:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=7823#comment-890446</guid>
		<description>Thoughts on block aligning the end cylinder as well. 

Eg 

414538752 / 128 is not block aligned

So thoughts on using fdisk to set the end cylinder to the biggest block aligned cylinder?</description>
		<content:encoded><![CDATA[<p>Thoughts on block aligning the end cylinder as well. </p>
<p>Eg </p>
<p>414538752 / 128 is not block aligned</p>
<p>So thoughts on using fdisk to set the end cylinder to the biggest block aligned cylinder?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Can we improve MySQL variable handling ? by Simon J Mudd</title>
		<link>http://www.mysqlperformanceblog.com/2012/02/18/can-we-improve-mysql-variable-handling/comment-page-1/#comment-890432</link>
		<dc:creator>Simon J Mudd</dc:creator>
		<pubDate>Tue, 21 Feb 2012 22:45:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=8643#comment-890432</guid>
		<description>Peter, make a bug report (feature request) for this and post the URL. I&#039;m also adjusting some of my posts where I complain about current functionality, as it&#039;s fair to say that if there&#039;s no bug. report it&#039;s possible that the comments just may not get seen.  Having the bug report ensures that Oracle see the wanted &quot;feature request&quot;, even if that may take a long time to appear. Then Oracle customers can reference that feature request and say &quot;I want that too&quot;.</description>
		<content:encoded><![CDATA[<p>Peter, make a bug report (feature request) for this and post the URL. I&#8217;m also adjusting some of my posts where I complain about current functionality, as it&#8217;s fair to say that if there&#8217;s no bug. report it&#8217;s possible that the comments just may not get seen.  Having the bug report ensures that Oracle see the wanted &#8220;feature request&#8221;, even if that may take a long time to appear. Then Oracle customers can reference that feature request and say &#8220;I want that too&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Optimize Your SQL With Percona&#8217;s Online Query Advisor! by bob</title>
		<link>http://www.mysqlperformanceblog.com/2012/02/15/optimize-your-sql-with-perconas-online-query-advisor/comment-page-1/#comment-890354</link>
		<dc:creator>bob</dc:creator>
		<pubDate>Tue, 21 Feb 2012 15:02:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=8594#comment-890354</guid>
		<description>On the subject of OpenID logins: why login at all?

What the hell is wrong with this captcha system? And why does it keep reselecting &quot;notify me&quot;?</description>
		<content:encoded><![CDATA[<p>On the subject of OpenID logins: why login at all?</p>
<p>What the hell is wrong with this captcha system? And why does it keep reselecting &#8220;notify me&#8221;?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Announcing MySQL Monitoring Plugins from Percona by Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2012/02/17/announcing-mysql-monitoring-plugins-from-percona/comment-page-1/#comment-890186</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Tue, 21 Feb 2012 01:54:16 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=8606#comment-890186</guid>
		<description>In my opinion (backed by a lot of investigation into the causes of server downtime), that plugin monitors everything that causes noisy alerts and /dev/null email filters, and nothing that really indicates or causes actual problems in the server. I&#039;m not ignorant of that plugin; I am building a better mousetrap. Much better.</description>
		<content:encoded><![CDATA[<p>In my opinion (backed by a lot of investigation into the causes of server downtime), that plugin monitors everything that causes noisy alerts and /dev/null email filters, and nothing that really indicates or causes actual problems in the server. I&#8217;m not ignorant of that plugin; I am building a better mousetrap. Much better.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

