Releases: lucaong/cubdb
Releases · lucaong/cubdb
v0.8.0
Changes:
-
[bugfix] fix atomicity of get_and_update_multi
-
Add
file_sync/1
, andset_auto_file_sync/2
functions and:auto_file_sync
option forstart_link
to tune durability vs. write performance -
sync file on graceful shutdown
-
sync file upon finalizing compaction, before cleaning up old files
v0.7.0
v0.6.0
Changes:
-
Skip corrupted headers and find last good header upon opening a
database. This feature makes it possible to successfully open a sane
database even in the unlikely case that the latest header gets only
partly written, or corrupted, due to a sudden shutdown -
Compress large terms when writing them on disk