最大字段数量限制为64,那么动态字段有数量限制吗? #41324
Replies: 1 comment 1 reply
-
字段数量由milvus.yaml中的proxy.maxFieldNum限制,不建议设置超过64个。
动态字段都存在一个特殊的JSON字段中,理论上不限制字段数量。 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
当我想要创建一个collection 包含74个字段时,提示错误: MilvusException: (code=65535, message=maximum field's number should be limited to 64 , 然后我将字段数量减少到 64以下之后,才能创建成功。将多余的字段自动插入到动态字段中了,那么动态字段有数量限制吗?
Beta Was this translation helpful? Give feedback.
All reactions