-
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: record memory size (uncompressed) item for index #38844
base: 2.5
Are you sure you want to change the base?
enhance: record memory size (uncompressed) item for index #38844
Conversation
- Current milvus use a serialized index size(compressed) for estimate resource for loading. - Add a new field MemSize (before compressing) for index to estimate resource. Signed-off-by: chyezh <[email protected]>
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: chyezh The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
rerun ut |
@chyezh cpp-unit-test check failed, comment |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 2.5 #38844 +/- ##
===========================================
- Coverage 81.05% 69.43% -11.63%
===========================================
Files 1383 297 -1086
Lines 195501 26501 -169000
===========================================
- Hits 158466 18400 -140066
+ Misses 31461 8101 -23360
+ Partials 5574 0 -5574
|
Signed-off-by: chyezh <[email protected]>
Signed-off-by: chyezh <[email protected]>
issue: #38715
pr: #38770