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

Does ClickHouse support local node execution switching? #63736

Closed
0xfei opened this issue May 14, 2024 · 1 comment
Closed

Does ClickHouse support local node execution switching? #63736

0xfei opened this issue May 14, 2024 · 1 comment

Comments

@0xfei
Copy link

0xfei commented May 14, 2024

Does ClickHouse support local node execution switching on distributed query execution? This would prevent a slow query on one node from slowing down the entire query, just like use_hedged_requests

@0xfei 0xfei added the question Question? label May 14, 2024
@nikitamikhaylov
Copy link
Member

No. ClickHouse can't change the number of nodes dynamically during query execution. It is either fully local of fully distributed with the number of nodes based on the statically defined cluster topology.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants