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

enhance: [2.4] Batch forward delete when using DirectForward (#37076) #37107

Merged
merged 1 commit into from
Oct 25, 2024

Commits on Oct 24, 2024

  1. enhance: Batch forward delete when using DirectForward (milvus-io#37076)

    Relatedt milvus-io#36887
    
    DirectFoward streaming delete will cause memory usage explode if the
    segments number was large. This PR add batching delete API and using it
    for direct forward implementation.
    
    Signed-off-by: Congqi Xia <[email protected]>
    congqixia committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1adfe46 View commit details
    Browse the repository at this point in the history