Categories: None [Edit]

columns_on_demand

https://rubygems.org/gems/columns_on_demand
https://github.com/willbryant/columns_on_demand
Lazily loads large columns on demand. By default, does this for all TEXT (:text) and BLOB (:binary) columns, but a list of specific columns to load on demand can be given. This is useful to reduce the memory taken by Rails when loading a number of records that have large columns if those particular columns are actually not required most of the time. In this situation it can also greatly reduce the database query time because loading large BLOB/TEXT columns generally means seeking to other database pages since they are not stored wholly in the record's page itself. Although this plugin is mainly used for BLOB and TEXT columns, it will actually work on all types - and is just as useful for large string fields etc.

Total

Ranking: 4,769 of 186,715
Downloads: 1,500,108

Daily

Ranking: 7,041 of 186,700
Downloads: 266

Depended by

RankDownloadsName

Depends on

RankDownloadsName
101,127,274,939rake
36697,550,401activerecord
98414,242,492byebug
107390,719,296pg
205213,955,485mysql2
276160,871,323sqlite3

Owners

#GravatarHandle
1iconwillbryant