ClickHouse/docs/zh/operations/utils/index.md
2018-12-12 16:30:55 +03:00

373 B

ClickHouse Utility

  • clickhouse-local — Allows running SQL queries on data without stopping the ClickHouse server, similar to how awk does this.
  • clickhouse-copier — Copies (and reshards) data from one cluster to another cluster.

Original article