<?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 Mark Leith</title>
	<atom:link href="http://www.markleith.co.uk/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.markleith.co.uk</link>
	<description>Mastering MySQL</description>
	<lastBuildDate>Tue, 08 May 2012 14:54:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Comment on Implementing mysqldump &#8211;ignore-database by How to exclude a database from your dump with ZRM (MySQL Community help needed)</title>
		<link>http://www.markleith.co.uk/2012/04/20/implementing-mysqldump-ignore-database/#comment-132102</link>
		<dc:creator>How to exclude a database from your dump with ZRM (MySQL Community help needed)</dc:creator>
		<pubDate>Tue, 08 May 2012 14:54:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=768#comment-132102</guid>
		<description>[...] month, Ronald Bradford, Giuseppe Maxia and Mark Leith spoke about how to simulate a mysqldump &#8211;ignore-database. This mysqldump option [...]</description>
		<content:encoded><![CDATA[<p>[...] month, Ronald Bradford, Giuseppe Maxia and Mark Leith spoke about how to simulate a mysqldump &#8211;ignore-database. This mysqldump option [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing mysqldump &#8211;ignore-database by Mark Leith</title>
		<link>http://www.markleith.co.uk/2012/04/20/implementing-mysqldump-ignore-database/#comment-132020</link>
		<dc:creator>Mark Leith</dc:creator>
		<pubDate>Fri, 20 Apr 2012 19:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=768#comment-132020</guid>
		<description>I just saw a patch get committed to trunk, given review and alike, I&#039;m sure it will make it&#039;s way in to a release some time soon.. :)</description>
		<content:encoded><![CDATA[<p>I just saw a patch get committed to trunk, given review and alike, I&#8217;m sure it will make it&#8217;s way in to a release some time soon.. <img src='http://www.markleith.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing mysqldump &#8211;ignore-database by Giuseppe Maxia</title>
		<link>http://www.markleith.co.uk/2012/04/20/implementing-mysqldump-ignore-database/#comment-132018</link>
		<dc:creator>Giuseppe Maxia</dc:creator>
		<pubDate>Fri, 20 Apr 2012 12:35:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=768#comment-132018</guid>
		<description>Hi Mark!
Excellent news! Thanks.
Now, how long until the patch to this 8 year old bug gets into the actual mysqldump that we love and use daily?

Cheers

Giuseppe</description>
		<content:encoded><![CDATA[<p>Hi Mark!<br />
Excellent news! Thanks.<br />
Now, how long until the patch to this 8 year old bug gets into the actual mysqldump that we love and use daily?</p>
<p>Cheers</p>
<p>Giuseppe</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Implementing mysqldump &#8211;ignore-database by Ronald Bradford</title>
		<link>http://www.markleith.co.uk/2012/04/20/implementing-mysqldump-ignore-database/#comment-132017</link>
		<dc:creator>Ronald Bradford</dc:creator>
		<pubDate>Fri, 20 Apr 2012 01:22:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=768#comment-132017</guid>
		<description>Awesome.  I wrote this quick fix for a RDS problem, knowing in my situation the GROUP_CONCAT length limitation. In one day, Giuseppe expands hacks, and you provide a workable patch for a future release.

That is the community spirit.</description>
		<content:encoded><![CDATA[<p>Awesome.  I wrote this quick fix for a RDS problem, knowing in my situation the GROUP_CONCAT length limitation. In one day, Giuseppe expands hacks, and you provide a workable patch for a future release.</p>
<p>That is the community spirit.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Monitoring MySQL IO Latency with performance_schema by Presenting File System Latency &#171; Joyeur</title>
		<link>http://www.markleith.co.uk/2011/05/23/monitoring-mysql-io-latency-with-performance_schema/#comment-132015</link>
		<dc:creator>Presenting File System Latency &#171; Joyeur</dc:creator>
		<pubDate>Tue, 13 Dec 2011 20:14:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=656#comment-132015</guid>
		<description>[...] measure file system latency, without needing to use DTrace. Mark Leith posted a detailed article: Monitoring MySQL IO Latency with performance_schema, [...]</description>
		<content:encoded><![CDATA[<p>[...] measure file system latency, without needing to use DTrace. Mark Leith posted a detailed article: Monitoring MySQL IO Latency with performance_schema, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Monitoring MySQL IO Latency with performance_schema by Measuring File System Latency from Applications &#171; Joyeur</title>
		<link>http://www.markleith.co.uk/2011/05/23/monitoring-mysql-io-latency-with-performance_schema/#comment-132014</link>
		<dc:creator>Measuring File System Latency from Applications &#171; Joyeur</dc:creator>
		<pubDate>Wed, 30 Nov 2011 17:49:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=656#comment-132014</guid>
		<description>[...] events in the new performance schema additions. Mark Leith has demonstrated this in a post titled Monitoring MySQL IO Latency with performance_schema. If that isnâ??t viable, or you are on older MySQL, or a different application entirely (MySQL was [...]</description>
		<content:encoded><![CDATA[<p>[...] events in the new performance schema additions. Mark Leith has demonstrated this in a post titled Monitoring MySQL IO Latency with performance_schema. If that isnâ??t viable, or you are on older MySQL, or a different application entirely (MySQL was [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Big Bag of Epic Awesomeness by Measuring File System Latency from Applications &#171; Joyeur</title>
		<link>http://www.markleith.co.uk/2011/04/01/a-big-bag-of-epic-awesomeness/#comment-132013</link>
		<dc:creator>Measuring File System Latency from Applications &#171; Joyeur</dc:creator>
		<pubDate>Wed, 30 Nov 2011 16:50:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=471#comment-132013</guid>
		<description>[...] are on MySQL 5.5 GA and later, you can get similar information from the wait/io events in the new performance schema additions. Mark Leith has demonstrated this in a post titled Monitoring MySQL IO Latency with [...]</description>
		<content:encoded><![CDATA[<p>[...] are on MySQL 5.5 GA and later, you can get similar information from the wait/io events in the new performance schema additions. Mark Leith has demonstrated this in a post titled Monitoring MySQL IO Latency with [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InnoDB Table and Tablespace Monitors by Mark Leith</title>
		<link>http://www.markleith.co.uk/2009/01/19/innodb-table-and-tablespace-monitors/#comment-132011</link>
		<dc:creator>Mark Leith</dc:creator>
		<pubDate>Mon, 31 Oct 2011 12:46:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=25#comment-132011</guid>
		<description>Hey Bobby,

If you want the output of SHOW ENGINE INNODB STATUS written to a file regularly, then that is exactly what the &quot;innodb_status_file&quot; variable does.. There is very very little overhead to this, and you can then process it regularly with your own scripts/tools. From the page you mentioned:

&quot;InnoDB sends diagnostic output to stderr or to files rather than to stdout or fixed-size memory buffers, to avoid potential buffer overflows. As a side effect, the output of SHOW ENGINE INNODB STATUS is written to a status file in the MySQL data directory every fifteen seconds. The name of the file is innodb_status.pid, where pid is the server process ID. InnoDB removes the file for a normal shutdown. If abnormal shutdowns have occurred, instances of these status files may be present and must be removed manually. Before removing them, you might want to examine them to see whether they contain useful information about the cause of abnormal shutdowns. The innodb_status.pid file is created only if the configuration option innodb-status-file=1 is set.&quot;

The warning on overhead is more from things like the lock monitor printing, which can result in far more data being captured. Also, there is no worry with error log sizes when using the status file, as the file is just overwritten every 15 seconds, rather than printing a status snapshot regularly to the error log, as is the case when you create the innodb_monitor table.</description>
		<content:encoded><![CDATA[<p>Hey Bobby,</p>
<p>If you want the output of SHOW ENGINE INNODB STATUS written to a file regularly, then that is exactly what the &#8220;innodb_status_file&#8221; variable does.. There is very very little overhead to this, and you can then process it regularly with your own scripts/tools. From the page you mentioned:</p>
<p>&#8220;InnoDB sends diagnostic output to stderr or to files rather than to stdout or fixed-size memory buffers, to avoid potential buffer overflows. As a side effect, the output of SHOW ENGINE INNODB STATUS is written to a status file in the MySQL data directory every fifteen seconds. The name of the file is innodb_status.pid, where pid is the server process ID. InnoDB removes the file for a normal shutdown. If abnormal shutdowns have occurred, instances of these status files may be present and must be removed manually. Before removing them, you might want to examine them to see whether they contain useful information about the cause of abnormal shutdowns. The innodb_status.pid file is created only if the configuration option innodb-status-file=1 is set.&#8221;</p>
<p>The warning on overhead is more from things like the lock monitor printing, which can result in far more data being captured. Also, there is no worry with error log sizes when using the status file, as the file is just overwritten every 15 seconds, rather than printing a status snapshot regularly to the error log, as is the case when you create the innodb_monitor table.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on InnoDB Table and Tablespace Monitors by Bobby</title>
		<link>http://www.markleith.co.uk/2009/01/19/innodb-table-and-tablespace-monitors/#comment-132010</link>
		<dc:creator>Bobby</dc:creator>
		<pubDate>Fri, 21 Oct 2011 22:17:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=25#comment-132010</guid>
		<description>Hi Mark,

Thanks for the detailed information. Its very helpful.

From the documentation regarding enabling Innodb monitors, I can see &quot;output generation does result in some performance decrement&quot;
http://dev.mysql.com/doc/refman/5.5/en/innodb-monitors.html

Do you think there can be the same performance decrement if we don&#039;t enable the Innodb monitors (by not creating the monitor tables), and just get the output of SHOW ENGINE INNODB STATUS into a file at regular schedules.
The purpose is to have regular snapshot information which can be used for analysis and comparison later when required. Just like we have in oracle with snapshot and AWR reports.

Thanks</description>
		<content:encoded><![CDATA[<p>Hi Mark,</p>
<p>Thanks for the detailed information. Its very helpful.</p>
<p>From the documentation regarding enabling Innodb monitors, I can see &#8220;output generation does result in some performance decrement&#8221;<br />
<a href="http://dev.mysql.com/doc/refman/5.5/en/innodb-monitors.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.5/en/innodb-monitors.html</a></p>
<p>Do you think there can be the same performance decrement if we don&#8217;t enable the Innodb monitors (by not creating the monitor tables), and just get the output of SHOW ENGINE INNODB STATUS into a file at regular schedules.<br />
The purpose is to have regular snapshot information which can be used for analysis and comparison later when required. Just like we have in oracle with snapshot and AWR reports.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Speaking at Oracle OpenWorld 2011 by Mark Leith</title>
		<link>http://www.markleith.co.uk/2011/09/23/speaking-at-oracle-openworld-2011/#comment-132007</link>
		<dc:creator>Mark Leith</dc:creator>
		<pubDate>Wed, 12 Oct 2011 09:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.markleith.co.uk/?p=756#comment-132007</guid>
		<description>Hey Ronald,

These have been uploaded to my &quot;Presentations&quot; page now:

http://www.markleith.co.uk/?page_id=262</description>
		<content:encoded><![CDATA[<p>Hey Ronald,</p>
<p>These have been uploaded to my &#8220;Presentations&#8221; page now:</p>
<p><a href="http://www.markleith.co.uk/?page_id=262" rel="nofollow">http://www.markleith.co.uk/?page_id=262</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>

