<?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"
	>
<channel>
	<title>Comments on: Extended EXPLAIN</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/</link>
	<description>Everything about MySQL Performance</description>
	<pubDate>Fri, 05 Dec 2008 09:05:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: Alfred Ayache</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-240479</link>
		<dc:creator>Alfred Ayache</dc:creator>
		<pubDate>Fri, 08 Feb 2008 18:00:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-240479</guid>
		<description>Thanks for the great article Peter.

The paragraph following the last example has some HTML problems.  It should read:

As you see in this case there is planty of extra information in the message.   We can see query is using &#60;in_optimizer&#62;,  it is converted to &#60;exists&#62; using &#60;primary key="" lookup=""&#62;. And there is some &#60;cache&#62; in being done.

HTH,
- AAA</description>
		<content:encoded><![CDATA[<p>Thanks for the great article Peter.</p>
<p>The paragraph following the last example has some HTML problems.  It should read:</p>
<p>As you see in this case there is planty of extra information in the message.   We can see query is using &lt;in_optimizer&gt;,  it is converted to &lt;exists&gt; using &lt;primary key=&#8221;" lookup=&#8221;"&gt;. And there is some &lt;cache&gt; in being done.</p>
<p>HTH,<br />
- AAA</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Taksi</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-154737</link>
		<dc:creator>Taksi</dc:creator>
		<pubDate>Wed, 08 Aug 2007 15:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-154737</guid>
		<description>Realy great example.
thank you very much.</description>
		<content:encoded><![CDATA[<p>Realy great example.<br />
thank you very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sahibinden</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-150618</link>
		<dc:creator>Sahibinden</dc:creator>
		<pubDate>Sat, 28 Jul 2007 08:02:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-150618</guid>
		<description>Thank you very much for your explaination.

best regars</description>
		<content:encoded><![CDATA[<p>Thank you very much for your explaination.</p>
<p>best regars</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Edwards</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-1228</link>
		<dc:creator>Dave Edwards</dc:creator>
		<pubDate>Fri, 28 Jul 2006 18:18:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-1228</guid>
		<description>Thanks Peter -- blogged in &lt;a href="http://gruntdba.wordpress.com/2006/07/28/log-buffer-3/" rel="nofollow"&gt;this week's Log Buffer&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Thanks Peter &#8212; blogged in <a href="http://gruntdba.wordpress.com/2006/07/28/log-buffer-3/" rel="nofollow" onclick="javascript:pageTracker._trackPageview ('/outbound/gruntdba.wordpress.com');">this week&#8217;s Log Buffer</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-1206</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Thu, 27 Jul 2006 18:27:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-1206</guid>
		<description>Thank you Sergey,  Now updated.

I forgot in which version it was added.</description>
		<content:encoded><![CDATA[<p>Thank you Sergey,  Now updated.</p>
<p>I forgot in which version it was added.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergey Petrunia</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-1204</link>
		<dc:creator>Sergey Petrunia</dc:creator>
		<pubDate>Thu, 27 Jul 2006 16:23:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-1204</guid>
		<description>Peter, a small correction: EXPLAIN EXTENDED was introduced in 4.1, not in 5.0 (and it is documented at http://dev.mysql.com/doc/refman/4.1/en/explain.html)</description>
		<content:encoded><![CDATA[<p>Peter, a small correction: EXPLAIN EXTENDED was introduced in 4.1, not in 5.0 (and it is documented at <a href="http://dev.mysql.com/doc/refman/4.1/en/explain.html" rel="nofollow">http://dev.mysql.com/doc/refman/4.1/en/explain.html</a>)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Testing The Web Dot Com &#187; Blog Archive &#187; Extended EXPLAIN</title>
		<link>http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-1164</link>
		<dc:creator>Testing The Web Dot Com &#187; Blog Archive &#187; Extended EXPLAIN</dc:creator>
		<pubDate>Tue, 25 Jul 2006 15:13:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/07/24/extended-explain/#comment-1164</guid>
		<description>[...] Read the full article by Peter Zaitsev [...]</description>
		<content:encoded><![CDATA[<p>[...] Read the full article by Peter Zaitsev [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
