You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Picking a tombstone density compaction is likely too expensive in LSMs with high sstable counts. For every level, we traverse over all n sstables and for any eligible sstables search the lower level for overlaps:
Picking a tombstone density compaction is likely too expensive in LSMs with high sstable counts. For every level, we traverse over all n sstables and for any eligible sstables search the lower level for overlaps:
pebble/compaction_picker.go
Lines 1528 to 1553 in 3ec779d
We did this to enable a write-amp calculation based on overlap in fcb941e There's likely an algorithmic improvement we can make.
Jira issue: PEBBLE-309
The text was updated successfully, but these errors were encountered: