<?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: read_ahead (disabled) as steroid</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2009/05/12/read_ahead-as-steroi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2009/05/12/read_ahead-as-steroi/</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: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/12/read_ahead-as-steroi/comment-page-1/#comment-560921</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Thu, 14 May 2009 03:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=684#comment-560921</guid>
		<description>Andy,

I do not think so, it depends on IO subsystem. For single HDD read_ahead may be useful.</description>
		<content:encoded><![CDATA[<p>Andy,</p>
<p>I do not think so, it depends on IO subsystem. For single HDD read_ahead may be useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/12/read_ahead-as-steroi/comment-page-1/#comment-560677</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Wed, 13 May 2009 22:36:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=684#comment-560677</guid>
		<description>Should read_ahead always be disabled then to improve performance?

What are the pros and cons?</description>
		<content:encoded><![CDATA[<p>Should read_ahead always be disabled then to improve performance?</p>
<p>What are the pros and cons?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/12/read_ahead-as-steroi/comment-page-1/#comment-560367</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Wed, 13 May 2009 06:27:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=684#comment-560367</guid>
		<description>Mark,


Here is comment from Yasufumi:


- &quot;pause&quot; (rep; nop) instruction in spin loop should increase performance of
  mutex/rw_lock contention. It may affect 5~10% in throughput.


- log_buffer_flush_maybe_sync() will decrease the number of log sync
  at innodb_flush_log_at_trx_commit=[0&#124;2]. It may affect to performance much.


- The number of request slots for the each IO thread has been increased. (x4)
  It might be short for some high-end environments.

- relax condition to flush log and contract ibuf at inner loop of srv_master_thread()
     - if (n_pend_ios &lt; 3 &amp;&amp; (n_ios - n_ios_old &lt; PCT_IO(5))) {
     + if (n_pend_ios &lt; PCT_IO(3) &amp;&amp; (n_ios - n_ios_old &lt; PCT_IO(5))) {</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>Here is comment from Yasufumi:</p>
<p>- &#8220;pause&#8221; (rep; nop) instruction in spin loop should increase performance of<br />
  mutex/rw_lock contention. It may affect 5~10% in throughput.</p>
<p>- log_buffer_flush_maybe_sync() will decrease the number of log sync<br />
  at innodb_flush_log_at_trx_commit=[0|2]. It may affect to performance much.</p>
<p>- The number of request slots for the each IO thread has been increased. (x4)<br />
  It might be short for some high-end environments.</p>
<p>- relax condition to flush log and contract ibuf at inner loop of srv_master_thread()<br />
     &#8211; if (n_pend_ios &lt; 3 &amp;&amp; (n_ios &#8211; n_ios_old &lt; PCT_IO(5))) {<br />
     + if (n_pend_ios &lt; PCT_IO(3) &amp;&amp; (n_ios &#8211; n_ios_old &lt; PCT_IO(5))) {</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.mysqlperformanceblog.com/2009/05/12/read_ahead-as-steroi/comment-page-1/#comment-560365</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Wed, 13 May 2009 06:01:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/?p=684#comment-560365</guid>
		<description>What did you backport from 5.4?</description>
		<content:encoded><![CDATA[<p>What did you backport from 5.4?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

