Open simerplaha opened 3 years ago
To clear expired key-values compaction invokes refresh on the Segment. Refresh only needs to occurs on Segment blocks which contain expired key-values all other blocks can be transferred directly to the new Segment without reading it into the heap.
refresh
To clear expired key-values compaction invokes
refresh
on the Segment. Refresh only needs to occurs on Segment blocks which contain expired key-values all other blocks can be transferred directly to the new Segment without reading it into the heap.