Skip to content

v0.2.1

Pre-release
Pre-release

Choose a tag to compare

@simerplaha simerplaha released this 16 Apr 05:31

In previous version key-values/Segments that did not contain overlaping key-values with existing Segments were being merged into at-least one of the existing Segment. This results in unnecessary IOps.

This release include the compaction improvement to simply copy new Segments/key-values into a Level that do no overlap with existing Segments which increases overall database performance (#8)