mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
issue: #41435 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **New Features** * Added segment resource tracking and automatic memory/disk accounting during inserts, deletes, loads and reopen. * Exposed a configuration to set interim index memory expansion rate. * Added explicit loaded-resource charge/refund operations and Bloom filter resource lifecycle management. * **Bug Fixes** * Ensured consistent memory-size vs. row-count calculations across segment operations. * Improved resource refunding and cleanup when segments are released or closed. * **Tests** * Added comprehensive resource-tracking and concurrency tests, plus Bloom filter accounting tests. <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Signed-off-by: Shawn Wang <shawn.wang@zilliz.com>