-
Notifications
You must be signed in to change notification settings - Fork 252
Add ClickBench benchmark results on AliCloud ClickHouse. #748
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
base: main
Are you sure you want to change the base?
Conversation
…113' into add_alicloud_test_260114
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
| @@ -0,0 +1,22 @@ | |||
|
|
|||
| { | |||
| "system": "ClickHouse ☁️ (alicloud-afs)", | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As far as I understand, the official name of the product is "ApsaraDB for ClickHouse". To avoid confusion and be consistent with other entries, could we change this to
"system": "ApsaraDB for ClickHouse",
[..]
"machine": "AliCloud ☁️: 16CCU",
| "load_time": 43.305, | ||
| "data_size": 14469634969, | ||
|
|
||
| "result": [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please format this so that there is one entry per line:
[0.001, 0.001, 0.001],
[0.023, 0.020, 0.020],
[...]
| "tuned": "no", | ||
| "comment": "", | ||
|
|
||
| "tags": ["C++", "column-oriented", "ClickHouse derivative", "managed", "alicloud"], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
alicloud --> AliCloud
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There shouldn't be unwanted tags.
| @@ -0,0 +1,109 @@ | |||
| CREATE TABLE hits | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It would be cool if create.sql and queries.sql were symlinks to the corresponding files in the clickhouse/ older.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does not matter.
|
I would defer the review to @shankar-iyer who will also check #626. @Binnn-MX The README file says at the beginning that one needs to purchase a subscription. Can we get a voucher as here? |
Added ClickBench benchmark results on AliCloud. The ClickBench performance of AliCloud Enterprise Edition (ClickHouse Cloud) was tested with 1 replica and 2 replicas, across instance sizes of 4 CCU, 8 CCU, 16 CCU, and 32 CCU.