Skip to content
This repository has been archived by the owner on Jan 5, 2025. It is now read-only.

Performance comparison with ClickHouse #1

Open
alexey-milovidov opened this issue Feb 1, 2024 · 2 comments
Open

Performance comparison with ClickHouse #1

alexey-milovidov opened this issue Feb 1, 2024 · 2 comments

Comments

@alexey-milovidov
Copy link

How does it favor compared to ClickHouse?

@dgllghr
Copy link
Owner

dgllghr commented Feb 1, 2024

My plan was to benchmark against chDB and not Clickhouse because chDB is embedded like sqlite+stanchion. However, you are the Clickhouse expert, so maybe I can pick your brain a bit. Is there an existing benchmark suite that you use across chDB and Clickhouse? And since Clickhouse runs as a server, do you have recommendations for setting up a single node Clickhouse server so that it can be compared to an embedded DB?

@alexey-milovidov
Copy link
Author

Here is the benchmark suite: https://github.com/ClickHouse/ClickBench

Setting up ClickHouse on a single machine:

curl https://clickhouse.com/ | sh
sudo ./clickhouse install
sudo clickhouse start

Running it in an embedded mode without a server:

curl https://clickhouse.com/ | sh
./clickhouse

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants