mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
16 lines
383 B
Plaintext
16 lines
383 B
Plaintext
There is no handle /files
|
|
|
|
Use / or /ping for health checks.
|
|
Or /replicas_status for more sophisticated health checks.
|
|
|
|
Send queries from your program with POST method or GET /?query=...
|
|
|
|
Use clickhouse-client:
|
|
|
|
For interactive data analysis:
|
|
clickhouse-client
|
|
|
|
For batch query processing:
|
|
clickhouse-client --query='SELECT 1' > result
|
|
clickhouse-client < query > result
|