-
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 #38770
base: master
Are you sure you want to change the base?
enhance: record memory size (uncompressed) item for index #38770
Conversation
[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 |
@chyezh go-sdk check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
@chyezh go-sdk check failed, comment |
@chyezh cpp-unit-test check failed, comment |
4cb8035
to
1ebba3e
Compare
@chyezh cpp-unit-test check failed, comment |
@chyezh go-sdk check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
rerun go-sdk |
@chyezh cpp-unit-test check failed, comment |
@chyezh go-sdk check failed, comment |
rerun go-sdk |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
1ebba3e
to
07910b5
Compare
- 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]>
07910b5
to
5a89096
Compare
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
rerun cpp-unit-test |
@chyezh cpp-unit-test check failed, comment |
Signed-off-by: chyezh <[email protected]>
@chyezh go-sdk check failed, comment |
@chyezh cpp-unit-test check failed, comment |
Signed-off-by: chyezh <[email protected]>
@chyezh go-sdk check failed, comment |
issue: #38715
MemSize
(before compressing) for index to estimate resource.