indexNode-related Configurations
indexNode.enableDisk
Description | Default Value |
---|---|
enable index node build disk vector index | true |
indexNode.ip
Description | Default Value |
---|---|
TCP/IP address of indexNode. If not specified, use the first unicastable address |
indexNode.port
Description | Default Value |
---|---|
TCP port of indexNode | 21121 |
indexNode.grpc.serverMaxSendSize
Description | Default Value |
---|---|
The maximum size of each RPC request that the indexNode can send, unit: byte | 536870912 |
indexNode.grpc.serverMaxRecvSize
Description | Default Value |
---|---|
The maximum size of each RPC request that the indexNode can receive, unit: byte | 268435456 |
indexNode.grpc.clientMaxSendSize
Description | Default Value |
---|---|
The maximum size of each RPC request that the clients on indexNode can send, unit: byte | 268435456 |
indexNode.grpc.clientMaxRecvSize
Description | Default Value |
---|---|
The maximum size of each RPC request that the clients on indexNode can receive, unit: byte | 536870912 |