ClickHouse/docs/en/interfaces/tcp.md

11 lines
640 B
Markdown
Raw Normal View History

2020-04-03 13:23:32 +00:00
---
toc_priority: 18
toc_title: Native Interface (TCP)
---
2020-03-20 10:10:48 +00:00
# Native Interface (TCP) {#native-interface-tcp}
2017-04-03 19:49:50 +00:00
2020-04-03 15:14:31 +00:00
The native protocol is used in the [command-line client](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.
2020-01-30 10:34:55 +00:00
[Original article](https://clickhouse.tech/docs/en/interfaces/tcp/) <!--hide-->