Skip to content

About the implementation and performance of the update operation #4182

Discussion options

You must be logged in to vote

What is your scenario where you need to use frequent data updates?

The current Milvus update scheme only supports to deleteByEntity() and then Insert(), which does affect performance. You can refer to the Compact segments in the storage operation, and the attribute filtering is also highly recommended.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by sahuang
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants