influxdb/tsdb/engine
Geoffrey Wossum 66f4dbeaad
fix: limit number of concurrent optimized compactions (#26319)
Limit number of concurrent optimized compactions so that level compactions do not get starved. Starved level compactions result in a sudden increase in disk usage.

Add [data] max-concurrent-optimized-compactions for configuring maximum number of concurrent optimized compactions. Default value is 1.

Co-authored-by: davidby-influx <dbyrne@influxdata.com>
Co-authored-by: devanbenz <devandbenz@gmail.com>
Closes: #26315
2025-05-06 15:42:39 -05:00
..
tsm1 fix: limit number of concurrent optimized compactions (#26319) 2025-05-06 15:42:39 -05:00
engine.go fix: tsi index should compact old or too-large log files (#21943) 2021-07-26 17:40:15 -04:00