Record Deletion in Milvus v2.4.6: Deleted Records Still Visible #38366
-
I am using Milvus v2.4.6, deployed on a Kubernetes cluster via Helm Chart. The setup includes:
I have noticed an issue where some records that are deleted remain visible indefinitely. Even after ensuring the deletion operation is completed, querying the collection still returns the deleted records. Questions:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Possible reasons:
Try upgrading your milvus to the latest version of v2.4 |
Beta Was this translation helpful? Give feedback.
Possible reasons:
The consistency_level is not "Strong". Delete requests are processed asynchrony, if you call search() immediately after delete(), and the consistency_level is not "Strong", the deleted items might be visible to search.
Bugs in old versions. We have fixed known issue about delete in recently versions, such as:
Try upgrading your milvus to the latest version of v2.4