RubyGems Navigation menu

columns_on_demand 6.0.0

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.

Gemfile:
= 複製 已複製

安裝:
=

版本列表:

  1. 6.0.0 - November 12, 2020 (13.5 KB)
  2. 5.2.0 - January 02, 2018 (13.0 KB)
  3. 5.1.2 - January 02, 2018 (13.0 KB)
  4. 5.1.1 - May 09, 2017 (13.0 KB)
  5. 5.1.0 - April 13, 2017 (12.5 KB)
顯示所有版本(共 18)

Runtime 相依性套件 (1):

Development 相依性套件 (5):

byebug >= 0
mysql2 >= 0
pg >= 0
rake >= 0
sqlite3 >= 0

擁有者:

Pushed by:

作者:

  • Will Bryant

SHA 256 checksum:

f00683885d41c9aa9eb96bd49f53838a45ce9376d99b2be2ba2ba5a3343dcfcd

總下載次數 1,174,522

這個版本 496,945

License:

MIT

Ruby 版本需求: >= 0

相關連結: