>
> My question is, is there a way to cache the ActiveRecord objects as
> well?  I have read that their construction is time consuming.


I think that used to be the case, but I don't think it is any more (which
may be why the Query cache doesn't cache them).  Also, how many objects are
you constructing?  It should really only be a page worth, otherwise I'd use
aggregate functions (if you're just iterating anyway).

Cheers,


Andy

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to