<?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 to calculate a good InnoDB log file size - recap</title>
	<atom:link href="http://code.openark.org/blog/mysql/how-to-calculate-a-good-innodb-log-file-size-recap/feed" rel="self" type="application/rss+xml" />
	<link>http://code.openark.org/blog/mysql/how-to-calculate-a-good-innodb-log-file-size-recap</link>
	<description>Blog by Shlomi Noach</description>
	<lastBuildDate>Wed, 01 Feb 2012 20:47:51 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/how-to-calculate-a-good-innodb-log-file-size-recap/comment-page-1#comment-61283</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Fri, 02 Dec 2011 06:11:24 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=895#comment-61283</guid>
		<description>@George,
I suppose I would have to live with it :D
Seriously, Percona Server supports &gt; 4G worth of transaction log files.
Perhaps you can tune you app so as to produce less transactions; i.e. group more statements into transactions (may not reduce overall size, but will help out with flushes), work out smarter queries, take out logging from the database...</description>
		<content:encoded><![CDATA[<p>@George,<br />
I suppose I would have to live with it <img src='http://code.openark.org/blog/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /><br />
Seriously, Percona Server supports > 4G worth of transaction log files.<br />
Perhaps you can tune you app so as to produce less transactions; i.e. group more statements into transactions (may not reduce overall size, but will help out with flushes), work out smarter queries, take out logging from the database...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George</title>
		<link>http://code.openark.org/blog/mysql/how-to-calculate-a-good-innodb-log-file-size-recap/comment-page-1#comment-61209</link>
		<dc:creator>George</dc:creator>
		<pubDate>Thu, 01 Dec 2011 15:40:02 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=895#comment-61209</guid>
		<description>Thanks for the snippet. Very handy.

What would you do if you got this result though? Seems a 36G log file might be a bad thing to have.

+------------------------------------------+---------------------------------------------+
&#124; estimated_innodb_os_log_written_per_hour &#124; estimated_innodb_os_log_written_per_hour_mb &#124;
+------------------------------------------+---------------------------------------------+
&#124;                              38325872640 &#124; 36550.4MB                                   &#124;
+------------------------------------------+---------------------------------------------+</description>
		<content:encoded><![CDATA[<p>Thanks for the snippet. Very handy.</p>
<p>What would you do if you got this result though? Seems a 36G log file might be a bad thing to have.</p>
<p>+------------------------------------------+---------------------------------------------+<br />
| estimated_innodb_os_log_written_per_hour | estimated_innodb_os_log_written_per_hour_mb |<br />
+------------------------------------------+---------------------------------------------+<br />
|                              38325872640 | 36550.4MB                                   |<br />
+------------------------------------------+---------------------------------------------+</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/how-to-calculate-a-good-innodb-log-file-size-recap/comment-page-1#comment-26236</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Wed, 05 Jan 2011 05:24:10 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=895#comment-26236</guid>
		<description>My best guess is that you&#039;re NOT using 5.1. Perhaps just the 5.1 client.

Try:
mysql&gt; SELECT VERSION();</description>
		<content:encoded><![CDATA[<p>My best guess is that you're NOT using 5.1. Perhaps just the 5.1 client.</p>
<p>Try:<br />
mysql> SELECT VERSION();</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sonny</title>
		<link>http://code.openark.org/blog/mysql/how-to-calculate-a-good-innodb-log-file-size-recap/comment-page-1#comment-26189</link>
		<dc:creator>sonny</dc:creator>
		<pubDate>Tue, 04 Jan 2011 21:13:52 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=895#comment-26189</guid>
		<description>GLOBAL_STATUS table is not exist in INFORMATION_SCHEMA database. using 5.1. Am I mising something...

Pls help.</description>
		<content:encoded><![CDATA[<p>GLOBAL_STATUS table is not exist in INFORMATION_SCHEMA database. using 5.1. Am I mising something...</p>
<p>Pls help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shlomi</title>
		<link>http://code.openark.org/blog/mysql/how-to-calculate-a-good-innodb-log-file-size-recap/comment-page-1#comment-5061</link>
		<dc:creator>shlomi</dc:creator>
		<pubDate>Wed, 21 Oct 2009 04:19:54 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=895#comment-5061</guid>
		<description>Hi Arjen,

Thanks. I have an awk &#039;pager&#039; for that, but it&#039;s really ugly...</description>
		<content:encoded><![CDATA[<p>Hi Arjen,</p>
<p>Thanks. I have an awk 'pager' for that, but it's really ugly...</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arjen Lentz</title>
		<link>http://code.openark.org/blog/mysql/how-to-calculate-a-good-innodb-log-file-size-recap/comment-page-1#comment-5052</link>
		<dc:creator>Arjen Lentz</dc:creator>
		<pubDate>Wed, 21 Oct 2009 01:18:30 +0000</pubDate>
		<guid isPermaLink="false">http://code.openark.org/blog/?p=895#comment-5052</guid>
		<description>Very cool Shlomi!
Would be great to do this in 5.0 also, but that might be a shell thing since you can&#039;t get status within a query.</description>
		<content:encoded><![CDATA[<p>Very cool Shlomi!<br />
Would be great to do this in 5.0 also, but that might be a shell thing since you can't get status within a query.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

