<?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: iiBench configuration</title>
	<atom:link href="http://tokutek.com/2008/12/iibench-configuration/feed/" rel="self" type="application/rss+xml" />
	<link>http://tokutek.com/2008/12/iibench-configuration/</link>
	<description>Database Performance</description>
	<lastBuildDate>Sat, 28 Aug 2010 12:16:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Peter Zaitsev</title>
		<link>http://tokutek.com/2008/12/iibench-configuration/comment-page-1/#comment-9</link>
		<dc:creator>Peter Zaitsev</dc:creator>
		<pubDate>Mon, 15 Dec 2008 02:36:36 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.tokutek.com/tokuview/iibench_configuration/#When:15:48:00Z#comment-9</guid>
		<description>Hm,

If you&#039;re focusing on Inserts why changing so many different parameters which does not anything to do with Inserts.

Also you would normally want different configurations for MyISAM and Innodb because they would compete for the same memory.</description>
		<content:encoded><![CDATA[<p>Hm,</p>
<p>If you&#8217;re focusing on Inserts why changing so many different parameters which does not anything to do with Inserts.</p>
<p>Also you would normally want different configurations for MyISAM and Innodb because they would compete for the same memory.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bradley C. Kuszmaul</title>
		<link>http://tokutek.com/2008/12/iibench-configuration/comment-page-1/#comment-8</link>
		<dc:creator>Bradley C. Kuszmaul</dc:creator>
		<pubDate>Wed, 10 Dec 2008 18:15:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.tokutek.com/tokuview/iibench_configuration/#When:15:48:00Z#comment-8</guid>
		<description>We used a single set of mysql parameters for both InnoDB and MyISAM to avoid stopping and restarting the mysql server.  Although the total memory allocated to both engines together exceeds the size of physical memory, we ran only one test at a time.  Individually, each engine&#039;s allocation is less than the size of physical memory.  Our thinking was that with only one engine running at a time, the working set would fit within physical memory.  We ran InnoDB first, and then MyISAM, and each engine ran for at least two days, so the transition from working set to the other probably wasn&#039;t significant.  My own expertise is in the underlying algorithms, rather than the specifics of MySQL parameter settings.  For the contest, I would expect and encourage people to modify those settings to optimize performance.</description>
		<content:encoded><![CDATA[<p>We used a single set of mysql parameters for both InnoDB and MyISAM to avoid stopping and restarting the mysql server.  Although the total memory allocated to both engines together exceeds the size of physical memory, we ran only one test at a time.  Individually, each engine&#8217;s allocation is less than the size of physical memory.  Our thinking was that with only one engine running at a time, the working set would fit within physical memory.  We ran InnoDB first, and then MyISAM, and each engine ran for at least two days, so the transition from working set to the other probably wasn&#8217;t significant.  My own expertise is in the underlying algorithms, rather than the specifics of MySQL parameter settings.  For the contest, I would expect and encourage people to modify those settings to optimize performance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ronald Bradford</title>
		<link>http://tokutek.com/2008/12/iibench-configuration/comment-page-1/#comment-7</link>
		<dc:creator>Ronald Bradford</dc:creator>
		<pubDate>Sat, 06 Dec 2008 15:08:01 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.tokutek.com/tokuview/iibench_configuration/#When:15:48:00Z#comment-7</guid>
		<description>I&#039;m curious.

If this is your my.cnf for your iibench Contest, where you are inserting into a single table, why do you have innodb_buffer_pool_size and key_buffer_size set, splitting up your memory resources.  The resultant table in your benchmark is one storage engine or the other.

Unless you are doing something like a MyISAM table (given it&#039;s 8GB buffer), and then many InnoDB tables for additional seeding (you have plenty of innodb specific settings) I see no understand between your competition requirements and your settings.

In addition, previous versions of MySQL crashed with a key_buffer_size &gt; 4GB when accessing pointers above 4GB.  I&#039;m assuming this is no longer an issue in 5.1</description>
		<content:encoded><![CDATA[<p>I&#8217;m curious.</p>
<p>If this is your my.cnf for your iibench Contest, where you are inserting into a single table, why do you have innodb_buffer_pool_size and key_buffer_size set, splitting up your memory resources.  The resultant table in your benchmark is one storage engine or the other.</p>
<p>Unless you are doing something like a MyISAM table (given it&#8217;s 8GB buffer), and then many InnoDB tables for additional seeding (you have plenty of innodb specific settings) I see no understand between your competition requirements and your settings.</p>
<p>In addition, previous versions of MySQL crashed with a key_buffer_size > 4GB when accessing pointers above 4GB.  I&#8217;m assuming this is no longer an issue in 5.1</p>
]]></content:encoded>
	</item>
</channel>
</rss>
