Compaction right now is a bit sensitive to running large number of buffer re-writes. Compaction's goal is to reduce the data size and reduce writer list sizes that saves heap and allows deletion of older files.
Enhancement would allow Sidewinder to reduce heap utilization while preventing dangling old data files that still require memory mapping.
Compaction right now is a bit sensitive to running large number of buffer re-writes. Compaction's goal is to reduce the data size and reduce writer list sizes that saves heap and allows deletion of older files.
Enhancement would allow Sidewinder to reduce heap utilization while preventing dangling old data files that still require memory mapping.