<?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: Slow Query Log analyzes tools</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Analysing Mysql Slow Query Log &#171; Frey-IT</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-659695</link>
		<dc:creator>Analysing Mysql Slow Query Log &#171; Frey-IT</dc:creator>
		<pubDate>Tue, 29 Sep 2009 09:51:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-659695</guid>
		<description>[...] good site to start on this topic is always the Mysql Performance Blog . In the comments-section of this entry, I found links to two different scripts analyzing the slow-query log. (Also see the Mysql [...]</description>
		<content:encoded><![CDATA[<p>[...] good site to start on this topic is always the Mysql Performance Blog . In the comments-section of this entry, I found links to two different scripts analyzing the slow-query log. (Also see the Mysql [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#187; MySQL Slow Query Log Analysis MaisonBisson.com</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-509908</link>
		<dc:creator>&#187; MySQL Slow Query Log Analysis MaisonBisson.com</dc:creator>
		<pubDate>Tue, 17 Mar 2009 16:17:34 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-509908</guid>
		<description>[...] at MySQL Performance Blog pointed out this sweet perl script to analyze MySQL&#8217;s slow query logs. (This is supposedly a PHP [...]</description>
		<content:encoded><![CDATA[<p>[...] at MySQL Performance Blog pointed out this sweet perl script to analyze MySQL&#8217;s slow query logs. (This is supposedly a PHP [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Claudio Nanni</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-483452</link>
		<dc:creator>Claudio Nanni</dc:creator>
		<pubDate>Fri, 20 Feb 2009 10:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-483452</guid>
		<description>Thanks for the slow query log parser tool,
I have easily found the expensive queries and created index accordingly, nice and easy!
I did not patch the server anyway(production)

The problem I have is to create an index on a 7gb InnoDB table , single .ibd file, that locks the table WRITE for
a hour that is not applicable for a production server, is there any trick?
I have an idea that can change the lock from WRITE to READ.

In the lowest load window (2:00-4:00 am)

[1] Lock the table READ to prevent updates and make the new index consistent
[2] create like a new empty table and add the new index
[3] select into the new table from the big table
[4] lock write tables
[5] swap tables

do you think is a good strategy?

Thank You!

Claudio Nanni</description>
		<content:encoded><![CDATA[<p>Thanks for the slow query log parser tool,<br />
I have easily found the expensive queries and created index accordingly, nice and easy!<br />
I did not patch the server anyway(production)</p>
<p>The problem I have is to create an index on a 7gb InnoDB table , single .ibd file, that locks the table WRITE for<br />
a hour that is not applicable for a production server, is there any trick?<br />
I have an idea that can change the lock from WRITE to READ.</p>
<p>In the lowest load window (2:00-4:00 am)</p>
<p>[1] Lock the table READ to prevent updates and make the new index consistent<br />
[2] create like a new empty table and add the new index<br />
[3] select into the new table from the big table<br />
[4] lock write tables<br />
[5] swap tables</p>
<p>do you think is a good strategy?</p>
<p>Thank You!</p>
<p>Claudio Nanni</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vadim</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-391395</link>
		<dc:creator>Vadim</dc:creator>
		<pubDate>Tue, 25 Nov 2008 05:27:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-391395</guid>
		<description>Eric,


you may want to make mysql_slow_log_filter executable:

chmod a+x  mysql_slow_log_filter</description>
		<content:encoded><![CDATA[<p>Eric,</p>
<p>you may want to make mysql_slow_log_filter executable:</p>
<p>chmod a+x  mysql_slow_log_filter</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-386142</link>
		<dc:creator>Eric</dc:creator>
		<pubDate>Wed, 19 Nov 2008 09:05:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-386142</guid>
		<description>Hello,
The function of mysql slow log filter is more attractive,so I just installed Fedora 9 and MySQL 5.1.29. Unfortunately, I am newbie in Linux and Perl. Although I have installed Perl5.10 by yum install,when I download the mysql_slow_log_filter file and issue the command &quot;tail -f mysql-slow.log &#124; mysql_slow_log_filter -T 0.5 -R 1000&quot;, the result is always &quot;bash: mysql_slow_log_filter: command not found&quot;. How can I install it? Thanks.</description>
		<content:encoded><![CDATA[<p>Hello,<br />
The function of mysql slow log filter is more attractive,so I just installed Fedora 9 and MySQL 5.1.29. Unfortunately, I am newbie in Linux and Perl. Although I have installed Perl5.10 by yum install,when I download the mysql_slow_log_filter file and issue the command &#8220;tail -f mysql-slow.log | mysql_slow_log_filter -T 0.5 -R 1000&#8243;, the result is always &#8220;bash: mysql_slow_log_filter: command not found&#8221;. How can I install it? Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-383389</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 17 Nov 2008 02:29:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-383389</guid>
		<description>Please check the current releases and patches for them at:
http://www.percona.com/percona-lab.html

If you need patch for particular version we can do backport on consulting basics.</description>
		<content:encoded><![CDATA[<p>Please check the current releases and patches for them at:<br />
<a href="http://www.percona.com/percona-lab.html" rel="nofollow">http://www.percona.com/percona-lab.html</a></p>
<p>If you need patch for particular version we can do backport on consulting basics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ligtv izle</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-382935</link>
		<dc:creator>ligtv izle</dc:creator>
		<pubDate>Sun, 16 Nov 2008 19:15:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-382935</guid>
		<description>Hi,

Is it possible to update the patch to 5.0.61? Thanks

^^</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is it possible to update the patch to 5.0.61? Thanks</p>
<p>^^</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Slow Query Log Analyzes Tools</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-360951</link>
		<dc:creator>Slow Query Log Analyzes Tools</dc:creator>
		<pubDate>Thu, 09 Oct 2008 18:33:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-360951</guid>
		<description>[...] article from MySQL Performance Blog explains how to log slow queries and how to identify queries, which do [...]</description>
		<content:encoded><![CDATA[<p>[...] article from MySQL Performance Blog explains how to log slow queries and how to identify queries, which do [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-350659</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Sun, 31 Aug 2008 18:08:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-350659</guid>
		<description>There is patch for 5.0.62
http://www.mysqlperformanceblog.com/mysql-patches/

We also have patch in work for 5.0.67

If you need patch for 5.0.61 or any other version we can do backport on consulting basics.</description>
		<content:encoded><![CDATA[<p>There is patch for 5.0.62<br />
<a href="http://www.mysqlperformanceblog.com/mysql-patches/" rel="nofollow">http://www.mysqlperformanceblog.com/mysql-patches/</a></p>
<p>We also have patch in work for 5.0.67</p>
<p>If you need patch for 5.0.61 or any other version we can do backport on consulting basics.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ilkka</title>
		<link>http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/comment-page-2/#comment-350495</link>
		<dc:creator>Ilkka</dc:creator>
		<pubDate>Sun, 31 Aug 2008 01:33:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/09/06/slow-query-log-analyzes-tools/#comment-350495</guid>
		<description>Hi,

Is it possible to update the patch to 5.0.61? Thanks.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Is it possible to update the patch to 5.0.61? Thanks.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
