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

[Improvement] Increase the throughput in push-staged TaskSchedulingPolicy #748

Open
Ted-Jiang opened this issue Apr 20, 2023 · 2 comments
Open
Labels
enhancement New feature or request

Comments

@Ted-Jiang
Copy link
Member

Ted-Jiang commented Apr 20, 2023

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Our team using push-staged TaskSchedulingPolicy as the OLAP query engine, we main focus on the quick respond query less than 10s hundreds degrees of concurrency.

Now:

Cluster: with 60 executor (each 200 slots) and 1 scheduler cluster.
WorkLoad: 200 clients submit 0.5s cost query in sequence.

We got 1200 query per mins 😢

So we found below issues in push-staged

After fix these we got 16000 query per mins ! We will contribute these back soon.

Describe the solution you'd like
A clear and concise description of what you want to happen.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@Ted-Jiang Ted-Jiang added the enhancement New feature or request label Apr 20, 2023
@Ted-Jiang
Copy link
Member Author

@thinkharderdev
Copy link
Contributor

Interesting, sounds like some promising improvements :)

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