Kasper Timm Hansen @kaspth.com · Jan 26

I've also created a DigestedIO class to help compute a checksum while writing to a StringIO. It's in app/models/digested_io.rb with an inflect.acronym "IO" in inflections.rb.

0 likes 1 replies

?

Replies

Kasper Timm Hansen · Jan 26

I've been playing around with an idea of deferred columns, here a text column that could be large so we don't want to fetch it upfront. The fetching is not super optimized yet (it's in a belongs_to so we can't inject extra query conditions at the call site).