Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve ballista performance #129

Open
17 of 18 tasks
yahoNanJing opened this issue Aug 12, 2022 · 3 comments
Open
17 of 18 tasks

Improve ballista performance #129

yahoNanJing opened this issue Aug 12, 2022 · 3 comments
Labels
enhancement New feature or request

Comments

@yahoNanJing
Copy link
Contributor

yahoNanJing commented Aug 12, 2022

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

@andygrove
Copy link
Member

I added #243

@yahoNanJing
Copy link
Contributor Author

yahoNanJing commented Oct 19, 2022

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.

Hi @thinkharderdev and @andygrove, if you have time, you can also help verify on it.

@yahoNanJing
Copy link
Contributor Author

Since Dan may not have time for reviewing on these PRs, Andy could you at other guys who may be interested on these PRs? Thanks very much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants