<?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: What Rails deployment tools do you use for DB management?</title>
	<atom:link href="http://bloggingrails.wordpress.com/2007/06/08/what-rails-deployment-tools-do-you-use-for-db-management/feed/" rel="self" type="application/rss+xml" />
	<link>http://bloggingrails.wordpress.com/2007/06/08/what-rails-deployment-tools-do-you-use-for-db-management/</link>
	<description>Blogging about Rails and Ruby.</description>
	<lastBuildDate>Fri, 29 May 2009 08:37:03 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: bloggingrails</title>
		<link>http://bloggingrails.wordpress.com/2007/06/08/what-rails-deployment-tools-do-you-use-for-db-management/#comment-5</link>
		<dc:creator>bloggingrails</dc:creator>
		<pubDate>Fri, 08 Jun 2007 16:46:37 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingrails.wordpress.com/2007/06/08/what-rails-deployment-tools-do-you-use-for-db-management/#comment-5</guid>
		<description>@Jeremy
I&#039;m assuming that you are referring to loading the data through yml fixtures. 
&lt;a href=&quot;http://www.rubyinside.com/advent2006/13-preload.html&quot; rel=&quot;nofollow&quot;&gt;http://www.rubyinside.com/advent2006/13-preload.html&lt;/a&gt;
has a good tutorial on how to do it that way.

But if you have a table with hundreds of thousands of records, which I&#039;m now dealing with a table with 500,000 records, I would imagine that it would take a much longer time than just a mysql import. True?</description>
		<content:encoded><![CDATA[<p>@Jeremy<br />
I&#8217;m assuming that you are referring to loading the data through yml fixtures.<br />
<a href="http://www.rubyinside.com/advent2006/13-preload.html" rel="nofollow">http://www.rubyinside.com/advent2006/13-preload.html</a><br />
has a good tutorial on how to do it that way.</p>
<p>But if you have a table with hundreds of thousands of records, which I&#8217;m now dealing with a table with 500,000 records, I would imagine that it would take a much longer time than just a mysql import. True?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy McAnally</title>
		<link>http://bloggingrails.wordpress.com/2007/06/08/what-rails-deployment-tools-do-you-use-for-db-management/#comment-4</link>
		<dc:creator>Jeremy McAnally</dc:creator>
		<pubDate>Fri, 08 Jun 2007 16:19:56 +0000</pubDate>
		<guid isPermaLink="false">http://bloggingrails.wordpress.com/2007/06/08/what-rails-deployment-tools-do-you-use-for-db-management/#comment-4</guid>
		<description>Why not use Rails built-in database migrations?</description>
		<content:encoded><![CDATA[<p>Why not use Rails built-in database migrations?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
