ClickHouse/docs/en/interfaces/tcp.md

6 lines
562 B
Markdown
Raw Normal View History

# Native Interface (TCP)
2017-04-03 19:49:50 +00:00
2019-09-23 16:18:19 +00:00
The native protocol is used in the [command-line client](cli.md), 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](https://github.com/ClickHouse/ClickHouse/tree/master/dbms/src/Client)) and/or by intercepting and analyzing TCP traffic.
[Original article](https://clickhouse.yandex/docs/en/interfaces/tcp/) <!--hide-->