<?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: Clustering indexes vs. Covering indexes</title>
	<atom:link href="http://tokutek.com/2009/05/clustering_indexes_vs_covering_indexes/feed/" rel="self" type="application/rss+xml" />
	<link>http://tokutek.com/2009/05/clustering_indexes_vs_covering_indexes/</link>
	<description>Database Performance</description>
	<lastBuildDate>Sat, 28 Aug 2010 12:16:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Xaprb</title>
		<link>http://tokutek.com/2009/05/clustering_indexes_vs_covering_indexes/comment-page-1/#comment-132</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Mon, 08 Jun 2009 02:02:38 +0000</pubDate>
		<guid isPermaLink="false">http://clustering_indexes_vs_covering_indexes#comment-132</guid>
		<description>Right.  The irritating &quot;key&quot; vs. &quot;index&quot; mis-nomenclature in MySQL strikes again.  I understand you now!</description>
		<content:encoded><![CDATA[<p>Right.  The irritating &#8220;key&#8221; vs. &#8220;index&#8221; mis-nomenclature in MySQL strikes again.  I understand you now!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley C. Kuszmaul</title>
		<link>http://tokutek.com/2009/05/clustering_indexes_vs_covering_indexes/comment-page-1/#comment-131</link>
		<dc:creator>Bradley C. Kuszmaul</dc:creator>
		<pubDate>Mon, 08 Jun 2009 01:57:36 +0000</pubDate>
		<guid isPermaLink="false">http://clustering_indexes_vs_covering_indexes#comment-131</guid>
		<description>I may be misunderstanding your question, but I think the point we were trying to make is that the *key* of a clustering index is typically smaller than the *key* of a covering index.  Because in MySQL standard syntax, there is no way to add a column to an index without adding it to the key.  Bigger keys can suffer performance problems.  (For example, they may reduce the fanout of B-tree-like data structures).

The clustering key syntax allows us to store all the extra columns without throwing them into the key.</description>
		<content:encoded><![CDATA[<p>I may be misunderstanding your question, but I think the point we were trying to make is that the *key* of a clustering index is typically smaller than the *key* of a covering index.  Because in MySQL standard syntax, there is no way to add a column to an index without adding it to the key.  Bigger keys can suffer performance problems.  (For example, they may reduce the fanout of B-tree-like data structures).</p>
<p>The clustering key syntax allows us to store all the extra columns without throwing them into the key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xaprb</title>
		<link>http://tokutek.com/2009/05/clustering_indexes_vs_covering_indexes/comment-page-1/#comment-130</link>
		<dc:creator>Xaprb</dc:creator>
		<pubDate>Mon, 08 Jun 2009 01:19:22 +0000</pubDate>
		<guid isPermaLink="false">http://clustering_indexes_vs_covering_indexes#comment-130</guid>
		<description>Why are clustering indexes much smaller than covering indexes?  Unless I&#039;m misunderstanding your meaning, this is really not true of InnoDB, for example.  Or are you talking about your indexes, and not indexes in general?</description>
		<content:encoded><![CDATA[<p>Why are clustering indexes much smaller than covering indexes?  Unless I&#8217;m misunderstanding your meaning, this is really not true of InnoDB, for example.  Or are you talking about your indexes, and not indexes in general?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley C. Kuszmaul</title>
		<link>http://tokutek.com/2009/05/clustering_indexes_vs_covering_indexes/comment-page-1/#comment-133</link>
		<dc:creator>Bradley C. Kuszmaul</dc:creator>
		<pubDate>Fri, 29 May 2009 05:12:54 +0000</pubDate>
		<guid isPermaLink="false">http://clustering_indexes_vs_covering_indexes#comment-133</guid>
		<description>Oops, adding z to cvr_idx made the index infeasible (17 columns).  I guess that confirms the argument about simplicity...</description>
		<content:encoded><![CDATA[<p>Oops, adding z to cvr_idx made the index infeasible (17 columns).  I guess that confirms the argument about simplicity&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
