Skip to content

BaikalDB v1.1.3

Compare
Choose a tag to compare
@lgqss lgqss released this 10 Jul 07:03
· 131 commits to master since this release
af87665

New Features

  • 增加rocks_use_partitioned_index_filters配置决定是否使用Partitioned Index Filters,默认为false;开启后需要通过rocks_block_cache_size_mb配置内存占用,同时rocks_max_open_files失效,永远打开全部sst
  • 索引范围可以结合IN和between
  • 采用re2代替boost.regex
  • DeleteRange前先条用DeleteFilesInRange,可以先删除完全覆盖的文件,降低compaction压力

Bug Fixes

  • 修复扫描cstore解析问题
  • 修复部分场景primary解析问题