<?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: How to optimize subqueries and joins in MySQL</title>
	<atom:link href="http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/</link>
	<description>Stay curious!</description>
	<pubDate>Tue, 07 Oct 2008 02:57:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
		<item>
		<title>By: p2e.dk/noter &#187; Blog Archive &#187; Optimering af subselects</title>
		<link>http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/#comment-13699</link>
		<dc:creator>p2e.dk/noter &#187; Blog Archive &#187; Optimering af subselects</dc:creator>
		<pubDate>Wed, 21 Nov 2007 21:40:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=127#comment-13699</guid>
		<description>[...] en glimrende artikel om et lille MySQL [...]</description>
		<content:encoded><![CDATA[<p>[...] en glimrende artikel om et lille MySQL [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Re: bookmarks and keywords &#124; Bla.es</title>
		<link>http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/#comment-13428</link>
		<dc:creator>Re: bookmarks and keywords &#124; Bla.es</dc:creator>
		<pubDate>Mon, 01 Oct 2007 09:21:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=127#comment-13428</guid>
		<description>[...] www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/ [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/" rel="nofollow" >http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nolan Hurlburt</title>
		<link>http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/#comment-13426</link>
		<dc:creator>Nolan Hurlburt</dc:creator>
		<pubDate>Fri, 28 Sep 2007 17:36:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=127#comment-13426</guid>
		<description>Was given a script today that took approximately 40 minutes to run. It now runs in under a minute. Thanks to this form of query optimization. Many more issues to hammer out but this was a huge one. Thanks a ton!</description>
		<content:encoded><![CDATA[<p>Was given a script today that took approximately 40 minutes to run. It now runs in under a minute. Thanks to this form of query optimization. Many more issues to hammer out but this was a huge one. Thanks a ton!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveO</title>
		<link>http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/#comment-13410</link>
		<dc:creator>DaveO</dc:creator>
		<pubDate>Thu, 20 Sep 2007 14:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=127#comment-13410</guid>
		<description>Just found this article and your explanation has turned my 45 second query into a 0.1 second query. :)</description>
		<content:encoded><![CDATA[<p>Just found this article and your explanation has turned my 45 second query into a 0.1 second query. :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://www.xaprb.com/blog/2006/04/30/how-to-optimize-subqueries-and-joins-in-mysql/#comment-12812</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Tue, 31 Jul 2007 11:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.xaprb.com/blog/?p=127#comment-12812</guid>
		<description>The only storage engine that offers clustered indexes at this time is InnoDB.  The primary key is automatically clustered.  You cannot change which index is clustered; you cannot make a primary key without making it clustered; and if you don't create a primary key on an InnoDB table, it creates an invisible 6-byte primary key and clusters on it.</description>
		<content:encoded><![CDATA[<p>The only storage engine that offers clustered indexes at this time is InnoDB.  The primary key is automatically clustered.  You cannot change which index is clustered; you cannot make a primary key without making it clustered; and if you don&#8217;t create a primary key on an InnoDB table, it creates an invisible 6-byte primary key and clusters on it.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
