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

ref(async-inserts): add clickhouse-concurrency cli arg #5999

Merged
merged 2 commits into from
Jun 6, 2024

Conversation

MeredithAnya
Copy link
Member

@MeredithAnya MeredithAnya commented Jun 4, 2024

Changing the clickhouse concurrency allows us to increase the amount of in-flight batches to clickhouse. Because async inserts does buffering on the clickhouse side, increasing the batches in flight won't increase the inserts/sec.

If async inserts aren't turned on it should stay at the previously hardcoded concurrency of 2

@MeredithAnya MeredithAnya marked this pull request as ready for review June 6, 2024 19:19
@MeredithAnya MeredithAnya requested a review from a team as a code owner June 6, 2024 19:19
@MeredithAnya MeredithAnya requested a review from a team June 6, 2024 19:19
@MeredithAnya MeredithAnya merged commit 76cc2ba into master Jun 6, 2024
30 checks passed
@MeredithAnya MeredithAnya deleted the meredith/SNS-2781 branch June 6, 2024 21:21
nachivrn pushed a commit that referenced this pull request Jun 6, 2024
* ref(async-inserts): add clickhouse-concurrency cli arg

* add async inserts check
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants