rocksdb-5.11.3
miasantreble
released this
12 Mar 18:52
·
5 commits
to 5.11.fb
since this release
5.11.2 (02/24/2018)
Bug Fixes
- Fix bug in iterator readahead causing blocks to incorrectly be considered truncated (corrupted).
5.11.1 (02/22/2018)
New Features
- Follow rsync-style naming convention for BackupEngine tempfiles. This enables some optimizations when run on GlusterFS.
5.11.0 (01/08/2018)
Public API Change
- Add
autoTune
andgetBytesPerSecond()
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.