milvus/internal/util/indexcgowrapper
Zhen Ye adfc3f945e
enhance: record memory size (uncompressed) item for index (#38844)
issue: #38715 
pr: #38770

- Current milvus use a serialized index size(compressed) for estimate
resource for loading.
- Add a new field MemSize (before compressing) for index to estimate
resource.

---------

Signed-off-by: chyezh <chyezh@outlook.com>
2025-01-14 10:33:06 +08:00
..
build_index_info.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
codec_index_test.go enhance: make new go package to manage proto (#39128) 2025-01-10 10:53:01 +08:00
dataset.go feat: [Sparse Float Vector] add sparse vector support to milvus components (#30630) 2024-03-13 14:32:54 -07:00
helper.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
index.go enhance: record memory size (uncompressed) item for index (#38844) 2025-01-14 10:33:06 +08:00
index_bench.go Unify interface of vector index & scalar index. (#15959) 2022-03-21 14:23:24 +08:00
index_test.go Add float16 approve for multi-type part (#28427) 2024-01-11 15:48:51 +08:00