-
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: Reduce memory usage of BF in DataNode and QueryNode #38129
Conversation
@bigsheeper E2e jenkins job failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #38129 +/- ##
===========================================
+ Coverage 69.71% 81.10% +11.39%
===========================================
Files 299 1404 +1105
Lines 26768 197767 +170999
===========================================
+ Hits 18661 160400 +141739
- Misses 8107 31719 +23612
- Partials 0 5648 +5648
|
Signed-off-by: bigsheeper <[email protected]>
ef5e8e9
to
b9d0a90
Compare
…38133) 1. DataNode: Skip generating BF during the insert phase (BF will be regenerated during the sync phase). 2. QueryNode: Skip generating or maintaining BF for growing segments; deletion checks will be handled in the segcore. issue: #37630 pr: #38129 --------- Signed-off-by: bigsheeper <[email protected]>
@bigsheeper E2e jenkins job failed, comment |
/run-cpu-e2e |
@bigsheeper E2e jenkins job failed, comment |
/run-cpu-e2e |
@bigsheeper go-sdk check failed, comment |
rerun go-sdk |
@bigsheeper go-sdk check failed, comment |
rerun go-sdk |
@bigsheeper go-sdk check failed, comment |
rerun go-sdk |
@bigsheeper go-sdk check failed, comment |
@bigsheeper go-sdk check failed, comment |
Signed-off-by: bigsheeper <[email protected]>
/approve |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: bigsheeper, czs007 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 |
…38913) 1. DataNode: Skip generating BF during the insert phase (BF will be regenerated during the sync phase). 2. QueryNode: Skip generating or maintaining BF for growing segments; deletion checks will be handled in the segcore. issue: #37630 pr: #38129 --------- Signed-off-by: bigsheeper <[email protected]>
…io#38129) 1. DataNode: Skip generating BF during the insert phase (BF will be regenerated during the sync phase). 2. QueryNode: Skip generating or maintaining BF for growing segments; deletion checks will be handled in the segcore. issue: milvus-io#37630 --------- Signed-off-by: bigsheeper <[email protected]>
issue: #37630