-
Notifications
You must be signed in to change notification settings - Fork 3k
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: Add secondary index for querynode segment manager #38311
enhance: Add secondary index for querynode segment manager #38311
Conversation
Related to milvus-io#37630 Add secondary index with vchannel to reduce `GetBy` rlock holding time when segment number is large. Signed-off-by: Congqi Xia <[email protected]>
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: congqixia The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38311 +/- ##
==========================================
- Coverage 81.08% 81.04% -0.05%
==========================================
Files 1372 1373 +1
Lines 191671 191704 +33
==========================================
- Hits 155412 155359 -53
- Misses 30762 30833 +71
- Partials 5497 5512 +15
|
…38312) Cherry pick from pr #38311 Related to #37630 Add secondary index with vchannel to reduce `GetBy` rlock holding time when segment number is large. Signed-off-by: Congqi Xia <[email protected]>
/lgtm |
…#38311) Related to milvus-io#37630 Add secondary index with vchannel to reduce `GetBy` rlock holding time when segment number is large. Signed-off-by: Congqi Xia <[email protected]>
Related to #37630
Add secondary index with vchannel to reduce
GetBy
rlock holding time when segment number is large.