<?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: How to find un-indexed queries in MySQL, without using the log</title>
	<atom:link href="http://www.xaprb.com/blog/2009/08/18/how-to-find-un-indexed-queries-in-mysql-without-using-the-log/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2009/08/18/how-to-find-un-indexed-queries-in-mysql-without-using-the-log/</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: raja</title>
		<link>http://www.xaprb.com/blog/2009/08/18/how-to-find-un-indexed-queries-in-mysql-without-using-the-log/#comment-19364</link>
		<dc:creator>raja</dc:creator>
		<pubDate>Thu, 12 May 2011 04:34:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1227#comment-19364</guid>
		<description>Hi,

I have executed the commands exactly as said above and tcpdump is waiting for capture.

As the above forum, it specified as cancal mk-query-digest. Not sure how to do that, but did by pressing control-c

Able to see the below message post that.. can any one help me out please

# Caught SIGINT.
0 packets captured
0 packets received by filter
0 packets dropped by kernel


The command I tried is ---
------------

tcpdump -i lo port 3306 -s 65535  -x -n -q -tttt &#124; mk-query-digest --type tcpdump   --filter &#039;($event-&gt;{No_index_used} eq &quot;Yes&quot; &#124;&#124; $event-&gt;{No_good_index_used} eq &quot;Yes&quot;)&#039; --group-by tables --report-format profile

------------

Thanks
Raaj</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I have executed the commands exactly as said above and tcpdump is waiting for capture.</p>
<p>As the above forum, it specified as cancal mk-query-digest. Not sure how to do that, but did by pressing control-c</p>
<p>Able to see the below message post that.. can any one help me out please</p>
<p># Caught SIGINT.<br />
0 packets captured<br />
0 packets received by filter<br />
0 packets dropped by kernel</p>
<p>The command I tried is &#8212;<br />
&#8212;&#8212;&#8212;&#8212;</p>
<p>tcpdump -i lo port 3306 -s 65535  -x -n -q -tttt | mk-query-digest &#8211;type tcpdump   &#8211;filter &#8216;($event-&gt;{No_index_used} eq &#8220;Yes&#8221; || $event-&gt;{No_good_index_used} eq &#8220;Yes&#8221;)&#8217; &#8211;group-by tables &#8211;report-format profile</p>
<p>&#8212;&#8212;&#8212;&#8212;</p>
<p>Thanks<br />
Raaj</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rahulheinaa</title>
		<link>http://www.xaprb.com/blog/2009/08/18/how-to-find-un-indexed-queries-in-mysql-without-using-the-log/#comment-17707</link>
		<dc:creator>rahulheinaa</dc:creator>
		<pubDate>Fri, 29 Jan 2010 17:31:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1227#comment-17707</guid>
		<description>I have been trying to figure out, is there a limit on the size of the index that can be created on a table. Can there be a case where queries lost performance because of  the index sizes actually were so heavy that it took a huge time to load. I made a test table with 500K rows and 22 columns with mostly float variables and the interesting thing I noticed that index creation took more  and more time for index creation. 

I don&#039;t think this is the right place to put this query up, but I hope you could reply to it personally or even here. Thank you.</description>
		<content:encoded><![CDATA[<p>I have been trying to figure out, is there a limit on the size of the index that can be created on a table. Can there be a case where queries lost performance because of  the index sizes actually were so heavy that it took a huge time to load. I made a test table with 500K rows and 22 columns with mostly float variables and the interesting thing I noticed that index creation took more  and more time for index creation. </p>
<p>I don&#8217;t think this is the right place to put this query up, but I hope you could reply to it personally or even here. Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Tip&#8230; Finding Un Indexed Queries : Beyond Search</title>
		<link>http://www.xaprb.com/blog/2009/08/18/how-to-find-un-indexed-queries-in-mysql-without-using-the-log/#comment-16916</link>
		<dc:creator>MySQL Tip&#8230; Finding Un Indexed Queries : Beyond Search</dc:creator>
		<pubDate>Tue, 01 Sep 2009 11:05:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1227#comment-16916</guid>
		<description>[...] We have a big project in progress using MySQL. We located a useful tip at Xaprb.com article “How to Find Un-Indexed Queries in MySQL, without Using the Log.” The write up includes a useful script. A happy quack to the Percona wizard who shared this [...]</description>
		<content:encoded><![CDATA[<p>[...] We have a big project in progress using MySQL. We located a useful tip at Xaprb.com article “How to Find Un-Indexed Queries in MySQL, without Using the Log.” The write up includes a useful script. A happy quack to the Percona wizard who shared this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-08-31 &#171; toonz</title>
		<link>http://www.xaprb.com/blog/2009/08/18/how-to-find-un-indexed-queries-in-mysql-without-using-the-log/#comment-16907</link>
		<dc:creator>links for 2009-08-31 &#171; toonz</dc:creator>
		<pubDate>Mon, 31 Aug 2009 23:13:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1227#comment-16907</guid>
		<description>[...] How to find un-indexed queries in MySQL, without using the log at Xaprb (tags: mysql database debug) [...]</description>
		<content:encoded><![CDATA[<p>[...] How to find un-indexed queries in MySQL, without using the log at Xaprb (tags: mysql database debug) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2009/08/18/how-to-find-un-indexed-queries-in-mysql-without-using-the-log/#comment-16868</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sun, 30 Aug 2009 01:37:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=1227#comment-16868</guid>
		<description>I haven&#039;t looked into sniffing queries from Unix sockets, and I don&#039;t know whether it&#039;s even possible.</description>
		<content:encoded><![CDATA[<p>I haven&#8217;t looked into sniffing queries from Unix sockets, and I don&#8217;t know whether it&#8217;s even possible.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

