yihao.dai
yihao.dai
issue: https://github.com/milvus-io/milvus/issues/35662
issue: https://github.com/milvus-io/milvus/issues/35662 pr: https://github.com/milvus-io/milvus/pull/35819
### Is there an existing issue for this? - [X] I have searched the existing issues ### What would you like to be added? Currently, the e2e tests can't verify...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version:master&2.4 - Deployment mode(standalone or cluster): - MQ type(rocksmq,...
Remove the reference counting and replace it with the `ReleaseCollection` RPC. issue: https://github.com/milvus-io/milvus/issues/36918
issue: https://github.com/milvus-io/milvus/issues/36890
Custom `jsonRender` that encodes JSON data directly into the response stream, it uses less memory since it does not buffer the entire JSON structure before sending it, unlike `c.JSON` in...
Batch `GetIndexInfos` calls for segments to reduce RPC calls. issue: https://github.com/milvus-io/milvus/issues/37634
When there are a large number of segments, the metrics consume a lot of memory. This PR Remove segment-level tag from monitoring metrics. issue: https://github.com/milvus-io/milvus/issues/37636
### Is there an existing issue for this? - [X] I have searched the existing issues ### Environment ```markdown - Milvus version: master&2.4 - Deployment mode(standalone or cluster): - MQ...