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

Design: Implement bubble execution mode. #408

Open
liurenjie1024 opened this issue Oct 20, 2022 · 2 comments
Open

Design: Implement bubble execution mode. #408

liurenjie1024 opened this issue Oct 20, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@liurenjie1024
Copy link
Contributor

liurenjie1024 commented Oct 20, 2022

Is your feature request related to a problem or challenge? Please describe what you are trying to do.
Currently ballista uses schedules stage by stage, which is great for fault tolerance, but inefficient for adhoc olap execution. Bubble execution mode is to make ballista more efficient for adhoc olap queries which doesn't require fault tolerance.

Describe the solution you'd like
The detailed design can be found here, welcome to comment and share your thoughts.

Describe alternatives you've considered
No.

Additional context
No.

@liurenjie1024 liurenjie1024 added the enhancement New feature or request label Oct 20, 2022
@r4ntix
Copy link
Contributor

r4ntix commented Oct 20, 2022

Very good proposal. Can you add some designs of popular systems such as Presto and Clickhouse for comparison?

@liurenjie1024
Copy link
Contributor Author

Very good proposal. Can you add some designs of popular systems such as Presto and Clickhouse for comparison?

Good suggestion, I'll add later.

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