mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 17:48:29 +08:00
Cherry-pick from master pr: #40559 See also #40558 Related to #35303 & #38066 as well This PR: - Add `BufferedForward` to limit memory usage forwarding stream delete - Add `UseLoad` flag to determine `Delete` shall use `segment.Delete` or `segment.LoadDelta` - Fix delegator accidentally use always true candidate while load streaming delta --------- --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>