<?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: How does query caching in MySQL works and how to find find out my MySQL query cache is working or not?</title> <atom:link href="http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html/feed" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html</link> <description>This is a Linux sys admin journal by Vivek about sys admin work, Linux tips &#38; tricks, hacks, news and more.</description> <lastBuildDate>Fri, 10 Feb 2012 20:37:43 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: vikram</title><link>http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html#comment-145126</link> <dc:creator>vikram</dc:creator> <pubDate>Fri, 26 Sep 2008 22:21:34 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html#comment-145126</guid> <description>sorry my &lt;strong&gt;queries are not getting cached &lt;/strong&gt;
so how to cache this kind of queries ....?
&lt;strong&gt;SELECT round(sum(i.withdrawrealwin)) FROM invoice &lt;/strong&gt;</description> <content:encoded><![CDATA[<p>sorry my <strong>queries are not getting cached </strong><br
/> so how to cache this kind of queries &#8230;.?</p><p><strong>SELECT round(sum(i.withdrawrealwin)) FROM invoice </strong></p> ]]></content:encoded> </item> <item><title>By: vikram</title><link>http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html#comment-145125</link> <dc:creator>vikram</dc:creator> <pubDate>Fri, 26 Sep 2008 22:19:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html#comment-145125</guid> <description>my queries like SELECT round(sum(i.withdrawrealwin)) FROM invoice are getting cached and it is taking 3 secs time to execute a query and i want to reduce to 1 secs ,  so how can i do this...
waiting for ur replay
thanks and regards</description> <content:encoded><![CDATA[<p>my queries like SELECT round(sum(i.withdrawrealwin)) FROM invoice are getting cached and it is taking 3 secs time to execute a query and i want to reduce to 1 secs ,  so how can i do this&#8230;<br
/> waiting for ur replay</p><p>thanks and regards</p> ]]></content:encoded> </item> <item><title>By: nixcraft</title><link>http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html#comment-19513</link> <dc:creator>nixcraft</dc:creator> <pubDate>Tue, 04 Apr 2006 00:16:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html#comment-19513</guid> <description>A value of 0 or OFF (in config file)  prevents caching or retrieval of cached results i.e. disable the caching type following command as mysql admim:
mysql&gt; &lt;B&gt;SET GLOBAL query_cache_size = 0;&lt;/B&gt;
Or open my.cnf remove query_cache_size variable or set it to zero.</description> <content:encoded><![CDATA[<p>A value of 0 or OFF (in config file)  prevents caching or retrieval of cached results i.e. disable the caching type following command as mysql admim:<br
/> mysql&gt; <b>SET GLOBAL query_cache_size = 0;</b></p><p>Or open my.cnf remove query_cache_size variable or set it to zero.</p> ]]></content:encoded> </item> <item><title>By: Dylan</title><link>http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html#comment-19512</link> <dc:creator>Dylan</dc:creator> <pubDate>Mon, 03 Apr 2006 18:40:00 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/tips/how-does-query-caching-in-mysql-works-and-how-to-find-find-out-my-mysql-query-cache-is-working-or-not.html#comment-19512</guid> <description>Thanks this is helpful.
Also, if you want to disable the caching how would you do this?
Thanks</description> <content:encoded><![CDATA[<p>Thanks this is helpful.<br
/> Also, if you want to disable the caching how would you do this?<br
/> Thanks</p> ]]></content:encoded> </item> </channel> </rss>
