Can milvus benefit from indexes which support update/delete #36735
Replies: 2 comments
-
Milvus itself has the machinery to manage update/delete. An index that supports update/delete doesn't help milvus to manage the original data. |
Beta Was this translation helpful? Give feedback.
-
For insertion: |
Beta Was this translation helpful? Give feedback.
-
Hi
I would like to discuss whether milvus can benefit from indices such as fresh DISKANN which supports update and delete.
From what I see, milvus takes care of updates outside of indices scope.
Its nice that the feature is index-agnostic but in some cases this can yield low QPS (for example when many records are deleted, diskann is starting brutforce search)
What if the index has support for updates, will it be to much of an architecture change in milvus to benefit from such support ?
Beta Was this translation helpful? Give feedback.
All reactions