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
[mpt] Scale slow-list compaction by gc_efficiency relative to disk growth
Replace the fixed cap (min of growth+1 and gc_efficiency) with a
formula that scales growth by gc_efficiency / breakeven. Above the
breakeven (4), compaction outruns growth to reduce backlog; below it,
compaction backs off when recirculation is heavy.
0 commit comments