<?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>《小心对待query_cache_size》的评论</title>
	<atom:link href="http://www.mysqlsupport.cn/query_cache_size/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlsupport.cn/query_cache_size/</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>作者：wubx</title>
		<link>http://www.mysqlsupport.cn/query_cache_size/comment-page-1/#comment-131</link>
		<dc:creator>wubx</dc:creator>
		<pubDate>Wed, 14 Apr 2010 06:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlsupport.cn/?p=117#comment-131</guid>
		<description>@@jackbillow, 
   这个更合表的记录数，业务的实现方面连接。如：对于一个大数量的表，有针对不同行的查询，一旦Cache中形成这个表的大量的Cache，这个表又发生更新，这个Cache实效就会有较大的开销了。所以对于Query Cache这个缓存级别有点鸡肋。等待着他的算法改良，有可能会有好的效果了。</description>
		<content:encoded><![CDATA[<p>@@jackbillow,<br />
   这个更合表的记录数，业务的实现方面连接。如：对于一个大数量的表，有针对不同行的查询，一旦Cache中形成这个表的大量的Cache，这个表又发生更新，这个Cache实效就会有较大的开销了。所以对于Query Cache这个缓存级别有点鸡肋。等待着他的算法改良，有可能会有好的效果了。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：@jackbillow</title>
		<link>http://www.mysqlsupport.cn/query_cache_size/comment-page-1/#comment-130</link>
		<dc:creator>@jackbillow</dc:creator>
		<pubDate>Wed, 14 Apr 2010 06:23:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlsupport.cn/?p=117#comment-130</guid>
		<description>与QC的resultset大小也有关系，如果缓存的结果集大，频繁分配memory，分配的block比较多，也会是导致性能下降厉害，反而结果集小容易产生碎片，性能也会下降。</description>
		<content:encoded><![CDATA[<p>与QC的resultset大小也有关系，如果缓存的结果集大，频繁分配memory，分配的block比较多，也会是导致性能下降厉害，反而结果集小容易产生碎片，性能也会下降。</p>
]]></content:encoded>
	</item>
	<item>
		<title>作者：@jackbillow</title>
		<link>http://www.mysqlsupport.cn/query_cache_size/comment-page-1/#comment-129</link>
		<dc:creator>@jackbillow</dc:creator>
		<pubDate>Wed, 14 Apr 2010 06:19:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlsupport.cn/?p=117#comment-129</guid>
		<description>不是DB缓存SQL文本，是把QC缓存SQL文本，如果table更新了，所有和这个表相关的QC失效。</description>
		<content:encoded><![CDATA[<p>不是DB缓存SQL文本，是把QC缓存SQL文本，如果table更新了，所有和这个表相关的QC失效。</p>
]]></content:encoded>
	</item>
</channel>
</rss>

