jtao15 opened a new pull request #7481:
URL: https://github.com/apache/pinot/pull/7481


   Scheduling multiple buckets per round can improve the issue that 
merge/roll-up task takes long time to process long retention tables ((#7480)
   1. Add numParallelBuckets config (default 1)
   2. If there's no spilled over data, schedule all the buckets in parallel
   3. Else schedule buckets till the first one that has spilled over data 
(included), so the spilled over data can be merged in next round.
   


-- 
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: commits-unsubscr...@pinot.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to