milvus/pkg/util/cache
congqixia 1bd65fc1ce
enhance: remove deprecated lazy load code (#47590)
Related to #44452

Remove the deprecated lazy load feature which has been superseded by
warmup-related parameters. This cleanup includes:

- Remove AddFieldDataInfoForSealed from C++ segcore layer
- Remove IsLazyLoad() method and isLazyLoad field from segment
- Remove lazy load checks in proxy alterCollectionTask
- Remove DiskCache lazy load handling in search/retrieve paths
- Remove LazyLoadEnableKey constant and related helper functions
- Update mock files to reflect interface changes

---------

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2026-02-10 14:14:44 +08:00
..
cache.go enhance: remove deprecated lazy load code (#47590) 2026-02-10 14:14:44 +08:00
cache_test.go
monitor.go