mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 03:25:15 +00:00
976 B
976 B
sidebar_position | sidebar_label |
---|---|
56 | Utilities |
ClickHouse Utility
- clickhouse-local — Allows running SQL queries on data without starting 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.
- clickhouse-format — Enables formatting input queries.
- ClickHouse obfuscator — Obfuscates data.
- ClickHouse compressor — Compresses and decompresses data.
- clickhouse-odbc-bridge — A proxy server for ODBC driver.