cleanup history

This commit is contained in:
Andrew Kryczka 2017-06-12 12:41:41 -07:00
parent d3a7348a3b
commit b1934ad5c2

View File

@ -1,11 +1,4 @@
# Rocksdb Change Log
## Unreleased
### Public API Change
* DB property "rocksdb.sstables" now prints keys in hex form.
### New Features
* Measure estimated number of reads per file. The information can be accessed through DB::GetColumnFamilyMetaData or "rocksdb.sstables" DB property.
## 5.6.0 (06/06/2017)
### Public API Change
* Scheduling flushes and compactions in the same thread pool is no longer supported by setting `max_background_flushes=0`. Instead, users can achieve this by configuring their high-pri thread pool to have zero threads.