<?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: Tuning ActiveRecord</title>
	<atom:link href="http://www.mikeperham.com/2008/02/06/tuning-activerecord/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mikeperham.com/2008/02/06/tuning-activerecord/</link>
	<description>On Ruby, software and the Internet</description>
	<lastBuildDate>Tue, 03 Jan 2012 09:53:56 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Ken</title>
		<link>http://www.mikeperham.com/2008/02/06/tuning-activerecord/comment-page-1/#comment-86</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Wed, 09 Apr 2008 23:29:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/2008/02/06/tuning-activerecord/#comment-86</guid>
		<description>I&#039;ve used ar-extensions for this, too.  If you have a bunch of records you need to import, it&#039;s great.  You can call AnyClass.import(list_of_attributes) to dump them in one transaction, bypassing AR completely.  Importing 15,000 records dropped from 4 minutes to 20 seconds on our test box (admittedly not the fastest).</description>
		<content:encoded><![CDATA[<p>I&#8217;ve used ar-extensions for this, too.  If you have a bunch of records you need to import, it&#8217;s great.  You can call AnyClass.import(list_of_attributes) to dump them in one transaction, bypassing AR completely.  Importing 15,000 records dropped from 4 minutes to 20 seconds on our test box (admittedly not the fastest).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cyril David</title>
		<link>http://www.mikeperham.com/2008/02/06/tuning-activerecord/comment-page-1/#comment-55</link>
		<dc:creator>Cyril David</dc:creator>
		<pubDate>Wed, 20 Feb 2008 12:14:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/2008/02/06/tuning-activerecord/#comment-55</guid>
		<description>I created an in-house plugin that does batch inserts of SQL. 

You may check it here 

http://code.google.com/p/batched-sql-fu/</description>
		<content:encoded><![CDATA[<p>I created an in-house plugin that does batch inserts of SQL. </p>
<p>You may check it here </p>
<p><a href="http://code.google.com/p/batched-sql-fu/" rel="nofollow">http://code.google.com/p/batched-sql-fu/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gleb Arshinov</title>
		<link>http://www.mikeperham.com/2008/02/06/tuning-activerecord/comment-page-1/#comment-46</link>
		<dc:creator>Gleb Arshinov</dc:creator>
		<pubDate>Fri, 08 Feb 2008 23:47:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.mikeperham.com/2008/02/06/tuning-activerecord/#comment-46</guid>
		<description>Mike, try ar-extensions.  This was mentioned in the comments of our blogs, and seems like what you need here.</description>
		<content:encoded><![CDATA[<p>Mike, try ar-extensions.  This was mentioned in the comments of our blogs, and seems like what you need here.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

