[Enhancement]: Optimize task scheduling logic to enable concurrent execution of tasks #39101
Open
1 task done
Labels
kind/enhancement
Issues or changes related to enhancement
Is there an existing issue for this?
What would you like to be added?
Optimize task scheduling logic to enable concurrent execution of tasks.
Why is this needed?
Stats tasks are primarily io operations, which can be executed concurrently.
Additionally, when segments are relatively small, index tasks can also be executed concurrently.
Anything else?
No response
The text was updated successfully, but these errors were encountered: