2020-04-03 13:23:32 +00:00
---
2022-04-03 23:05:35 +00:00
toc_folder_title: Utilities
toc_priority: 56
toc_title: Overview
2020-04-03 13:23:32 +00:00
---
2022-04-03 23:05:35 +00:00
# ClickHouse Utility {#clickhouse-utility}
2018-02-26 15:27:36 +00:00
2022-01-10 14:04:22 +00:00
- [clickhouse-local ](../../operations/utilities/clickhouse-local.md ) — Allows running SQL queries on data without starting the ClickHouse server, similar to how `awk` does this.
2020-06-18 08:24:31 +00:00
- [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.
2021-04-25 06:58:57 +00:00
- [clickhouse-format ](../../operations/utilities/clickhouse-format.md ) — Enables formatting input queries.
- [ClickHouse obfuscator ](../../operations/utilities/clickhouse-obfuscator.md ) — Obfuscates data.
- [ClickHouse compressor ](../../operations/utilities/clickhouse-compressor.md ) — Compresses and decompresses data.
- [clickhouse-odbc-bridge ](../../operations/utilities/odbc-bridge.md ) — A proxy server for ODBC driver.
2018-10-16 10:47:17 +00:00