You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently Milvus only support delete by ID, and under some cases user has no idea about what the ID is but some of the expressions such as A > 100 or B = 100 & C=1
Describe the solution you'd like.
We can separate the operation into three steps:
get a delete timestamp
query with the expression and delete timstamp
based on the query ID, delete all the related entity in batch
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Rotten issues close after 30d of inactivity. Reopen the issue with /reopen.
Is there an existing issue for this?
Is your feature request related to a problem? Please describe.
Currently Milvus only support delete by ID, and under some cases user has no idea about what the ID is but some of the expressions such as A > 100 or B = 100 & C=1
Describe the solution you'd like.
We can separate the operation into three steps:
Describe an alternate solution.
No response
Anything else? (Additional Context)
No response
The text was updated successfully, but these errors were encountered: