<?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: Data Warehousing with MySQL</title>
	<atom:link href="http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/feed/" rel="self" type="application/rss+xml" />
	<link>http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/</link>
	<description>Comprehensive Analytics on Open Source Software.</description>
	<lastBuildDate>Mon, 30 Aug 2010 08:34:35 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Okky Hendriansyah Tri Firgantoro</title>
		<link>http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/comment-page-1/#comment-788</link>
		<dc:creator>Okky Hendriansyah Tri Firgantoro</dc:creator>
		<pubDate>Tue, 25 Jul 2006 09:03:42 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/#comment-788</guid>
		<description>Hi Nishith, I really enjoy readingyour posts.
I am interested with the technical detail of the concept. Where can I look for it?</description>
		<content:encoded><![CDATA[<p>Hi Nishith, I really enjoy readingyour posts.<br />
I am interested with the technical detail of the concept. Where can I look for it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishith</title>
		<link>http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/comment-page-1/#comment-68</link>
		<dc:creator>Nishith</dc:creator>
		<pubDate>Wed, 12 Apr 2006 03:21:53 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/#comment-68</guid>
		<description>Hi Yishan,
Not really.  Since Data Warehouses do not have constant insert/updates ( as required for OLTP systems), MyISAM tables do quite well and shouldn&#039;t get corrupted unless the ETL job fails in some very weird way (server restart, hardware crash, etc.).  

Even then, the corrupted portion would be right at the end (Data Warehouse ETL is usually an append process) which makes the repair simpler (you can just throw out all the data from the last load job).

Of course, it&#039;s a good habit to keep checking the table periodically (CHECK TABLE or MYISAMCHK).</description>
		<content:encoded><![CDATA[<p>Hi Yishan,<br />
Not really.  Since Data Warehouses do not have constant insert/updates ( as required for OLTP systems), MyISAM tables do quite well and shouldn&#8217;t get corrupted unless the ETL job fails in some very weird way (server restart, hardware crash, etc.).  </p>
<p>Even then, the corrupted portion would be right at the end (Data Warehouse ETL is usually an append process) which makes the repair simpler (you can just throw out all the data from the last load job).</p>
<p>Of course, it&#8217;s a good habit to keep checking the table periodically (CHECK TABLE or MYISAMCHK).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yishan</title>
		<link>http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/comment-page-1/#comment-67</link>
		<dc:creator>Yishan</dc:creator>
		<pubDate>Tue, 11 Apr 2006 20:29:22 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/#comment-67</guid>
		<description>Aren&#039;t MyISAM tables more prone to corruption though?  InnoDB can do a considerable amount of self-repair, which is useful when the largest (and usually the most valuable) tables crash, while MyISAM would then require you to write a supporting backup/redundancy system to handle crashes.</description>
		<content:encoded><![CDATA[<p>Aren&#8217;t MyISAM tables more prone to corruption though?  InnoDB can do a considerable amount of self-repair, which is useful when the largest (and usually the most valuable) tables crash, while MyISAM would then require you to write a supporting backup/redundancy system to handle crashes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nishith</title>
		<link>http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/comment-page-1/#comment-11</link>
		<dc:creator>Nishith</dc:creator>
		<pubDate>Thu, 03 Nov 2005 21:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/#comment-11</guid>
		<description>Thanks RT. I am sure we&#039;ll be able to do away with them silly ceiling fans.  :-)</description>
		<content:encoded><![CDATA[<p>Thanks RT. I am sure we&#8217;ll be able to do away with them silly ceiling fans.  <img src='http://opensourceanalytics.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RT</title>
		<link>http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/comment-page-1/#comment-9</link>
		<dc:creator>RT</dc:creator>
		<pubDate>Thu, 03 Nov 2005 14:01:08 +0000</pubDate>
		<guid isPermaLink="false">http://opensourceanalytics.com/2005/11/03/data-warehousing-with-mysql/#comment-9</guid>
		<description>Look forward to the comprehensive analytics project, I think it is something that everyone who is into data warehousing will be interested in. I would love to see my reports fly, without help from ceiling fans</description>
		<content:encoded><![CDATA[<p>Look forward to the comprehensive analytics project, I think it is something that everyone who is into data warehousing will be interested in. I would love to see my reports fly, without help from ceiling fans</p>
]]></content:encoded>
	</item>
</channel>
</rss>
