Displaying 1 result from an estimated 1 matches for "active_record_iterator".
2008 Nov 28
1
True ActiveRecord result set iteration
Hello,
For an internal project we were looking for a solution which extends
ActiveRecord by an iterator function. Using find(:all) is no fun if you
have to process some 10.000 records.
Until now there have been two ways of dealing with that scenario:
- write your logic a second times (e.g. use stored procedure)
- bet on AR plugins which work around that limitation by fetching IDs and