ClickHouse/docs/ja/interfaces/tcp.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
759 B
Markdown
Raw Normal View History

2024-11-18 02:58:58 +00:00
---
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トラフィックを傍受して分析することで理解できます。