Milvus Docs 需要你的帮助
本文档暂时没有中文版本,欢迎你成为社区贡献者,协助中文技术文档的翻译。
你可以通过页面右边的
编辑 按钮直接贡献你的翻译。更多详情,参考
贡献指南。如需帮助,你可以
提交 GitHub Issue。
This topic introduces the index coordinator-related configurations of Milvus.
Index coordinator (index coord) manages topology of the index nodes, and maintains index metadata.
Under this section, you can configure index coord address, etc.
indexCoord.address
Description |
Default Value |
TCP/IP address of index coordinator.
Index coordinator monitors all IPv4 addresses if this parameter is set as 0.0.0.0 .
|
localhost |
indexCoord.port
Description |
Default Value |
TCP port of index coordinator. |
31000 |
indexCoord.grpc.serverMaxRecvSize
Description |
Default Value |
The maximum size of each RPC request that the index coord can receive.
Unit: Byte
|
2147483647 |
indexCoord.grpc.serverMaxSendSize
Description |
Default Value |
The maximum size of each respond the index coord can send when receiving an RPC request.
Unit: Byte
|
2147483647 |
indexCoord.grpc.clientMaxRecvSize
Description |
Default Value |
The maximum size of each respond that the index coord can receive when sending an RPC request.
Unit: Byte
|
104857600 |
indexCoord.grpc.clientMaxSendSize
Description |
Default Value |
The maximum size of each RPC request that the index coord can send.
Unit: Byte
|
104857600 |