mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
582 B
582 B
slug | sidebar_position | sidebar_label |
---|---|---|
/en/interfaces/tcp | 18 | Native Interface (TCP) |
Native Interface (TCP)
The native protocol is used in the command-line client, for inter-server 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.