Add ClickHouse result for c7i.4xlarge - #1161
Open
slice4e wants to merge 1 commit into
Open
Conversation
Run on an AWS c7i.4xlarge (16 vCPU Intel Xeon Platinum 8488C, 30 GiB RAM) with a 500 GB gp2 root volume, Ubuntu 24.04, us-west-2, matching the reference environment from cloud-init.sh.in (16 GB swapfile, earlyoom). The scripts in clickhouse/ were used unmodified. Cold runs are true cold runs: the server is restarted and the page cache dropped before the first run of each query, as done by lib/benchmark-common.sh. Load time 248 s, data size 15267844939 bytes (99,997,497 rows).
Member
|
What is the point? |
Author
I do not see any Intel-based results (I work for Intel). Only ARM and AMD. It is a hardware configuration that is missing. I would like to contribute for completeness. If you think there is a better/different way - please let me know. |
Member
|
Let's add it here: https://benchmark.clickhouse.com/hardware/ |
Author
|
Thanks @alexey-milovidov - I see a number of different platforms evaluated there. I will see if I can contribute something meaningful there. ( still learning - thank you) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds a ClickHouse result for a new hardware configuration: AWS c7i.4xlarge (16 vCPU Intel Xeon Platinum 8488C, 30 GiB RAM), 500 GB gp2 root volume, Ubuntu 24.04.4, us-west-2d.
The environment matches cloud-init.sh.in: 16 GB swapfile, earlyoom enabled. The scripts in clickhouse/ were used unmodified — install, start, check, stop, load, query and data-size all as committed, driven by lib/benchmark-common.sh. ClickHouse version 26.8.1.440.
Cold runs are true cold runs: the server is stopped, the page cache dropped via drop_caches, and the server restarted before the first run of each query, so no lukewarm-cold-run tag applies.
metric c7i.4xlarge c6a.4xlarge (same date)
load_time 248 s 285 s
data_size 15,267,844,939 15,267,511,633
concurrent_qps 0.595 0.927
concurrent_error_ratio 0.707 0.578
Loaded 99,997,497 rows. ./validate-results.py . passes with no warnings for this file.
The run was operator-driven rather than launched through run-benchmark.sh, since that script provisions instances via the EC2 API.