|
|
@ -16,6 +16,7 @@ |
|
|
|
* Fix wrong latencies in `rocksdb.db.get.micros`, `rocksdb.db.write.micros`, and `rocksdb.sst.read.micros`. |
|
|
|
* Fix wrong latencies in `rocksdb.db.get.micros`, `rocksdb.db.write.micros`, and `rocksdb.sst.read.micros`. |
|
|
|
* Fix incorrect dropping of deletions during intra-L0 compaction. |
|
|
|
* Fix incorrect dropping of deletions during intra-L0 compaction. |
|
|
|
* Fix transient reappearance of keys covered by range deletions when memtable prefix bloom filter is enabled. |
|
|
|
* Fix transient reappearance of keys covered by range deletions when memtable prefix bloom filter is enabled. |
|
|
|
|
|
|
|
* Fix potentially wrong file smallest key when range deletions separated by snapshot are written together. |
|
|
|
|
|
|
|
|
|
|
|
## 5.7.0 (07/13/2017) |
|
|
|
## 5.7.0 (07/13/2017) |
|
|
|
### Public API Change |
|
|
|
### Public API Change |
|
|
|