Skip to content

RocksDB 3.6.2

Compare
Choose a tag to compare
@yhchiang yhchiang released this 30 Oct 07:06
· 7 commits to 3.6.fb since this release

Bug Fixes

  • Fix a corner case that causes MANIFEST corruption when RocksDB cannot open new files during the compaction but before the compaction completes RocksDB becomes able to open new files once again.

New Features

  • Allow dynamic disable / enable RocksDB auto-compaction.

Internal Improvements

  • Use fallocate(FALLOC_FL_PUNCH_HOLE) to release unused blocks at the end of file.