v0.2.1
Pre-release
Pre-release
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)