<?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: MySQL Memory Consumption</title>
	<atom:link href="http://www.pythian.com/news/1455/mysql-memory-consumption/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/1455/mysql-memory-consumption/</link>
	<description>News and views from Pythian DBAs</description>
	<lastBuildDate>Fri, 10 Feb 2012 13:01:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
	<item>
		<title>By: MySQL Memory Usage &#171; HOBALL ???</title>
		<link>http://www.pythian.com/news/1455/mysql-memory-consumption/#comment-380456</link>
		<dc:creator>MySQL Memory Usage &#171; HOBALL ???</dc:creator>
		<pubDate>Sat, 24 Oct 2009 02:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1455/mysql-memory-consumption#comment-380456</guid>
		<description>[...] http://www.pythian.com/news/1455/mysql-memory-consumption    Leave a [...]</description>
		<content:encoded><![CDATA[<p>[...] <a href="http://www.pythian.com/news/1455/mysql-memory-consumption" rel="nofollow">http://www.pythian.com/news/1455/mysql-memory-consumption</a>    Leave a [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shlomi Noach</title>
		<link>http://www.pythian.com/news/1455/mysql-memory-consumption/#comment-333697</link>
		<dc:creator>Shlomi Noach</dc:creator>
		<pubDate>Tue, 27 Jan 2009 07:11:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1455/mysql-memory-consumption#comment-333697</guid>
		<description>Hi,

Well, it says so here:
http://dev.mysql.com/doc/refman/5.1/en/

Regards


max_tmp_tables
Option Sets Variable 	Yes, max_tmp_tables
Variable Name 	max_tmp_tables
Variable Scope 	Both
Dynamic Variable 	Yes
Value Set 	
Type 	numeric
Default 	32
Range 	1-4294967295

The maximum number of temporary tables a client can keep open at the same time. (This option does not yet do anything.)</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Well, it says so here:<br />
<a href="http://dev.mysql.com/doc/refman/5.1/en/" rel="nofollow">http://dev.mysql.com/doc/refman/5.1/en/</a></p>
<p>Regards</p>
<p>max_tmp_tables<br />
Option Sets Variable 	Yes, max_tmp_tables<br />
Variable Name 	max_tmp_tables<br />
Variable Scope 	Both<br />
Dynamic Variable 	Yes<br />
Value Set<br />
Type 	numeric<br />
Default 	32<br />
Range 	1-4294967295</p>
<p>The maximum number of temporary tables a client can keep open at the same time. (This option does not yet do anything.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Keith Murphy</title>
		<link>http://www.pythian.com/news/1455/mysql-memory-consumption/#comment-333535</link>
		<dc:creator>Keith Murphy</dc:creator>
		<pubDate>Mon, 26 Jan 2009 15:40:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1455/mysql-memory-consumption#comment-333535</guid>
		<description>Shlomi,

First of all..thanks!!

You are absolutely right about the maximum number of temp tables. I had looked that at up at some point in writng the formula but forgot to update it evidently. I really wish that max_tmp_tables would be implemented max so you could know exactly how much could be used by temporary tables. 

I completely forgot about binlog cache. Thanks!</description>
		<content:encoded><![CDATA[<p>Shlomi,</p>
<p>First of all..thanks!!</p>
<p>You are absolutely right about the maximum number of temp tables. I had looked that at up at some point in writng the formula but forgot to update it evidently. I really wish that max_tmp_tables would be implemented max so you could know exactly how much could be used by temporary tables. </p>
<p>I completely forgot about binlog cache. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RSS Reader Pick #4 &#124; JortK.nl</title>
		<link>http://www.pythian.com/news/1455/mysql-memory-consumption/#comment-333485</link>
		<dc:creator>RSS Reader Pick #4 &#124; JortK.nl</dc:creator>
		<pubDate>Mon, 26 Jan 2009 10:13:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1455/mysql-memory-consumption#comment-333485</guid>
		<description>[...] makes downloading with bittorent more fun! The Pope is on YouTube - Do you believe it&#8217;s true? MySQL Memory Consumption - Nice article on MySQL memory management and consumption.   Share and [...]</description>
		<content:encoded><![CDATA[<p>[...] makes downloading with bittorent more fun! The Pope is on YouTube &#8211; Do you believe it&#8217;s true? MySQL Memory Consumption &#8211; Nice article on MySQL memory management and consumption.   Share and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shlomi Noach</title>
		<link>http://www.pythian.com/news/1455/mysql-memory-consumption/#comment-333169</link>
		<dc:creator>Shlomi Noach</dc:creator>
		<pubDate>Sun, 25 Jan 2009 05:58:02 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1455/mysql-memory-consumption#comment-333169</guid>
		<description>Hi!

Good post. 
Still missing from the formula is the memory consumed by memory tables (number of memory tables * max_heap_table_size).

Also, there is no actual limit to the number of temporary tables. The comments for max_tmp_tables says:
...The maximum number of temporary tables a client can keep open at the same time. (This option does not yet do anything.) ...

And last one I can think of is binlog_cache_size, which may be allocated per connection if using transactional engines, so this one goes inside the &quot;max_connections * (...)&quot; formula.

Regards,
Shlomi</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Good post.<br />
Still missing from the formula is the memory consumed by memory tables (number of memory tables * max_heap_table_size).</p>
<p>Also, there is no actual limit to the number of temporary tables. The comments for max_tmp_tables says:<br />
&#8230;The maximum number of temporary tables a client can keep open at the same time. (This option does not yet do anything.) &#8230;</p>
<p>And last one I can think of is binlog_cache_size, which may be allocated per connection if using transactional engines, so this one goes inside the &#8220;max_connections * (&#8230;)&#8221; formula.</p>
<p>Regards,<br />
Shlomi</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Seun Osewa</title>
		<link>http://www.pythian.com/news/1455/mysql-memory-consumption/#comment-332961</link>
		<dc:creator>Seun Osewa</dc:creator>
		<pubDate>Sat, 24 Jan 2009 14:52:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/blogs/1455/mysql-memory-consumption#comment-332961</guid>
		<description>I always use the minimum number of connections I can get away with.  Just my two cents.</description>
		<content:encoded><![CDATA[<p>I always use the minimum number of connections I can get away with.  Just my two cents.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

