Files
scylladb/compaction
Aleksandra Martyniuk f78dbff814 compaction: update compaction_data::compaction_size at once
Currently, in compaction::setup compaction_size is updated in a loop.
Due to that the total progress of compaction executors grows during
their execution.

Add the sstables sizes to a compaction_size variable. Update
compaction_data::compaction_size after the loop.
2025-08-27 17:50:36 +02:00
..