-
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 |
@chyezh go-sdk check failed, comment |
rerun go-sdk |
@chyezh go-sdk check failed, comment |
dbf4b36
to
1831a35
Compare
@chyezh E2e jenkins job failed, comment |
/run-cpu-e2e |
1831a35
to
0db8290
Compare
438db1d
to
8f01a59
Compare
@chyezh cpp-unit-test check failed, comment |
8f01a59
to
d51cd6b
Compare
@chyezh go-sdk check failed, comment |
rerun go-sdk |
rerun ut |
1 similar comment
rerun ut |
d51cd6b
to
54f939c
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]>
54f939c
to
6cc2ced
Compare
@chyezh cpp-unit-test check failed, comment |
Signed-off-by: chyezh <[email protected]>
6cc2ced
to
fd22729
Compare
@chyezh go-sdk check failed, comment |
rerun go-sdk |
@chyezh go-sdk check failed, comment |
rerun go-sdk |
issue: #38715
MemSize
(before compressing) for index to estimate resource.