Hacker News new | ask | show | jobs
by redwood 769 days ago
Large storage overhead should be a thing of the past (8+ years ago) with wiredtiger's automatic compression.
1 comments

Overhead comes from the BSON format

Even after the wiredtiger auto-compression, the basic overhead doesn't have a workaround

Can you point out what you mean? Are you worried about memory pressure for the decompressed filesystem cache or storage footprint, or perhaps something else like data returned to your application?