<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>松散的索引扫描 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/%E6%9D%BE%E6%95%A3%E7%9A%84%E7%B4%A2%E5%BC%95%E6%89%AB%E6%8F%8F/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Wed, 03 Aug 2011 08:48:47 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>松散的索引扫描(Loose index scan)</title>
		<link>https://www.coder4.com/archives/1344</link>
					<comments>https://www.coder4.com/archives/1344#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Wed, 19 Jan 2011 05:42:59 +0000</pubDate>
				<category><![CDATA[数据库技术]]></category>
		<category><![CDATA[Loose index scan]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[松散的索引扫描]]></category>
		<guid isPermaLink="false">http://www.coder4.com/?p=1344</guid>

					<description><![CDATA[今天读《High Performance MySQL》，发现一个“Loose index scan”，之前完全没有听说过。 网上查了些资料，这个叫松散的索引扫描(Loose index scan)。 转载自：http://www.chenyajun.com/2009/01/03/1657 优化Group By最有效的办法是当可以直接使用索引来完全获取需要group的字段。使用这个访问方法时，MySQL使用对关键字排序的索引的类型（比如BTREE索引）。这使得索引中用于group[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/1344/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
