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

background_distributed_schedule_pool_size setting doesn't do what it says #62001

Open
ivan-tkatchev opened this issue Mar 27, 2024 · 0 comments

Comments

@ivan-tkatchev
Copy link

Looking at the source code and observing real-world behaviour, I see that asynchronous distributed inserts are actually single-threaded. (Or, rather, roughly one thread per table.)

Is this expected behavior? If yes, then perhaps this should be documented, because the current documentation makes it seem like increasing background_distributed_schedule_pool_size actually does something.

Clickhouse version 23.11.1.1

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

1 participant