<?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: The fading of Query Cache limitations</title> <atom:link href="http://www.mysqldiary.com/the-fading-of-query-cache-limitation/feed/" rel="self" type="application/rss+xml" /><link>http://www.mysqldiary.com/the-fading-of-query-cache-limitation/</link> <description>Exploring, Sharing and  Discussing MySQL practice</description> <lastBuildDate>Thu, 02 Feb 2012 09:16:49 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: emt training</title><link>http://www.mysqldiary.com/the-fading-of-query-cache-limitation/comment-page-1/#comment-1434</link> <dc:creator>emt training</dc:creator> <pubDate>Thu, 15 Jul 2010 10:33:40 +0000</pubDate> <guid
isPermaLink="false">http://www.mysqldiary.com/?p=50#comment-1434</guid> <description>nice post. thanks.</description> <content:encoded><![CDATA[<p>nice post. thanks.</p> ]]></content:encoded> </item> <item><title>By: Robin</title><link>http://www.mysqldiary.com/the-fading-of-query-cache-limitation/comment-page-1/#comment-1279</link> <dc:creator>Robin</dc:creator> <pubDate>Mon, 28 Jun 2010 05:08:10 +0000</pubDate> <guid
isPermaLink="false">http://www.mysqldiary.com/?p=50#comment-1279</guid> <description>Hello,Ask a question.
How to expand mysql query cache?
Only add physical memory? memcached can not cache SQL results.</description> <content:encoded><![CDATA[<p>Hello,Ask a question.<br
/> How to expand mysql query cache?<br
/> Only add physical memory? memcached can not cache SQL results.</p> ]]></content:encoded> </item> <item><title>By: MarkSpizer</title><link>http://www.mysqldiary.com/the-fading-of-query-cache-limitation/comment-page-1/#comment-612</link> <dc:creator>MarkSpizer</dc:creator> <pubDate>Mon, 03 May 2010 11:02:51 +0000</pubDate> <guid
isPermaLink="false">http://www.mysqldiary.com/?p=50#comment-612</guid> <description>great post as usual!</description> <content:encoded><![CDATA[<p>great post as usual!</p> ]]></content:encoded> </item> <item><title>By: Shlomi Noach</title><link>http://www.mysqldiary.com/the-fading-of-query-cache-limitation/comment-page-1/#comment-20</link> <dc:creator>Shlomi Noach</dc:creator> <pubDate>Wed, 16 Dec 2009 14:02:02 +0000</pubDate> <guid
isPermaLink="false">http://www.mysqldiary.com/?p=50#comment-20</guid> <description>Hi,
Perhaps the most obvious limitation to query cache is its global mutex, effectively serializing access to the cache.
A lot has been written on this.
There are many performance issues with using the cache. Try &lt;a href=&quot;http://www.mysqlperformanceblog.com/2009/03/19/mysql-random-freezes-could-be-the-query-cache/#comment-516145&quot; rel=&quot;nofollow&quot;&gt;http://www.mysqlperformanceblog.com/2009/03/19/mysql-random-freezes-could-be-the-query-cache/#comment-516145&lt;/a&gt;.
The next big limitation, as I see it, is the naive invalidation mechanism, which blindly removes queries from the cache, that could have been kept there, due to global per-table invalidation.
Regards</description> <content:encoded><![CDATA[<p>Hi,</p><p>Perhaps the most obvious limitation to query cache is its global mutex, effectively serializing access to the cache.<br
/> A lot has been written on this.</p><p>There are many performance issues with using the cache. Try <a
href="http://www.mysqlperformanceblog.com/2009/03/19/mysql-random-freezes-could-be-the-query-cache/#comment-516145" rel="nofollow">http://www.mysqlperformanceblog.com/2009/03/19/mysql-random-freezes-could-be-the-query-cache/#comment-516145</a>.</p><p>The next big limitation, as I see it, is the naive invalidation mechanism, which blindly removes queries from the cache, that could have been kept there, due to global per-table invalidation.</p><p>Regards</p> ]]></content:encoded> </item> </channel> </rss>
