Skip to content

[Enhancement]: Support only-sealed load operation for Milvus #41376

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

Open
1 task done
chyezh opened this issue Apr 17, 2025 · 3 comments
Open
1 task done

[Enhancement]: Support only-sealed load operation for Milvus #41376

chyezh opened this issue Apr 17, 2025 · 3 comments
Assignees
Labels
kind/enhancement Issues or changes related to enhancement

Comments

@chyezh
Copy link
Contributor

chyezh commented Apr 17, 2025

Is there an existing issue for this?

  • I have searched the existing issues

What would you like to be added?

Currently, milvus load operation will always load the growing segment.
But in some scene, User only want to load the sealed segment, and only search the sealed segment.
So we need to support a new load option to ask milvus only load sealed segment.

Why is this needed?

No response

Anything else?

No response

@chyezh chyezh added the kind/enhancement Issues or changes related to enhancement label Apr 17, 2025
@chyezh chyezh self-assigned this Apr 17, 2025
@xiaofan-luan
Copy link
Collaborator

so load have multiple types?
active, lazy and historical load?

@chyezh
Copy link
Contributor Author

chyezh commented Apr 18, 2025

so load have multiple types? active, lazy and historical load?

From my understanding, the load option is orthogonal to options such as lazy.
User can use lazy and historical together, is it? @liliu-z

@xiaofan-luan
Copy link
Collaborator

yes, it's just another different mode, we can multiple mode together

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement Issues or changes related to enhancement
Projects
None yet
Development

No branches or pull requests

2 participants