<?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: Testing TokuDB &#8211; Faster and smaller for large tables</title>
	<atom:link href="http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/</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: Sheila Yao</title>
		<link>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/#comment-461095</link>
		<dc:creator>Sheila Yao</dc:creator>
		<pubDate>Thu, 23 Sep 2010 16:55:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=5139#comment-461095</guid>
		<description>Hi Sheeri,

But your tests were done as one single process.  In prod, there are at least 100 or even 1000  queries running simultaneously. I wonder how fast tokudb will be and how much memory it will need?</description>
		<content:encoded><![CDATA[<p>Hi Sheeri,</p>
<p>But your tests were done as one single process.  In prod, there are at least 100 or even 1000  queries running simultaneously. I wonder how fast tokudb will be and how much memory it will need?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexandre Almeida</title>
		<link>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/#comment-396929</link>
		<dc:creator>Alexandre Almeida</dc:creator>
		<pubDate>Thu, 07 Jan 2010 13:24:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=5139#comment-396929</guid>
		<description>Hi Sheeri,

   Excellent post. Very usefull. I hope to see you again at Conf&#039;10.

Cheers from Brazil,

Alex</description>
		<content:encoded><![CDATA[<p>Hi Sheeri,</p>
<p>   Excellent post. Very usefull. I hope to see you again at Conf&#8217;10.</p>
<p>Cheers from Brazil,</p>
<p>Alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri</title>
		<link>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/#comment-383675</link>
		<dc:creator>Sheeri</dc:creator>
		<pubDate>Wed, 11 Nov 2009 01:17:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=5139#comment-383675</guid>
		<description>Bradley and Vadim -- thanx!  I appreciate the input.  My next goal is to do tests that reflect a good workload, and actually utilize and tune TokuDB.  I&#039;m very impressed so far!</description>
		<content:encoded><![CDATA[<p>Bradley and Vadim &#8212; thanx!  I appreciate the input.  My next goal is to do tests that reflect a good workload, and actually utilize and tune TokuDB.  I&#8217;m very impressed so far!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: VadimTk</title>
		<link>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/#comment-383663</link>
		<dc:creator>VadimTk</dc:creator>
		<pubDate>Wed, 11 Nov 2009 00:10:18 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=5139#comment-383663</guid>
		<description>Sheeri,

show variables like &#039;toku%&#039;\G
*************************** 1. row ***************************
Variable_name: tokudb_cache_size
        Value: 2072520704
*************************** 2. row ***************************
Variable_name: tokudb_checkpointing_period
        Value: 60
*************************** 3. row ***************************
Variable_name: tokudb_commit_sync
        Value: ON
*************************** 4. row ***************************
Variable_name: tokudb_data_dir
        Value: 
*************************** 5. row ***************************
Variable_name: tokudb_debug
        Value: 0
*************************** 6. row ***************************
Variable_name: tokudb_init_flags
        Value: 11141313
*************************** 7. row ***************************
Variable_name: tokudb_log_dir
        Value: 
*************************** 8. row ***************************
Variable_name: tokudb_max_lock
        Value: 8192
*************************** 9. row ***************************
Variable_name: tokudb_version
        Value: mysql-5.1.36-2.1.0-13713-tokudb-2.1.0-13713
9 rows in set (0.00 sec)

tokudb_cache_size 
tokudb_commit_sync
tokudb_checkpointing_period

are configurable in my.cnf</description>
		<content:encoded><![CDATA[<p>Sheeri,</p>
<p>show variables like &#8216;toku%&#8217;\G<br />
*************************** 1. row ***************************<br />
Variable_name: tokudb_cache_size<br />
        Value: 2072520704<br />
*************************** 2. row ***************************<br />
Variable_name: tokudb_checkpointing_period<br />
        Value: 60<br />
*************************** 3. row ***************************<br />
Variable_name: tokudb_commit_sync<br />
        Value: ON<br />
*************************** 4. row ***************************<br />
Variable_name: tokudb_data_dir<br />
        Value:<br />
*************************** 5. row ***************************<br />
Variable_name: tokudb_debug<br />
        Value: 0<br />
*************************** 6. row ***************************<br />
Variable_name: tokudb_init_flags<br />
        Value: 11141313<br />
*************************** 7. row ***************************<br />
Variable_name: tokudb_log_dir<br />
        Value:<br />
*************************** 8. row ***************************<br />
Variable_name: tokudb_max_lock<br />
        Value: 8192<br />
*************************** 9. row ***************************<br />
Variable_name: tokudb_version<br />
        Value: mysql-5.1.36-2.1.0-13713-tokudb-2.1.0-13713<br />
9 rows in set (0.00 sec)</p>
<p>tokudb_cache_size<br />
tokudb_commit_sync<br />
tokudb_checkpointing_period</p>
<p>are configurable in my.cnf</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley C. Kuszmaul</title>
		<link>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/#comment-383659</link>
		<dc:creator>Bradley C. Kuszmaul</dc:creator>
		<pubDate>Tue, 10 Nov 2009 23:58:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=5139#comment-383659</guid>
		<description>Hi Sheeri, 

To answer your question about memory size:

By default, TokuDB uses about half the memory of the machine as buffer pool (or disk cache).  That leaves the other half of memory for the OS to allocate.   One important use for the OS is the file system cache.  Data is stored uncompressed in the TokuDB cache, but is stored compressed in the file system cache. Thus, we like as much memory as we can get for TokuDB, but we like to leave some for the OS.   Half seems like a good balance in most cases.

You can adjust the TokuDB memory usage using the tokudb_cache_size server variable.</description>
		<content:encoded><![CDATA[<p>Hi Sheeri, </p>
<p>To answer your question about memory size:</p>
<p>By default, TokuDB uses about half the memory of the machine as buffer pool (or disk cache).  That leaves the other half of memory for the OS to allocate.   One important use for the OS is the file system cache.  Data is stored uncompressed in the TokuDB cache, but is stored compressed in the file system cache. Thus, we like as much memory as we can get for TokuDB, but we like to leave some for the OS.   Half seems like a good balance in most cases.</p>
<p>You can adjust the TokuDB memory usage using the tokudb_cache_size server variable.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sheeri Cabral</title>
		<link>http://www.pythian.com/news/5139/testing-tokudb-faster-and-smaller-for-large-tables/#comment-383641</link>
		<dc:creator>Sheeri Cabral</dc:creator>
		<pubDate>Tue, 10 Nov 2009 22:59:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.pythian.com/news/?p=5139#comment-383641</guid>
		<description>As a note:  TokuDB uses about 1/2 the memory on the machine for its operations...I don&#039;t think that was configurable, maybe the Tokutek folks can jump in and comment.  (ie, what are the configurable parts of TokuDB and what is the roadmap for them?)</description>
		<content:encoded><![CDATA[<p>As a note:  TokuDB uses about 1/2 the memory on the machine for its operations&#8230;I don&#8217;t think that was configurable, maybe the Tokutek folks can jump in and comment.  (ie, what are the configurable parts of TokuDB and what is the roadmap for them?)</p>
]]></content:encoded>
	</item>
</channel>
</rss>

