Released on 2020.01.08
- Improve
ColumnFamilyOptionsby @jurmous in PR #19- Add
compactionStylesetting - Change
maxBytesForLevelMultiplierto a double to match internal type - Add missing
level0FileNumCompactionTriggerimplementation
- Add
- Expand
WriteOptionswithnoSlowdownandlowPriorityoptions by @jurmous in PR #21 - Expand
RocksDBIteratorwithseekForPrevandstatusmethods by @jurmous in PR #22 - Expand
CompactRangeOptionsby @jurmous in PR #25allowWriteStall,maxSubcompactions,targetPathId,exclusiveManualCompaction
- Removed redundant mem-copy in Iterator and improved release semantics in
enumeratemethods by @myeyesareblind in PRs #27 & #28 - Fix
bottommostLevelCompactionswitch statement by @jurmous in PR #20