mirror of https://github.com/milvus-io/milvus.git
[skip ci] Update configuration name (#11656)
Signed-off-by: yudong.cai <yudong.cai@zilliz.com>pull/11663/head
parent
f51ef71b51
commit
77b6439c65
|
@ -65,7 +65,7 @@ queryNode:
|
|||
segcore:
|
||||
chunkRows: 32768 # The number of vectors in a chunk.
|
||||
|
||||
rootcoord:
|
||||
rootCoord:
|
||||
dmlChannelNum: 256 # The number of dml channels created at system startup
|
||||
maxPartitionNum: 4096 # Maximum number of partitions in a collection
|
||||
minSegmentSizeToEnableIndex: 1024 # It's a threshold. When the segment size is less than this value, the segment will not be indexed
|
||||
|
|
Loading…
Reference in New Issue