Hi Tim,

Thanks for your reply.

Using direct SQL is possible if the operation you wish to perform is
supported by the SQL dialect you are using, in which case performance
is excellent.  However some operations are not possible in SQL alone
and require more complicated logic. I agree the performance would be
slow using row-by-row solution, but I don't think it has to be as bad
as it is in ActiveRecord.

If it was possible to remove the buffering and in a sense, stream
through the results, performance should be much better than it is now.

Sean


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Core" 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-core
-~----------~----~----~----~------~----~------~--~---

Reply via email to