SwayDB icon indicating copy to clipboard operation
SwayDB copied to clipboard

Remove merge operation from collapse

Open simerplaha opened this issue 5 years ago • 0 comments

Smaller Segments (segments that are < minSegmentSize) get collapsed in the last level to create larger Segments. Currently a merge is executed which has memory and read overhead which is not required. Simply creating a Many segment type would be much more efficient.

simerplaha avatar Oct 14 '20 13:10 simerplaha