Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature]: Support delete by expression #16938

Closed
1 task done
xiaofan-luan opened this issue May 12, 2022 · 4 comments
Closed
1 task done

[Feature]: Support delete by expression #16938

xiaofan-luan opened this issue May 12, 2022 · 4 comments
Labels
kind/feature Issues related to feature request from users
Milestone

Comments

@xiaofan-luan
Copy link
Collaborator

Is there an existing issue for this?

  • I have searched the existing issues

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:

  1. get a delete timestamp
  2. query with the expression and delete timstamp
  3. based on the query ID, delete all the related entity in batch

Describe an alternate solution.

No response

Anything else? (Additional Context)

No response

@xiaofan-luan xiaofan-luan added the kind/feature Issues related to feature request from users label May 12, 2022
@xiaofan-luan xiaofan-luan added this to the 2.0-Backlog milestone May 12, 2022
@xige-16
Copy link
Contributor

xige-16 commented May 12, 2022

I want to solve this problem for a long time, can I add this feature? @xiaofan-luan

@stale
Copy link

stale bot commented Jun 11, 2022

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.

@stale stale bot added the stale indicates no udpates for 30 days label Jun 11, 2022
@JackLCL JackLCL removed the stale indicates no udpates for 30 days label Jun 16, 2022
@yiwen92
Copy link

yiwen92 commented Nov 8, 2023

Looks like we can close this issue? @xiaofan-luan

@adlternative
Copy link

Has this problem been solved?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Issues related to feature request from users
Projects
None yet
Development

No branches or pull requests

5 participants