mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-07 16:14:52 +00:00
7170f3c534
* prefer relative links from root * wip * split aggregate function reference * split system tables
14 lines
658 B
Markdown
14 lines
658 B
Markdown
---
|
|
toc_folder_title: Utilities
|
|
toc_priority: 56
|
|
toc_title: Overview
|
|
---
|
|
|
|
# ClickHouse Utility {#clickhouse-utility}
|
|
|
|
- [clickhouse-local](../../operations/utilities/clickhouse-local.md) — Allows running SQL queries on data without stopping the ClickHouse server, similar to how `awk` does this.
|
|
- [clickhouse-copier](../../operations/utilities/clickhouse-copier.md) — Copies (and reshards) data from one cluster to another cluster.
|
|
- [clickhouse-benchmark](../../operations/utilities/clickhouse-benchmark.md) — Loads server with the custom queries and settings.
|
|
|
|
[Original article](https://clickhouse.tech/docs/en/operations/utils/) <!--hide-->
|