-
Notifications
You must be signed in to change notification settings - Fork 0
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
Mertify update #67
Mertify update #67
Conversation
Unref the removed L0 segment count. issue: milvus-io#36918 Signed-off-by: bigsheeper <[email protected]>
Related to milvus-io#37112 Skip load logic used to work only when there is multiple segment load info entires in load request. In continous delete case, delegator still loads l0 segment, which occupies lot of memory. Signed-off-by: Congqi Xia <[email protected]>
…ata (milvus-io#37154) Segment with numrow 0 don't init bm25 stats, cause flush with bm25 stats failed. relate: milvus-io#37150 Signed-off-by: aoiasd <[email protected]>
milvus-io#37146 Signed-off-by: sunby <[email protected]>
milvus-io#32900 Signed-off-by: luzhang <[email protected]> Co-authored-by: luzhang <[email protected]>
issue: milvus-io#34298 Signed-off-by: xianliang.li <[email protected]>
issue: milvus-io#36621 1. Add API to access task runtime metrics, including: - build index task - compaction task - import task - balance (including load/release of segments/channels and some leader tasks on querycoord) - sync task 2. Add a debug model to the webpage by using debug=true or debug=false in the URL query parameters to enable or disable debug mode. Signed-off-by: jaime <[email protected]>
…vus-io#37127) Related to milvus-io#35303 Slice of `storage.PrimaryKey` will have extra interface cost for each element, which may cause notable memory usage when delta row count number is large. This PR replaces PrimaryKey slice with PrimaryKeys interface saving the extra interface cost. --------- Signed-off-by: Congqi Xia <[email protected]>
/kind improvement Signed-off-by: zhuwenxing <[email protected]>
/kind improvement Signed-off-by: zhuwenxing <[email protected]>
Signed-off-by: Yellow Shine <[email protected]>
@yellow-shine Thanks for your contribution. Please submit with DCO, see the contributing guide https://github.com/milvus-io/milvus/blob/master/CONTRIBUTING.md#developer-certificate-of-origin-dco. |
Invalid PR Title Format Detected Your PR submission does not adhere to our required standards. To ensure clarity and consistency, please meet the following criteria:
Required Title Structure:
Where Example:
Please review and update your PR to comply with these guidelines. |
No description provided.