<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Build a Data Warehouse using Ruby On Rails</title>
	<atom:link href="http://blog.gobansaor.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.gobansaor.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/</link>
	<description>A country datasmith.</description>
	<lastBuildDate>Sat, 10 Jul 2010 14:04:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Tom Gleeson</title>
		<link>http://blog.gobansaor.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/#comment-6001</link>
		<dc:creator>Tom Gleeson</dc:creator>
		<pubDate>Thu, 10 Jun 2010 08:51:26 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/#comment-6001</guid>
		<description>Thanks Joe,

Have added the wayback link to the main article.

Tom</description>
		<content:encoded><![CDATA[<p>Thanks Joe,</p>
<p>Have added the wayback link to the main article.</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Joe Harris</title>
		<link>http://blog.gobansaor.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/#comment-6000</link>
		<dc:creator>Joe Harris</dc:creator>
		<pubDate>Thu, 10 Jun 2010 07:51:09 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/#comment-6000</guid>
		<description>Looks like the tutorial is missing from the current version of his blog but you can get it from the wayback machine &gt;&gt;

http://web.archive.org/web/20070722230250/http://anthonyeden.com/2006/12/20/activewarehouse-example-with-rails-svn-logs


Joe</description>
		<content:encoded><![CDATA[<p>Looks like the tutorial is missing from the current version of his blog but you can get it from the wayback machine &gt;&gt;</p>
<p><a href="http://web.archive.org/web/20070722230250/http://anthonyeden.com/2006/12/20/activewarehouse-example-with-rails-svn-logs" rel="nofollow">http://web.archive.org/web/20070722230250/http://anthonyeden.com/2006/12/20/activewarehouse-example-with-rails-svn-logs</a></p>
<p>Joe</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: gobansaor</title>
		<link>http://blog.gobansaor.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/#comment-3983</link>
		<dc:creator>gobansaor</dc:creator>
		<pubDate>Tue, 13 May 2008 10:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/#comment-3983</guid>
		<description>Lal,

I&#039;d have to admit I never got off my a** to try it out either.

As regards speed, not all relational warehouses need to be super-fast, ease of setup and maintenance (i.e. managing hierarchies and SCDs) may sometimes be as important.  This is particularly true where the end-user front-end is via MOLAP (Essbase et. al.) with the relational star-schema being optimised for night-time cube loading.  In that scenario,the day-time database is available for ETL loads and adhoc queries generated by IT staff (and others who may not mind high query latency).

Tom</description>
		<content:encoded><![CDATA[<p>Lal,</p>
<p>I&#8217;d have to admit I never got off my a** to try it out either.</p>
<p>As regards speed, not all relational warehouses need to be super-fast, ease of setup and maintenance (i.e. managing hierarchies and SCDs) may sometimes be as important.  This is particularly true where the end-user front-end is via MOLAP (Essbase et. al.) with the relational star-schema being optimised for night-time cube loading.  In that scenario,the day-time database is available for ETL loads and adhoc queries generated by IT staff (and others who may not mind high query latency).</p>
<p>Tom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: brendan lally</title>
		<link>http://blog.gobansaor.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/#comment-3980</link>
		<dc:creator>brendan lally</dc:creator>
		<pubDate>Tue, 13 May 2008 02:31:25 +0000</pubDate>
		<guid isPermaLink="false">http://gobansaor.wordpress.com/2007/02/04/build-a-data-warehouse-using-ruby-on-rails/#comment-3980</guid>
		<description>Tom,

I&#039;ve dabbled a bit with RoR but (at this from my large enterprise db experiences etc.) but it has &quot;issues&quot; with large db systems - particularly via ActiveRecord

Looking at ActiveWarehou I can&#039;t see how its gonna get around this problem. Maybe in time but do feel it needs 2 get away from AR and use some other ORM that allows better linkability/control/tuning. Maybe Wax derivative

Also some info here http://www.semergence.com/2007/03/28/activewarehouse-gets-some-love/  who at least has used it (not like me :)

Lal</description>
		<content:encoded><![CDATA[<p>Tom,</p>
<p>I&#8217;ve dabbled a bit with RoR but (at this from my large enterprise db experiences etc.) but it has &#8220;issues&#8221; with large db systems &#8211; particularly via ActiveRecord</p>
<p>Looking at ActiveWarehou I can&#8217;t see how its gonna get around this problem. Maybe in time but do feel it needs 2 get away from AR and use some other ORM that allows better linkability/control/tuning. Maybe Wax derivative</p>
<p>Also some info here <a href="http://www.semergence.com/2007/03/28/activewarehouse-gets-some-love/" rel="nofollow">http://www.semergence.com/2007/03/28/activewarehouse-gets-some-love/</a>  who at least has used it (not like me <img src='http://s.wordpress.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Lal</p>
]]></content:encoded>
	</item>
</channel>
</rss>
