ClickHouse/docs/ja/interfaces/tcp.md
2024-11-18 11:58:58 +09:00

10 lines
759 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
slug: /ja/interfaces/tcp
sidebar_position: 18
sidebar_label: ネイティブ インターフェース (TCP)
---
# ネイティブ インターフェース (TCP)
ネイティブプロトコルは、[コマンドラインクライアント](../interfaces/cli.md)で使用され、分散クエリ処理中のサーバー間通信や他のC++プログラムでも使用されます。残念ながら、ネイティブClickHouseプロトコルにはまだ正式な仕様がありませんが、ClickHouseのソースコード[こちら](https://github.com/ClickHouse/ClickHouse/tree/master/src/Client)あたりからをリバースエンジニアリングすることや、TCPトラフィックを傍受して分析することで理解できます。