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
storage: enable multilevel compactions by default with a cluster setting
Reenable multilevel compactions, with more constraints. ML compactions will run
according to a write amp heuristic, along with the following rules:
- At most 1 ML compaction is running at any time.
- The db must have >= 2 maximum compaction slots.
Closes: cockroachdb/pebble#4139
0 commit comments