Skip to content

2.5.0

Latest
Compare
Choose a tag to compare
@marvin-j97 marvin-j97 released this 08 Jan 17:58
· 1 commit to main since this release
5d023fd
  • [api] (Possibly breaking?) Use Into<...> for insert operations #85 by @carlsverre
  • [perf] L0 and L1 segments now use the full block index #51
  • [perf] Fix snapshot point reads in memtable for update-heavy workloads 8db1f38
  • [perf] Lazily evaluate range bounds #62
  • [perf] Allow parallel compactions for Leveled compaction strategy #83
  • [perf] Decreased bloom filter FPR for L0 and L1 segments
  • [perf] Group disjoint runs in compaction worker to reduce key comparisons #84
  • [perf] Simplify segment snapshot point reads, removing a heap allocation 9113cb4 ab28434
  • [misc] Internal refactors
  • [misc] Better handle I/O errors in compaction worker
  • [fix] make sure KV versions cannot span segments