<?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: Covering index and prefix indexes</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/11/23/covering-index-and-prefix-indexes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/11/23/covering-index-and-prefix-indexes/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: The MySQL Query Performance Improvement Process &#124; Pablowe</title>
		<link>http://www.mysqlperformanceblog.com/2006/11/23/covering-index-and-prefix-indexes/comment-page-1/#comment-339631</link>
		<dc:creator>The MySQL Query Performance Improvement Process &#124; Pablowe</dc:creator>
		<pubDate>Sun, 03 Aug 2008 22:28:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/11/23/covering-index-and-prefix-indexes/#comment-339631</guid>
		<description>[...] can bog down the network if the unneeded columns are large, and eliminate the possibility of using covering indexes that could eliminate the need to read from disk when retrieving the result set. Additionally, a [...]</description>
		<content:encoded><![CDATA[<p>[...] can bog down the network if the unneeded columns are large, and eliminate the possibility of using covering indexes that could eliminate the need to read from disk when retrieving the result set. Additionally, a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/11/23/covering-index-and-prefix-indexes/comment-page-1/#comment-14586</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Fri, 24 Nov 2006 08:42:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/11/23/covering-index-and-prefix-indexes/#comment-14586</guid>
		<description>Oh yes. Sorry that is what I meant.   Fixed now</description>
		<content:encoded><![CDATA[<p>Oh yes. Sorry that is what I meant.   Fixed now</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Maarten</title>
		<link>http://www.mysqlperformanceblog.com/2006/11/23/covering-index-and-prefix-indexes/comment-page-1/#comment-14579</link>
		<dc:creator>Maarten</dc:creator>
		<pubDate>Fri, 24 Nov 2006 08:15:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/11/23/covering-index-and-prefix-indexes/#comment-14579</guid>
		<description>The query of you&#039;re last example reeds EXPLAIN SELECT j FROM t WHERE i=5 AND k LIKE &quot;a%&quot;, but don&#039;t you mean EXPLAIN SELECT k FROM t WHERE i=5 AND j LIKE &quot;a%&quot; ?</description>
		<content:encoded><![CDATA[<p>The query of you&#8217;re last example reeds EXPLAIN SELECT j FROM t WHERE i=5 AND k LIKE &#8220;a%&#8221;, but don&#8217;t you mean EXPLAIN SELECT k FROM t WHERE i=5 AND j LIKE &#8220;a%&#8221; ?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
