Links
Categories
Plugins Tagged batch
-
Pseudo Cursors
Adds a find_each method to ActiveRecord so that you can iterate over large data sets without overloading your application's memory. Very useful for batch jobs and migrations.
-
BolingForBatches
A Better Way To Run Methods on Heavy Query Results
1. Setup a Batch for an ActiveRecord model.
2. Run an instance method on each record in each batch (can send params too!)
3. Print the results!
