<?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: What do the InnoDB insert buffer statistics mean?</title>
	<atom:link href="http://www.xaprb.com/blog/2009/10/25/what-do-the-innodb-insert-buffer-statistics-mean/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2009/10/25/what-do-the-innodb-insert-buffer-statistics-mean/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 20:41:20 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Log Buffer #167: a Carnival of the Vanities for DBAs &#124; Pythian Group Blog</title>
		<link>http://www.xaprb.com/blog/2009/10/25/what-do-the-innodb-insert-buffer-statistics-mean/#comment-17190</link>
		<dc:creator>Log Buffer #167: a Carnival of the Vanities for DBAs &#124; Pythian Group Blog</dc:creator>
		<pubDate>Fri, 30 Oct 2009 17:04:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1392#comment-17190</guid>
		<description>[...] Schwartz also has a question for you, what do the InnoDB insert buffer statistics mean?: Ever seen this in SHOW INNODB STATUS and wondered what it means? [...]</description>
		<content:encoded><![CDATA[<p>[...] Schwartz also has a question for you, what do the InnoDB insert buffer statistics mean?: Ever seen this in SHOW INNODB STATUS and wondered what it means? [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.xaprb.com/blog/2009/10/25/what-do-the-innodb-insert-buffer-statistics-mean/#comment-17171</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:45:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1392#comment-17171</guid>
		<description>The code I copied is from ibuf_data_sizes_update and cscope shows it is called from ibuf_data_init_for_space, ibuf_insert_low and ibuf_delete_rec. I assume it is called after init.</description>
		<content:encoded><![CDATA[<p>The code I copied is from ibuf_data_sizes_update and cscope shows it is called from ibuf_data_init_for_space, ibuf_insert_low and ibuf_delete_rec. I assume it is called after init.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/10/25/what-do-the-innodb-insert-buffer-statistics-mean/#comment-17170</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:42:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1392#comment-17170</guid>
		<description>s/believe it is/believe it does/g</description>
		<content:encoded><![CDATA[<p>s/believe it is/believe it does/g</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/10/25/what-do-the-innodb-insert-buffer-statistics-mean/#comment-17169</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1392#comment-17169</guid>
		<description>Right, I saw the same code -- but I think that code is only executed when the insert buffer is initialized, and I wanted to additionally understand whether it holds as the insert buffer is modified over time, which I believe it is.</description>
		<content:encoded><![CDATA[<p>Right, I saw the same code &#8212; but I think that code is only executed when the insert buffer is initialized, and I wanted to additionally understand whether it holds as the insert buffer is modified over time, which I believe it is.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Callaghan</title>
		<link>http://www.xaprb.com/blog/2009/10/25/what-do-the-innodb-insert-buffer-statistics-mean/#comment-17168</link>
		<dc:creator>Mark Callaghan</dc:creator>
		<pubDate>Wed, 28 Oct 2009 01:34:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1392#comment-17168</guid>
		<description>I copied that from the code, so it should hold. The other interesting number is:
   (&#039;merged records&#039; - &#039;merges&#039;) * 2
That is an estimate for the IO (reads+writes) saved by the insert buffer.</description>
		<content:encoded><![CDATA[<p>I copied that from the code, so it should hold. The other interesting number is:<br />
   (&#8216;merged records&#8217; &#8211; &#8216;merges&#8217;) * 2<br />
That is an estimate for the IO (reads+writes) saved by the insert buffer.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

