<?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>《使用反转索引提高SQL的执行效率》的评论</title>
	<atom:link href="http://www.banping.com/2009/12/07/reverse_index/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.banping.com/2009/12/07/reverse_index/</link>
	<description>一瓶子不满  半瓶子晃荡</description>
	<lastBuildDate>Wed, 01 Feb 2012 01:24:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：banping</title>
		<link>http://www.banping.com/2009/12/07/reverse_index/comment-page-1/#comment-13442</link>
		<dc:creator>banping</dc:creator>
		<pubDate>Thu, 24 Dec 2009 03:57:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.banping.com/?p=565#comment-13442</guid>
		<description>多谢棉花糖指点，貌似反转键索引应该这样建立：
CREATE INDEX i ON t (a,b,c) REVERSE;
compared to a standard index, reverses the bytes of each column indexed (except the rowid) while keeping the column order.</description>
		<content:encoded><![CDATA[<p>多谢棉花糖指点，貌似反转键索引应该这样建立：<br />
CREATE INDEX i ON t (a,b,c) REVERSE;<br />
compared to a standard index, reverses the bytes of each column indexed (except the rowid) while keeping the column order.</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：棉花糖ONE</title>
		<link>http://www.banping.com/2009/12/07/reverse_index/comment-page-1/#comment-13441</link>
		<dc:creator>棉花糖ONE</dc:creator>
		<pubDate>Thu, 24 Dec 2009 01:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.banping.com/?p=565#comment-13441</guid>
		<description>你这个不叫反转索引,只是简单的函数索引而已</description>
		<content:encoded><![CDATA[<p>你这个不叫反转索引,只是简单的函数索引而已</p>
]]></content:encoded>
	</item>
</channel>
</rss>

