mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 10:59:32 +08:00
Enlarge field number limitation (#12517)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
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
Block a user