<?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: Living on the edge (of Rails) #5 &#8211; better eager loading and more</title>
	<atom:link href="http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/</link>
	<description>Rails, Firefox, Anime, Mac</description>
	<lastBuildDate>Sat, 04 Feb 2012 15:38:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Living on the edge (of Rails) #11 &#124; redemption in a blog</title>
		<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/comment-page-1/#comment-649428</link>
		<dc:creator>Living on the edge (of Rails) #11 &#124; redemption in a blog</dc:creator>
		<pubDate>Fri, 20 Jun 2008 05:47:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/#comment-649428</guid>
		<description>[...] is another ActiveRecord performance boost related to the pre-loading any eager-loaded :includes mentioned previously. Basically what this patch does is to only join referenced tables when needed. It does this by [...]</description>
		<content:encoded><![CDATA[<p>[...] is another ActiveRecord performance boost related to the pre-loading any eager-loaded :includes mentioned previously. Basically what this patch does is to only join referenced tables when needed. It does this by [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: How to Avoid Hanging Yourself with Rails</title>
		<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/comment-page-1/#comment-496050</link>
		<dc:creator>How to Avoid Hanging Yourself with Rails</dc:creator>
		<pubDate>Wed, 13 Feb 2008 02:43:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/#comment-496050</guid>
		<description>[...] Presentation - How to Avoid Hanging Yourself with Rails Faker - faker.rubyforge.org &#8216;mrj&#8217;s ActiveRecord select/include patch -  http://dev.rubyonrails.org/attachment/ticket/7147/init.5.rb include preloading optimisation - http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/ [...]</description>
		<content:encoded><![CDATA[<p>[...] Presentation &#8211; How to Avoid Hanging Yourself with Rails Faker &#8211; faker.rubyforge.org &#8216;mrj&#8217;s ActiveRecord select/include patch &#8211;  <a href="http://dev.rubyonrails.org/attachment/ticket/7147/init.5.rb" rel="nofollow">http://dev.rubyonrails.org/attachment/ticket/7147/init.5.rb</a> include preloading optimisation &#8211; <a href="http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/" rel="nofollow">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/</a> [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chu Yeow</title>
		<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/comment-page-1/#comment-474423</link>
		<dc:creator>Chu Yeow</dc:creator>
		<pubDate>Thu, 31 Jan 2008 02:49:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/#comment-474423</guid>
		<description>@Dr Nic, Daniel Fischer: Thanks for the encouragement!

@otavio: Yes you&#039;re right - it&#039;s not finished yet (there are still some bugs to fix), but I thought I&#039;d get the word out since the decision to switch to pre-loading has been made :).

@Mark Wilden: You&#039;re right - I&#039;m the one who needs to brush up on my set theory. I think what I really mean to say is that the strategy now is to avoid making monster joins involving multiple tables.</description>
		<content:encoded><![CDATA[<p>@Dr Nic, Daniel Fischer: Thanks for the encouragement!</p>
<p>@otavio: Yes you&#8217;re right &#8211; it&#8217;s not finished yet (there are still some bugs to fix), but I thought I&#8217;d get the word out since the decision to switch to pre-loading has been made :).</p>
<p>@Mark Wilden: You&#8217;re right &#8211; I&#8217;m the one who needs to brush up on my set theory. I think what I really mean to say is that the strategy now is to avoid making monster joins involving multiple tables.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Wilden</title>
		<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/comment-page-1/#comment-474081</link>
		<dc:creator>Mark Wilden</dc:creator>
		<pubDate>Wed, 30 Jan 2008 22:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/#comment-474081</guid>
		<description>A Cartesian join matches every record from one table with every record from another table. Suffice it to say that Rails doesn&#039;t do this. :)

///ark</description>
		<content:encoded><![CDATA[<p>A Cartesian join matches every record from one table with every record from another table. Suffice it to say that Rails doesn&#8217;t do this. :)</p>
<p>///ark</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel Fischer</title>
		<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/comment-page-1/#comment-473886</link>
		<dc:creator>Daniel Fischer</dc:creator>
		<pubDate>Wed, 30 Jan 2008 19:41:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/#comment-473886</guid>
		<description>Great stuff Chu! As Dr. Nic said &quot;+1&quot;!!!!</description>
		<content:encoded><![CDATA[<p>Great stuff Chu! As Dr. Nic said &#8220;+1&#8243;!!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ropiku</title>
		<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/comment-page-1/#comment-473605</link>
		<dc:creator>Ropiku</dc:creator>
		<pubDate>Wed, 30 Jan 2008 14:45:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/#comment-473605</guid>
		<description>Vote it on &lt;a href=&quot;http://reddit.com/r/ruby/info/673u4/comments&quot; rel=&quot;nofollow&quot;&gt;Ruby Reddit&lt;/a&gt;.</description>
		<content:encoded><![CDATA[<p>Vote it on <a href="http://reddit.com/r/ruby/info/673u4/comments" rel="nofollow">Ruby Reddit</a>.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: A Fresh Cup &#187; Blog Archive &#187; Double Shot #134</title>
		<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/comment-page-1/#comment-473604</link>
		<dc:creator>A Fresh Cup &#187; Blog Archive &#187; Double Shot #134</dc:creator>
		<pubDate>Wed, 30 Jan 2008 14:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/#comment-473604</guid>
		<description>[...] The joy of independence: trying to nail down an elusive contract. There might be room in my dance card coming up in the future if you&#8217;re interested in talking.  [...]</description>
		<content:encoded><![CDATA[<p>[...] The joy of independence: trying to nail down an elusive contract. There might be room in my dance card coming up in the future if you&#8217;re interested in talking.  [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: otavio</title>
		<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/comment-page-1/#comment-473584</link>
		<dc:creator>otavio</dc:creator>
		<pubDate>Wed, 30 Jan 2008 14:29:21 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/#comment-473584</guid>
		<description>Hy chu, great post. First i tought that &quot;:includes does pre-loading&quot; will be awesome. Then i&#039;ve started to fell a little bit worried about performance for big tables. Then i saw the benchmarks at the ticket and it looks great again :). But it&#039;s not quite finished yet, is it?</description>
		<content:encoded><![CDATA[<p>Hy chu, great post. First i tought that &#8220;:includes does pre-loading&#8221; will be awesome. Then i&#8217;ve started to fell a little bit worried about performance for big tables. Then i saw the benchmarks at the ticket and it looks great again :). But it&#8217;s not quite finished yet, is it?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dr Nic</title>
		<link>http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/comment-page-1/#comment-473460</link>
		<dc:creator>Dr Nic</dc:creator>
		<pubDate>Wed, 30 Jan 2008 12:56:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.codefront.net/2008/01/30/living-on-the-edge-of-rails-5-better-eager-loading-and-more/#comment-473460</guid>
		<description>In case you need any encouraging to continue with these posts: &quot;Please continue with these posts&quot;.

Or more succinctly:

+1</description>
		<content:encoded><![CDATA[<p>In case you need any encouraging to continue with these posts: &#8220;Please continue with these posts&#8221;.</p>
<p>Or more succinctly:</p>
<p>+1</p>
]]></content:encoded>
	</item>
</channel>
</rss>

