milvus-logo

Index Node-related Configurations

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
    On this page