-
Notifications
You must be signed in to change notification settings - Fork 82
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
Optimize Raw Data Search: BF functions and Intermin Index #909
Comments
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 |
@cqy123456 are we still tracking this here? |
/reopen |
@liliu-z: Reopened this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Purpose:
Knowhere provides Brute Force functions or a JIT intermin index for milvus streaming raw data search.
In order to minimize the additional memory overhead of Milvus raw data search and improve search performance, knowhere will make the following optimizations:
1. bruteforce search with zero copy:
**2. choose SCANN base index as intermin index: **
3. a no memory(NM) version of interim index:
4. milvus related issue:
future works:
The text was updated successfully, but these errors were encountered: