Y
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
paperwhite
769 days ago
Overhead comes from the BSON format
Even after the wiredtiger auto-compression, the basic overhead doesn't have a workaround
link
redwood
768 days ago
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?
link
Even after the wiredtiger auto-compression, the basic overhead doesn't have a workaround