Skip to content
ClickHouse Docs
ClickHouse DocsClickHouse Docs

How to Test Your Hardware with ClickHouse

Not supported in ClickHouse Cloud

You can run a basic ClickHouse performance test on any server without installation of ClickHouse packages.

Automated run

You can run the benchmark with a single script.

  1. Download the script.
wget https://raw.githubusercontent.com/ClickHouse/ClickBench/main/hardware/hardware.sh
  1. Run the script.
chmod a+x ./hardware.sh
./hardware.sh
  1. Copy the output and send it to feedback@clickhouse.com

All the results are published here: https://clickhouse.com/benchmark/hardware/

Navigation