Skip to content

https://clickhouse.com/docs/zh/introduction/performance

1.server启动

bash
 docker run -d --name ckServer --ulimit nofile=262144:262144 -v /clickhouse_data:/var/lib/clickhouse yandex/clickhouse-server
 docker run -d --name ckServer --ulimit nofile=262144:262144 -v /clickhouse_data:/var/lib/clickhouse yandex/clickhouse-server

2.client启动

 docker run -d --name ckClient --ulimit nofile=262144:262144 -v /clickhouse_data:/var/lib/clickhouse yandex/clickhouse-client
 docker run -d --name ckClient --ulimit nofile=262144:262144 -v /clickhouse_data:/var/lib/clickhouse yandex/clickhouse-client