<?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>《案例:一个引号带来的查询性能提升》的评论</title>
	<atom:link href="http://www.mysqlsupport.cn/quotes-performance/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlsupport.cn/quotes-performance/</link>
	<description>MySQL支持，提供专业技术支持性能调优，架构设计</description>
	<lastBuildDate>Wed, 20 Apr 2011 07:26:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>作者：黄铃斐</title>
		<link>http://www.mysqlsupport.cn/quotes-performance/comment-page-1/#comment-144</link>
		<dc:creator>黄铃斐</dc:creator>
		<pubDate>Wed, 20 Apr 2011 07:26:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlsupport.cn/?p=163#comment-144</guid>
		<description>查询条件中如果出现类型转换或函数转换都会造成不走索引，奇怪的是如果在oracle 中执行explain效果会与实际查询效果一致的。</description>
		<content:encoded><![CDATA[<p>查询条件中如果出现类型转换或函数转换都会造成不走索引，奇怪的是如果在oracle 中执行explain效果会与实际查询效果一致的。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：lnn1123</title>
		<link>http://www.mysqlsupport.cn/quotes-performance/comment-page-1/#comment-141</link>
		<dc:creator>lnn1123</dc:creator>
		<pubDate>Mon, 27 Sep 2010 08:05:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlsupport.cn/?p=163#comment-141</guid>
		<description>client_id 既然是 varchar(255) 那么索引也很大，不如加个字段 client_id_hash int(10) 
插入的时候 crc32(client_id) 写到 client_id_hash 字段，在 建索引
idx_client_channel (client_id_hash ,channel)
where 的时候 就 用 client_id_hash 这个</description>
		<content:encoded><![CDATA[<p>client_id 既然是 varchar(255) 那么索引也很大，不如加个字段 client_id_hash int(10)<br />
插入的时候 crc32(client_id) 写到 client_id_hash 字段，在 建索引<br />
idx_client_channel (client_id_hash ,channel)<br />
where 的时候 就 用 client_id_hash 这个</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：雪夙怎么样</title>
		<link>http://www.mysqlsupport.cn/quotes-performance/comment-page-1/#comment-136</link>
		<dc:creator>雪夙怎么样</dc:creator>
		<pubDate>Wed, 11 Aug 2010 04:16:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlsupport.cn/?p=163#comment-136</guid>
		<description>好资源，学习很有帮助</description>
		<content:encoded><![CDATA[<p>好资源，学习很有帮助</p>
]]></content:encoded>
	</item>
</channel>
</rss>

