Announcing Palmist
Posted: May 14th, 2008 | Author: Daniel Higginbotham | Filed under: Projects, Rails | 10 Comments »
Purpose: Help find and fix mysql bottlenecks in Ruby on Rails
Read the rest of this entry »

Purpose: Help find and fix mysql bottlenecks in Ruby on Rails
Read the rest of this entry »
The following code lets you iterate over large collections of Active Record objects without having to load them all at once, thus reducing memory usage. It’s allowed me to run cron jobs which iterate over thousands of records without getting the cron’d process killed for using too much of a system’s resources.
Read the rest of this entry »