ClickHouse/docs/en/operations/utilities/index.md
Ivan Blinkov 7170f3c534
[docs] split aggregate function and system table references (#11742)
* prefer relative links from root

* wip

* split aggregate function reference

* split system tables
2020-06-18 11:24:31 +03:00

658 B

toc_folder_title toc_priority toc_title
Utilities 56 Overview

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