ActiveRecord Optimization with Scrooge - igvita.com

Updated . Posted . Visible to the public.

The idea behind scrooge is both surprisingly simple and powerful: instead of forcing the developer to manually specify each attribute column, simply observe and record for some period of time all of the attribute accesses and then reuse this knowledge in the future to automatically optimize your subsequent query requests.

Last edit
Keywords
ruby, databases
License
Source code in this card is licensed under the MIT License.
Posted by Lexy to makandra dev (2009-09-19 07:51)