<?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: Understanding MySQL Query Caching Process</title>
	<atom:link href="http://www.activoinc.com/blog/2008/11/05/understanding-mysql-query-caching/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.activoinc.com/blog/2008/11/05/understanding-mysql-query-caching/</link>
	<description>Web Development in a Web 2.0 World</description>
	<lastBuildDate>Thu, 17 Dec 2009 04:48:07 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Ron Peled</title>
		<link>http://www.activoinc.com/blog/2008/11/05/understanding-mysql-query-caching/comment-page-1/#comment-989</link>
		<dc:creator>Ron Peled</dc:creator>
		<pubDate>Sun, 30 Nov 2008 18:31:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.activoinc.com/blog/?p=136#comment-989</guid>
		<description>Here is additional settings for improved MySQL DB performance:

key_buffer = 256M
max_allowed_packet = 1M
table_cache = 256
sort_buffer_size = 1M
read_buffer_size = 1M
read_rnd_buffer_size = 4M
myisam_sort_buffer_size = 64M
thread_cache_size = 8
query_cache_size= 16M

Of course, tweak the numbers according to your hardware setup.</description>
		<content:encoded><![CDATA[<p>Here is additional settings for improved MySQL DB performance:</p>
<p>key_buffer = 256M<br />
max_allowed_packet = 1M<br />
table_cache = 256<br />
sort_buffer_size = 1M<br />
read_buffer_size = 1M<br />
read_rnd_buffer_size = 4M<br />
myisam_sort_buffer_size = 64M<br />
thread_cache_size = 8<br />
query_cache_size= 16M</p>
<p>Of course, tweak the numbers according to your hardware setup.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
