Skip to content

RocksDB 3.11.2

Compare
Choose a tag to compare
@igorcanadi igorcanadi released this 11 Jun 22:54
· 6 commits to 3.11.fb since this release

Fixes

  • Adjust the way we compensate for tombstones when choosing compactions. Previous heuristics led to pathological behavior in some cases.
  • Don't let two L0->L1 compactions run in parallel (only affected through experimental feature SuggestCompactRange)