Skip to content

ObjectiveRocks 0.11.0

Latest
Compare
Choose a tag to compare
@iabudiab iabudiab released this 08 Jan 22:37
· 3 commits to develop since this release

Released on 2020.01.08

  • Improve ColumnFamilyOptions by @jurmous in PR #19
    • Add compactionStyle setting
    • Change maxBytesForLevelMultiplier to a double to match internal type
    • Add missing level0FileNumCompactionTrigger implementation
  • Expand WriteOptions with noSlowdown and lowPriority options by @jurmous in PR #21
  • Expand RocksDBIterator with seekForPrev and status methods by @jurmous in PR #22
  • Expand CompactRangeOptions by @jurmous in PR #25
    • allowWriteStall, maxSubcompactions, targetPathId, exclusiveManualCompaction
  • Removed redundant mem-copy in Iterator and improved release semantics in enumerate methods by @myeyesareblind in PRs #27 & #28
  • Fix bottommostLevelCompaction switch statement by @jurmous in PR #20