* zdennis ([EMAIL PROTECTED]) [060716 20:33]:
> Could someone check this out and give some feedback? I have started to
> develop this as a separate plugin for ActiveRecord, but the more I think
> about it the more it seems that this sort of thing should be in core.
> Thoughts?

Those are impressive speedups, and it would be interesting if they can
be made to apply generally.

Not commenting on the viability of the patch as a whole, but perhaps
rather than :fast / :fastest it would be better to drop :fast (which as
I understand it simply reduces the number of inserts required, behind
the scenes, without otherwise changing the create() behavior(?)) in
favor of a speedy default, and renaming :fastest (after all, what's
"fastest" now may well not be in the future) to be indicative of
function -- i.e., that it doesn't create the AR objects being created in
the database.

Rick
-- 
 http://www.rickbradley.com    MUPRN: 5
                       |  said any color
   random email haiku  |  ordering will work as long
                       |  as it is straight through.
_______________________________________________
Rails-core mailing list
Rails-core@lists.rubyonrails.org
http://lists.rubyonrails.org/mailman/listinfo/rails-core

Reply via email to