Update index.md

本地人 -> 本地
This commit is contained in:
Reilee 2019-11-22 12:28:23 +09:00 committed by GitHub
parent b75b6c294d
commit f8d3a0d522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
ClickHouse提供了两个网络接口两者都可以选择包装在TLS中以提高安全性
* [HTTP](http.md),记录在案,易于使用.
* [本地TCP](tcp.md),这有较少的开销.
* [本地TCP](tcp.md),这有较少的开销.
在大多数情况下,建议使用适当的工具或库,而不是直接与这些工具或库进行交互。 Yandex的官方支持如下
* [命令行客户端](cli.md)