milvus 2.5版本是否支持增加字段,以及实现局部列更新 #41848
Unanswered
qy513449931
asked this question in
Q&A and General discussion
Replies: 2 comments 3 replies
-
|
预计2.6版本支持增加字段的功能。 update collection set xxx='xxx' where a1=1 这样的功能我们称为“partial update”,有不少用户需要这个功能。由于架构上的一些限制,要先对milvus内部进行重构才能推进这个功能的实现,恐怕要到3.0版本才有这个功能。 |
Beta Was this translation helpful? Give feedback.
3 replies
-
|
好的,非常感谢您的回复 |
Beta Was this translation helpful? Give feedback.
0 replies
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,现在需要新增一个字段,用做标量筛选,现在有个疑问是milvus是否支持增加字段,以及根据某一个标识实现 update collection set xxx='xxx' where a1=1 这种更新功能,如果做整行覆盖太耗时了,毕竟产生向量就非常费时
Beta Was this translation helpful? Give feedback.
All reactions