About the implementation and performance of the update operation #4182
-
In the latest scenario, we need to update the 3000w base library with high frequency 在最新的场景中,我们需要对3000w的底库进行高频的更新动作 |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
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 |
Beta Was this translation helpful? Give feedback.
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.