-
Notifications
You must be signed in to change notification settings - Fork 534
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
Preform performance and stability test on different client implementation #1421
Comments
Just some random ideas:
|
@zhicwu is working to optimize it. We are inserting 50K rows. using DEFAULT_BUFFER_SIZE = 4096
I will also run a test over LAN. |
We are inserting 50K rows. using BUFFER_SIZE = 8129
|
Is it single thread or multiple? And what's table structure and queries for the testing? If the size here is bytes of an uncompressed row, then we're testing really small insert. It's just my opinion, since we usually create table with tens or hundreds of columns on ClickHouse, it might be better to try 1KB - 10KB row for small insert, and 100KB or more for large ones. Alternatively, we can test single-column table as in clickhouse-benchmark, because data type matters. |
Planning to increase the row size in the test, we are inserting a batch of 50K rows (I will take a look on the benchmarking project ) |
It defaults to 5k but can be changed as needed. Line 32 in f2ea0e1
|
Settings
|
Settings
|
In clickhouse-http-client we support different Http Connection providers
We would like to test the performance and stability of those http connection providers
Verticals that we need to test
The text was updated successfully, but these errors were encountered: