ClickHouse/docs/zh/operations/utils/index.md
2020-01-30 13:34:55 +03:00

475 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.
  • clickhouse-benchmark — Loads server with the custom queries and settings.

Original article