On Apr 22, 2005, at 1:54 PM, Patrick Casey wrote:
Ick, Ruby! I downloaded the tutorial on that one, set up two tables,
joined them, and printed a list of 1,000 rows that included columns from
each table.
Nine seconds and 1,001 SQL statements later I got my list :). Sorry,
but anything which uses an N+1 fetch method to resolve joins in situations
like that is a non starter for a serious commercial app.
So maybe this solves it?
http://weblog.rubyonrails.com/archives/2005/04/18/rails-0120-eager- associations-new-basefind-api-assertions-revisited-more-ajax/
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]