mirror of https://github.com/milvus-io/milvus.git
parent
59a72a61f7
commit
22f04f90ff
|
@ -87,7 +87,7 @@ proxy:
|
|||
timeTick:
|
||||
bufSize: 512
|
||||
maxNameLength: 255 # max name length of collection or alias
|
||||
maxFieldNum: 64 # max field number of a collection
|
||||
maxFieldNum: 256 # max field number of a collection
|
||||
maxDimension: 32768 # Maximum dimension of vector
|
||||
maxShardNum: 256 # Maximum number of shards in a collection
|
||||
maxTaskNum: 1024 # max task number of proxy task queue
|
||||
|
|
Loading…
Reference in New Issue