ClickHouse/docs/en/interfaces/tcp.md
2019-09-23 19:18:19 +03:00

562 B

Native Interface (TCP)

The native protocol is used in the command-line client, for interserver communication during distributed query processing, and also in other C++ programs. Unfortunately, native ClickHouse protocol does not have formal specification yet, but it can be reverse engineered from ClickHouse source code (starting around here) and/or by intercepting and analyzing TCP traffic.

Original article