Milvus Docs 需要你的帮助
本文档暂时没有中文版本,欢迎你成为社区贡献者,协助中文技术文档的翻译。
你可以通过页面右边的
编辑 按钮直接贡献你的翻译。更多详情,参考
贡献指南。如需帮助,你可以
提交 GitHub Issue。
This topic introduces the index node-related configurations of Milvus.
Index node builds indexes for vectors.
Under this section, you can configure index node port, etc.
indexNode.port
Description |
Default Value |
TCP port of index node. |
21121 |
indexNode.grpc.serverMaxRecvSize
Description |
Default Value |
The maximum size of each RPC request that the index node can receive.
Unit: Byte
|
2147483647 |
indexNode.grpc.serverMaxSendSize
Description |
Default Value |
The maximum size of each respond the index node can send when receiving an RPC request.
Unit: Byte
|
2147483647 |
indexNode.grpc.clientMaxRecvSize
Description |
Default Value |
The maximum size of each respond that the index node can receive when sending an RPC request.
Unit: Byte
|
104857600 |
indexNode.grpc.clientMaxSendSize
Description |
Default Value |
The maximum size of each RPC request that the index node can send.
Unit: Byte
|
104857600 |