milvus/internal
yihao.dai 2da19b3166
enhance: [2.5] Optimize memory usage during garbage collection (#42631)
Defer clone and decompress operations until just before removing from
meta, instead of eagerly applying them to all segments in advance.

issue: https://github.com/milvus-io/milvus/issues/42592

pr: https://github.com/milvus-io/milvus/pull/42593

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-06-13 03:06:37 +08:00
..