optimisation of egression for multiple async insert #1552
titanproger
started this conversation in
Feature requests
Replies: 1 comment
-
PR: #1553 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi clickhouse team!
We are using clickhouse cloud and recently we need optimise how much data downloaded from CH cloud.
We use Ch to insert different events using async inserts.
So sometimes we insert a small amount of records with one query, thanks to Async insert we can do small inserts.
But with each insert a noticeable amount of meta data is downloaded .
So in log i see some times 6 kb downloaded and only a few bytes uploaded to CH.
After reviewing server code i see there is different protocol version supported.
TCPHandler.cpp
Feature request: allow client to select preferable protocol version.
So for my example it will reduce downloaded size from 6KB to around 200 bytes (depending on table schema)
Beta Was this translation helpful? Give feedback.
All reactions