SSB Flat-table Benchmarking
Star schema benchmark (SSB) is designed to test basic performance metrics of OLAP database products. SSB uses a star schema test set that is widely applied in academia and industry. For more information, see Star Schema Benchmark.
ClickHouse flattens the star schema into a wide flat table and rewrites the SSB into a single-table benchmark. For more information, see Star schema benchmark of ClickHouse
This test compares the performance of StarRocks, Apache Druid, and ClickHouse against SSB single-table datasets.
Test conclusionsβ
The test is performed on an OLAP table in a shared-nothing StarRocks cluster, together with ClickHouse and Apache Druid, against the same dataset.
Based on the results from 13 queries performed on the 100 GB SSB-Flat dataset, StarRocks has an overall query performance 1.87x that of ClickHouse and 4.75x that of Apache Druid. The unit of the results are milliseconds.

Test preparationβ
Hardwareβ
StarRocks, Apache Druid, and ClickHouse are deployed on hosts of the same configurations - AWS m7i.4xlarge.
| Spec | |
|---|---|
| Instance Number | 5 |
| vCPU | 16 |
| Memory (GiB) | 64 |
| Network Bandwidth (Gbps) | Up to 12.5 |
| EBS Bandwidth (Gbps) | Up to 10 |
Softwareβ
| StarRocks | ClickHouse | Apache Druid | |
|---|---|---|---|
| Cluster Size | One FE, Three BEs | Three nodes | One Master Server, one Query Servers, and three Data Servers |
| Version | 3.5.0 | 25.3.3.42 | 33.0.0 |
| Release Date | 2025.6.13 | 2025.4.22 | 2025.4.29 |
| Configuration | Default | Default | Default |