You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With all the PRs merged, we can achieve a relatively high throughput in RoundRobinLocal SlotsPolicy. For a 200ms query with 200 concurrency running 5 minutes, the average query latency is also around 200ms, which proves the task scheduling is very efficient and should not be a bottleneck in a high throughput system.
And for a large query with with more than 2000 tasks in the first stage, the query latency is improved from more than 10s to around 2.5s.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
To be an efficient distributed execution platform, there're still many aspects we need to improve.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: