RocksDB v5.11.0 Release Notes

Release Date: 2018-08-01 // over 5 years ago
  • Public API Change

    • โž• Add autoTune and getBytesPerSecond() to RocksJava RateLimiter

    ๐Ÿ†• New Features

    • โž• Add a new histogram stat called rocksdb.db.flush.micros for memtable flush.
    • Add "--use_txn" option to use transactional API in db_stress.
    • ๐Ÿ Disable onboard cache for compaction output in Windows platform.
    • ๐Ÿ‘Œ Improve the performance of iterators doing long range scans by using readahead.

    ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix a stack-use-after-scope bug in ForwardIterator.
    • ๐Ÿ›  Fix builds on platforms including Linux, Windows, and PowerPC.
    • ๐Ÿ›  Fix buffer overrun in backup engine for DBs with huge number of files.
    • ๐Ÿ›  Fix a mislabel bug for bottom-pri compaction threads.
    • ๐Ÿ›  Fix DB::Flush() keep waiting after flush finish under certain condition.