peterxcli commented on PR #8178:
URL: https://github.com/apache/ozone/pull/8178#issuecomment-2795993870

   > Thanks for the patch @peterxcli, the design looks good to me! One 
suggestion, can we consider adding a config (e.g., max_parallel_compactions) to 
control the number of parallel compactions (across multiple tables)? 
Alternatively, we could handle multiple compaction requests through a 
CommandQueue mechanism to avoid overloading RocksDB.
   
   Yeah, we can also use priority queue to prioritise the compaction range that 
has most tombstone percentage.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to