<?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: Merge Tables Gotcha</title>
	<atom:link href="http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/</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: Tim Little</title>
		<link>http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/comment-page-1/#comment-645825</link>
		<dc:creator>Tim Little</dc:creator>
		<pubDate>Thu, 03 Sep 2009 02:58:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/#comment-645825</guid>
		<description>Arie, I realize that it&#039;s been a year, but here&#039;s my idea (something similar happened to me) :
Check to see that all five tables have the same indexes as well as the same types for all columns.

For us, what clinched it was when we made the merge on tables T1 + T2 + T3 + T4 + T5 failed then we removed one table at a time, then constructed the merge table with two tables at a time and checked the cardinalities.</description>
		<content:encoded><![CDATA[<p>Arie, I realize that it&#8217;s been a year, but here&#8217;s my idea (something similar happened to me) :<br />
Check to see that all five tables have the same indexes as well as the same types for all columns.</p>
<p>For us, what clinched it was when we made the merge on tables T1 + T2 + T3 + T4 + T5 failed then we removed one table at a time, then constructed the merge table with two tables at a time and checked the cardinalities.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arie</title>
		<link>http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/comment-page-1/#comment-257814</link>
		<dc:creator>Arie</dc:creator>
		<pubDate>Wed, 26 Mar 2008 22:46:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/#comment-257814</guid>
		<description>i have a strange problem with merge table. i create 5 tables from the same create statement and merge table on them.
indexes cardinality equals none. when i alter the merge table and leave only any 4 tables (in the union) index cardinality becomes a number.</description>
		<content:encoded><![CDATA[<p>i have a strange problem with merge table. i create 5 tables from the same create statement and merge table on them.<br />
indexes cardinality equals none. when i alter the merge table and leave only any 4 tables (in the union) index cardinality becomes a number.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: peter</title>
		<link>http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/comment-page-1/#comment-124788</link>
		<dc:creator>peter</dc:creator>
		<pubDate>Mon, 14 May 2007 22:09:28 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/#comment-124788</guid>
		<description>Thanks Sergei Fixed.</description>
		<content:encoded><![CDATA[<p>Thanks Sergei Fixed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sergei Golubchik</title>
		<link>http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/comment-page-1/#comment-121758</link>
		<dc:creator>Sergei Golubchik</dc:creator>
		<pubDate>Thu, 10 May 2007 16:10:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.mysqlperformanceblog.com/2007/05/09/merge-tables-gotcha/#comment-121758</guid>
		<description>typos: &quot;merge table over merge tables&quot; and &quot;underlying merge tables&quot;.</description>
		<content:encoded><![CDATA[<p>typos: &#8220;merge table over merge tables&#8221; and &#8220;underlying merge tables&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
