<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.2.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Introducing MySQL Visual Explain</title>
	<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/</link>
	<description>Stay curious!</description>
	<pubDate>Sun, 20 Jul 2008 22:50:53 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.2</generator>

	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-13249</link>
		<author>Xaprb</author>
		<pubDate>Mon, 06 Aug 2007 13:48:45 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-13249</guid>
		<description>Thanks Dave!  That probably means it is broken in many other tools too.  I'll take a look.</description>
		<content:encoded><![CDATA[<p>Thanks Dave!  That probably means it is broken in many other tools too.  I&#8217;ll take a look.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Shrewsbury</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-13093</link>
		<author>Dave Shrewsbury</author>
		<pubDate>Sun, 05 Aug 2007 21:13:13 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-13093</guid>
		<description>Baron,

This is really cool! FYI, I found a small bug and submitted a bug report per your instructions. The --socket option isn't working.

-Dave</description>
		<content:encoded><![CDATA[<p>Baron,</p>
<p>This is really cool! FYI, I found a small bug and submitted a bug report per your instructions. The &#8211;socket option isn&#8217;t working.</p>
<p>-Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL visual explain &#171; Eclesiastes</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12992</link>
		<author>MySQL visual explain &#171; Eclesiastes</author>
		<pubDate>Sat, 04 Aug 2007 12:25:21 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12992</guid>
		<description>[...] http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href="http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/" rel="nofollow">http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/</a> [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Log Buffer #56: a Carnival of the Vanities for DBAs &#171; H.Tonguç YILMAZ Oracle Blog</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12924</link>
		<author>Log Buffer #56: a Carnival of the Vanities for DBAs &#171; H.Tonguç YILMAZ Oracle Blog</author>
		<pubDate>Fri, 03 Aug 2007 11:55:52 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12924</guid>
		<description>[...] Xaprb  on Introducing MySQL Visual Explain [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Xaprb  on Introducing MySQL Visual Explain [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: All in a days work&#8230;</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12810</link>
		<author>All in a days work&#8230;</author>
		<pubDate>Tue, 31 Jul 2007 08:48:26 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12810</guid>
		<description>[...] Introducing MySQL Visual Explain MySQL Visual Explain transforms EXPLAIN output into a hierarchical view of the query plan, which is significantly easier to read and understand. (tags: MySQL) [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Introducing MySQL Visual Explain MySQL Visual Explain transforms EXPLAIN output into a hierarchical view of the query plan, which is significantly easier to read and understand. (tags: MySQL) [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roland Bouman</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12794</link>
		<author>Roland Bouman</author>
		<pubDate>Tue, 31 Jul 2007 02:03:43 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12794</guid>
		<description>Baron! This is great, awesome!</description>
		<content:encoded><![CDATA[<p>Baron! This is great, awesome!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12763</link>
		<author>Xaprb</author>
		<pubDate>Mon, 30 Jul 2007 16:51:01 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12763</guid>
		<description>Thanks Peter.

Partitions and other options are included, but not output by default if they are NULL.  The textual tree-view output actually doesn't show all the information in the tree built from EXPLAIN; I wanted to keep it as brief as possible.  But if your EXPLAIN output includes partitions, you should see the results in the tree.

This makes me realize, there's no way with the --connect option to ask MySQL Visual Explain to EXPLAIN the command as EXPLAIN PARTITIONS!  I will add an option to do that.  This of course only affects what data it gets from the server, not how the tree is built; if you give it text as input instead of a command, it'll show all the information it's given.

[EDIT] I see I'm too smart for myself.  It runs EXPLAIN /*!50115 PARTITIONS*/ SELECT so it should work fine.  I completely forgot that I did that.</description>
		<content:encoded><![CDATA[<p>Thanks Peter.</p>
<p>Partitions and other options are included, but not output by default if they are NULL.  The textual tree-view output actually doesn&#8217;t show all the information in the tree built from EXPLAIN; I wanted to keep it as brief as possible.  But if your EXPLAIN output includes partitions, you should see the results in the tree.</p>
<p>This makes me realize, there&#8217;s no way with the &#8211;connect option to ask MySQL Visual Explain to EXPLAIN the command as EXPLAIN PARTITIONS!  I will add an option to do that.  This of course only affects what data it gets from the server, not how the tree is built; if you give it text as input instead of a command, it&#8217;ll show all the information it&#8217;s given.</p>
<p>[EDIT] I see I&#8217;m too smart for myself.  It runs EXPLAIN /*!50115 PARTITIONS*/ SELECT so it should work fine.  I completely forgot that I did that.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Zaitsev</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12760</link>
		<author>Peter Zaitsev</author>
		<pubDate>Mon, 30 Jul 2007 16:43:33 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12760</guid>
		<description>Great Baron,

(I know you sent me initial version to review and I did not reply to that email yet, sorry)

This is a great tool especially for complex queries -  EXPLAIN itself works good for Joins but once you get into a lot of subqueries it becomes nasty. 

You may also look at explain options to get more info such as partitions used etc.</description>
		<content:encoded><![CDATA[<p>Great Baron,</p>
<p>(I know you sent me initial version to review and I did not reply to that email yet, sorry)</p>
<p>This is a great tool especially for complex queries -  EXPLAIN itself works good for Joins but once you get into a lot of subqueries it becomes nasty. </p>
<p>You may also look at explain options to get more info such as partitions used etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tims Blog &#187; Blog Archive &#187; No More San Diego</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12758</link>
		<author>Tims Blog &#187; Blog Archive &#187; No More San Diego</author>
		<pubDate>Mon, 30 Jul 2007 14:53:19 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12758</guid>
		<description>[...] mysql visual explain [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] mysql visual explain [&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruturaj K. Vartak</title>
		<link>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12740</link>
		<author>Ruturaj K. Vartak</author>
		<pubDate>Mon, 30 Jul 2007 04:28:57 +0000</pubDate>
		<guid>http://www.xaprb.com/blog/2007/07/29/introducing-mysql-visual-explain/#comment-12740</guid>
		<description>Its great to see such a tool come up, For long MySQL lacked something similar to a "Execution Plan" view as in MS-SQL server, I'd like to see a similar tool/could be u'r code into main MySQL client.</description>
		<content:encoded><![CDATA[<p>Its great to see such a tool come up, For long MySQL lacked something similar to a &#8220;Execution Plan&#8221; view as in MS-SQL server, I&#8217;d like to see a similar tool/could be u&#8217;r code into main MySQL client.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
