mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-20 06:32:08 +00:00
7 lines
291 B
Markdown
7 lines
291 B
Markdown
# ClickHouse utilites
|
|
|
|
There are several ClickHouse utilites that are separate executable files:
|
|
|
|
* `clickhouse-local` allows to execute SQL queries on a local data like `awk`
|
|
* `clickhouse-copier` copies (and reshards) immutable data from one cluster to another in a fault-tolerant manner.
|