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.
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 |
Description |
Default Value |
TCP port of index coordinator. |
31000 |
Description |
Default Value |
The maximum size of each RPC request that the index coord can receive.
Unit: Byte
|
2147483647 |
Description |
Default Value |
The maximum size of each respond the index coord can send when receiving an RPC request.
Unit: Byte
|
2147483647 |
Description |
Default Value |
The maximum size of each respond that the index coord can receive when sending an RPC request.
Unit: Byte
|
104857600 |
Description |
Default Value |
The maximum size of each RPC request that the index coord can send.
Unit: Byte
|
104857600 |