columns_on_demand icon indicating copy to clipboard operation
columns_on_demand copied to clipboard

Implements on-demand ('lazy') loading of ActiveRecord columns to save memory & query time when they aren't required

Results 1 columns_on_demand issues
Sort by recently updated
recently updated
newest added

Json(b) columns usually have large values. Or we can just check for [TOAST](https://www.postgresql.org/docs/current/storage-toast.html)ed columns (PostgreSQL). Binary types, text, json(b) and more types with potentially large values will be detected by...