<?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: Introducing MySQL Visual Explain</title>
	<atom:link href="http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/</link>
	<description>Stay curious!</description>
	<lastBuildDate>Thu, 09 Feb 2012 09:56:43 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-18930</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Sun, 21 Nov 2010 13:54:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-18930</guid>
		<description>I am well aware of PostgreSQL&#039;s merits, but trash-talking any open-source database is harmful and unproductive to all open-source databases.  Sniping is not welcome here.  The previous comment has been disemvoweled.</description>
		<content:encoded><![CDATA[<p>I am well aware of PostgreSQL&#8217;s merits, but trash-talking any open-source database is harmful and unproductive to all open-source databases.  Sniping is not welcome here.  The previous comment has been disemvoweled.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: waldo</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-18929</link>
		<dc:creator>waldo</dc:creator>
		<pubDate>Sun, 21 Nov 2010 00:23:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-18929</guid>
		<description>Crtnly n mprvmnt n MySQL tl st bt nthng cmprd t PstgrSQL tls. Unfrtntly ppl mks bd chcs rgrdng RDBMS nd thn sk s t fx thm whn thy strt t xprnc hvy prfrmnc sss n MySQL. Anywys thnks fr th tl,  blv t s hlpng sm,  wsh t cld b n pr. Kp th gd jb!</description>
		<content:encoded><![CDATA[<p>Crtnly n mprvmnt n MySQL tl st bt nthng cmprd t PstgrSQL tls. Unfrtntly ppl mks bd chcs rgrdng RDBMS nd thn sk s t fx thm whn thy strt t xprnc hvy prfrmnc sss n MySQL. Anywys thnks fr th tl,  blv t s hlpng sm,  wsh t cld b n pr. Kp th gd jb!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-18346</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Thu, 20 May 2010 22:24:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-18346</guid>
		<description>Jan, that&#039;s awesome!  I always sort of intended to do this, if no one else did it first.</description>
		<content:encoded><![CDATA[<p>Jan, that&#8217;s awesome!  I always sort of intended to do this, if no one else did it first.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jan Ploski</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-18333</link>
		<dc:creator>Jan Ploski</dc:creator>
		<pubDate>Mon, 17 May 2010 21:07:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-18333</guid>
		<description>For what it&#039;s worth, I created a little web front-end to mk-visual-explain, which is now published at http://explain.plosquare.com</description>
		<content:encoded><![CDATA[<p>For what it&#8217;s worth, I created a little web front-end to mk-visual-explain, which is now published at <a href="http://explain.plosquare.com" rel="nofollow">http://explain.plosquare.com</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dale</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-15897</link>
		<dc:creator>Dale</dc:creator>
		<pubDate>Sun, 22 Feb 2009 13:55:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-15897</guid>
		<description>Thanks for all your work on this.  I hate to be the only negative comment on this, but your output doesn&#039;t really help explain things much more beyond giving a bit more of a logic flow of things - for the average MySQL programmer who is not an expert, it still doesn&#039;t show why a query might be broken (in terms of performance) or how to speed it up.  We still have to go back to all the definitions on the MySQL EXPLAIN syntax to vaguely understand the terminology and derive the hints needed to speed up the query.  I am looking for something that my team can use to quickly idenitfy the issues without having to remember the esoteric aspects of explain everytime.

Thanks again for your efforts.</description>
		<content:encoded><![CDATA[<p>Thanks for all your work on this.  I hate to be the only negative comment on this, but your output doesn&#8217;t really help explain things much more beyond giving a bit more of a logic flow of things &#8211; for the average MySQL programmer who is not an expert, it still doesn&#8217;t show why a query might be broken (in terms of performance) or how to speed it up.  We still have to go back to all the definitions on the MySQL EXPLAIN syntax to vaguely understand the terminology and derive the hints needed to speed up the query.  I am looking for something that my team can use to quickly idenitfy the issues without having to remember the esoteric aspects of explain everytime.</p>
<p>Thanks again for your efforts.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

