-
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: Filter out non-hit delete records during load delta #36207
enhance: Filter out non-hit delete records during load delta #36207
Conversation
Related to milvus-io#35303 This PR utilizes pk index in segment to exclude non-hit delete record during load delete records. This ability is crucial when l0/delete forward policy only replies on segment itself(without BF filtering). 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 ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #36207 +/- ##
===========================================
+ Coverage 72.31% 84.77% +12.45%
===========================================
Files 1276 994 -282
Lines 152054 126887 -25167
===========================================
- Hits 109965 107567 -2398
+ Misses 37153 14381 -22772
- Partials 4936 4939 +3 |
Signed-off-by: Congqi Xia <[email protected]>
/lgtm |
…io#36207) Related to milvus-io#35303 This PR utilizes pk index in segment to exclude non-hit delete record during load delete records. This ability is crucial when l0/delete forward policy only replies on segment itself(without BF filtering). --------- Signed-off-by: Congqi Xia <[email protected]>
…36207) (#36272) Cherry-pick from master pr: #36207 Related to #35303 This PR utilizes pk index in segment to exclude non-hit delete record during load delete records. This ability is crucial when l0/delete forward policy only replies on segment itself(without BF filtering). --------- Signed-off-by: Congqi Xia <[email protected]>
Related to #35303
This PR utilizes pk index in segment to exclude non-hit delete record during load delete records. This ability is crucial when l0/delete forward policy only replies on segment itself(without BF filtering).