<?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: Innodb Performance Optimization Basics</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/</link>
	<description>Percona&#039;s MySQL &#38; InnoDB performance and scalability blog</description>
	<lastBuildDate>Sat, 11 Feb 2012 16:45:54 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Bruno</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-868173</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Mon, 02 Jan 2012 12:28:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-868173</guid>
		<description>According to this http://dev.mysql.com/doc/refman/5.5/en/binary-log-mixed.html
Page, if you set transaction-isolation=READ-COMMITTED, you cannot use Statement-based Binary Logging, but have to use Row-based or Mixed (binlog_format = ROW&#124;MIXED).

Since binlog_format = STATEMENT is the the default, you have to change it also, if you also change the transaction-isolation.

Since (I assume) Row-based logging is a performance hit, isn&#039;t it better to stick to the default transaction-isolation (REPEATABLE-READ)?

Regards,
Bruno</description>
		<content:encoded><![CDATA[<p>According to this <a href="http://dev.mysql.com/doc/refman/5.5/en/binary-log-mixed.html" rel="nofollow">http://dev.mysql.com/doc/refman/5.5/en/binary-log-mixed.html</a><br />
Page, if you set transaction-isolation=READ-COMMITTED, you cannot use Statement-based Binary Logging, but have to use Row-based or Mixed (binlog_format = ROW|MIXED).</p>
<p>Since binlog_format = STATEMENT is the the default, you have to change it also, if you also change the transaction-isolation.</p>
<p>Since (I assume) Row-based logging is a performance hit, isn&#8217;t it better to stick to the default transaction-isolation (REPEATABLE-READ)?</p>
<p>Regards,<br />
Bruno</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jitesh</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-856724</link>
		<dc:creator>jitesh</dc:creator>
		<pubDate>Wed, 14 Dec 2011 07:16:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-856724</guid>
		<description>Hi there,

i have question in my mind that,
in which type of application i use myisam engine and innodb.
can u give me brief idea about this.

Thanks
jitesh khilosia</description>
		<content:encoded><![CDATA[<p>Hi there,</p>
<p>i have question in my mind that,<br />
in which type of application i use myisam engine and innodb.<br />
can u give me brief idea about this.</p>
<p>Thanks<br />
jitesh khilosia</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jerome</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-852354</link>
		<dc:creator>Jerome</dc:creator>
		<pubDate>Tue, 06 Dec 2011 14:35:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-852354</guid>
		<description>Hi there,
First thanks a lot for the info regarding the innodb.

I am actually contemplating converting some of my tables which are currently set as myisam to innodb.

what kind of table should i set to run innodb engine, does it matter or not at all.

I am a bit new to that but if i can ask, do you have any info regarding the transactions deadlock, what can i do to prevent it?

My database will be habdling loads of users and users content, i will surely use a master/slave but would this run into problems as their will be writes queries going on from different users??

Thanks again and hope i make sense:).
Jerome</description>
		<content:encoded><![CDATA[<p>Hi there,<br />
First thanks a lot for the info regarding the innodb.</p>
<p>I am actually contemplating converting some of my tables which are currently set as myisam to innodb.</p>
<p>what kind of table should i set to run innodb engine, does it matter or not at all.</p>
<p>I am a bit new to that but if i can ask, do you have any info regarding the transactions deadlock, what can i do to prevent it?</p>
<p>My database will be habdling loads of users and users content, i will surely use a master/slave but would this run into problems as their will be writes queries going on from different users??</p>
<p>Thanks again and hope i make sense:).<br />
Jerome</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: john</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-836044</link>
		<dc:creator>john</dc:creator>
		<pubDate>Wed, 02 Nov 2011 01:15:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-836044</guid>
		<description>Could you please indicate some values for 512 mb ram that runs nginx, php-fpm, mysql?</description>
		<content:encoded><![CDATA[<p>Could you please indicate some values for 512 mb ram that runs nginx, php-fpm, mysql?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paris Nakita Kejser</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-807793</link>
		<dc:creator>Paris Nakita Kejser</dc:creator>
		<pubDate>Fri, 29 Jul 2011 07:21:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-807793</guid>
		<description>Nice post, but the basic MySQL tuning for innodb you need its to set the database ( innodb_file_format ) to barracuda and remember to &quot;export / import&quot; the database after mysql restart and remeber BACKUP before the changes, its will speed you perfome op :)</description>
		<content:encoded><![CDATA[<p>Nice post, but the basic MySQL tuning for innodb you need its to set the database ( innodb_file_format ) to barracuda and remember to &#8220;export / import&#8221; the database after mysql restart and remeber BACKUP before the changes, its will speed you perfome op <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Baron Schwartz</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-802891</link>
		<dc:creator>Baron Schwartz</dc:creator>
		<pubDate>Mon, 28 Mar 2011 01:48:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-802891</guid>
		<description>&quot;loose&quot; should be read as &quot;lose.&quot;</description>
		<content:encoded><![CDATA[<p>&#8220;loose&#8221; should be read as &#8220;lose.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-802780</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Sat, 26 Mar 2011 19:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-802780</guid>
		<description>What is a loose transaction versus a tight one?  You wrote &quot;can loose transactions for last second or two.&quot;   What does that mean.  I&#039;ve worked in this industry for over 30 years, and I&#039;ve never heard that term before.</description>
		<content:encoded><![CDATA[<p>What is a loose transaction versus a tight one?  You wrote &#8220;can loose transactions for last second or two.&#8221;   What does that mean.  I&#8217;ve worked in this industry for over 30 years, and I&#8217;ve never heard that term before.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: links for 2009-09-17 &#171; Gatunogatuno&#8217;s Weblog</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-653954</link>
		<dc:creator>links for 2009-09-17 &#171; Gatunogatuno&#8217;s Weblog</dc:creator>
		<pubDate>Thu, 17 Sep 2009 10:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-653954</guid>
		<description>[...] Innodb Performance Optimization Basics &#124; MySQL Performance Blog (tags: mysql innodb) [...]</description>
		<content:encoded><![CDATA[<p>[...] Innodb Performance Optimization Basics | MySQL Performance Blog (tags: mysql innodb) [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: fuji</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-614170</link>
		<dc:creator>fuji</dc:creator>
		<pubDate>Mon, 13 Jul 2009 22:24:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-614170</guid>
		<description>With the brand spanking new innodb plugin, will all these apply or will we need to consider changing variables a bit?</description>
		<content:encoded><![CDATA[<p>With the brand spanking new innodb plugin, will all these apply or will we need to consider changing variables a bit?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: My daily readings 07/10/2009 &#171; Strange Kite</title>
		<link>http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/comment-page-2/#comment-612208</link>
		<dc:creator>My daily readings 07/10/2009 &#171; Strange Kite</dc:creator>
		<pubDate>Fri, 10 Jul 2009 11:33:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/11/01/innodb-performance-optimization-basics/#comment-612208</guid>
		<description>[...] last post about Innodb Performance Optimization got a lot of comments choosing proper innodb_buffer_pool_size and indeed I oversimplified things a [...]</description>
		<content:encoded><![CDATA[<p>[...] last post about Innodb Performance Optimization got a lot of comments choosing proper innodb_buffer_pool_size and indeed I oversimplified things a [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

