We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fcf7b2 commit bcefedeCopy full SHA for bcefede
HISTORY.md
@@ -13,6 +13,7 @@
13
* Statistics APIs now take uint32_t as type instead of Tickers. Also make two access functions getTickerCount and histogramData const
14
* Add DB property rocksdb.estimate-num-keys, estimated number of live keys in DB.
15
* Add DB::GetIntProperty(), which returns DB properties that are integer as uint64_t.
16
+* The Prefix Extractor used with V2 compaction filters is now passed user key to SliceTransform::Transform instead of unparsed RocksDB key.
17
18
## 3.3.0 (7/10/2014)
19
### New Features
0 commit comments