<?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: Join performance of MyISAM and Innodb</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/</link>
	<description>Everything about MySQL Performance</description>
	<lastBuildDate>Sat, 21 Nov 2009 05:23:57 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: InnoDB is better for SugarCRM - Blog of Leonid Mamchenkov</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/comment-page-1/#comment-339564</link>
		<dc:creator>InnoDB is better for SugarCRM - Blog of Leonid Mamchenkov</dc:creator>
		<pubDate>Sun, 03 Aug 2008 20:51:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/#comment-339564</guid>
		<description>[...] similarly brief Google search suggested (see here and here) and explained converting MySQL tables from MyISAM to InnoDB.  A test has been performed and [...]</description>
		<content:encoded><![CDATA[<p>[...] similarly brief Google search suggested (see here and here) and explained converting MySQL tables from MyISAM to InnoDB.  A test has been performed and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/comment-page-1/#comment-1558</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 07 Aug 2006 16:05:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/#comment-1558</guid>
		<description>Feel fee to test it Stefan :)

Generally for join the table which gets random lookup is more important - table which is having full table scan or range scan contributes less to total prformance.

So in our case performance will be similar to join of two Innob tables. 

...Also no locks will be happening.  Innodb does not lock rows for normal selects, consistent reads are used instead.</description>
		<content:encoded><![CDATA[<p>Feel fee to test it Stefan <img src='http://www.mysqlperformanceblog.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Generally for join the table which gets random lookup is more important &#8211; table which is having full table scan or range scan contributes less to total prformance.</p>
<p>So in our case performance will be similar to join of two Innob tables. </p>
<p>&#8230;Also no locks will be happening.  Innodb does not lock rows for normal selects, consistent reads are used instead.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stefan minka`</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/comment-page-1/#comment-1555</link>
		<dc:creator>stefan minka`</dc:creator>
		<pubDate>Mon, 07 Aug 2006 10:30:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/#comment-1555</guid>
		<description>how different becomes the situation, when a join both myisam and innodb tables together.

exampe:
- table a is myisam, table b is innodd
- select ... from a inner join b on a.x=b.x

additional question: lets assume both tables will be big, so will the table b (innodb) be locked by row, or as whole?</description>
		<content:encoded><![CDATA[<p>how different becomes the situation, when a join both myisam and innodb tables together.</p>
<p>exampe:<br />
- table a is myisam, table b is innodd<br />
- select &#8230; from a inner join b on a.x=b.x</p>
<p>additional question: lets assume both tables will be big, so will the table b (innodb) be locked by row, or as whole?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MySQL Developer &#187; Blog Archive &#187; MyISAM to InnoDB</title>
		<link>http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/comment-page-1/#comment-1075</link>
		<dc:creator>MySQL Developer &#187; Blog Archive &#187; MyISAM to InnoDB</dc:creator>
		<pubDate>Sun, 16 Jul 2006 16:13:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2006/05/29/join-performance-of-myisam-and-innodb/#comment-1075</guid>
		<description>[...] Join Performance of MyISAM and InnoDB    [via Planet MySQL] [...]</description>
		<content:encoded><![CDATA[<p>[...] Join Performance of MyISAM and InnoDB    [via Planet MySQL] [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
