ClickBench icon indicating copy to clipboard operation
ClickBench copied to clipboard

ClickBench: a Benchmark For Analytical Databases

Results 46 ClickBench issues
Sort by recently updated
recently updated
newest added

It can't load data on a machine with 16 GB of memory or less.

Currently it only shows SW name (i.e. ClickHouse or DuckDB etc.) but no version information whatsoever - which is insufficient from a usability point of view (especially for a performance...

``` SELECT REGEXP_REPLACE(Referer, '^https?://(?:www\.)?([^/]+)/.*$', '\1') AS k, AVG(STRLEN(Referer)) AS l, COUNT(*) AS c, MIN(Referer) FROM hits WHERE Referer '' GROUP BY k HAVING COUNT(*) > 100000 ORDER BY l DESC...

William from Yellowbrick told me today that it does not prevent benchmarks and allows self-service sign-up, so it can be in ClickBench. Let's add it.

Like the previous submission, deployment outside Alibaba Cloud is not supported. Performance verification therefore requires access to a Hologres instance on Alibaba Cloud. We apologize for this limitation. The testing...

On machines with 8 GB or less, they are infinitely waiting for the backend to start up.