ClickHouse/docs/en/interfaces/tcp.md
2022-08-28 10:53:34 -04:00

12 lines
662 B
Markdown

---
slug: /en/interfaces/tcp
sidebar_position: 18
sidebar_label: Native Interface (TCP)
---
# Native Interface (TCP)
The native protocol is used in the [command-line client](../interfaces/cli.md), 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](https://github.com/ClickHouse/ClickHouse/tree/master/src/Client)) and/or by intercepting and analyzing TCP traffic.
[Original article](https://clickhouse.com/docs/en/interfaces/tcp/) <!--hide-->