Get Index Size of individual vector fields #42587
Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
-
I would be really helpful if you offer following information
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
In Milvus 2.5.12, I have collections with multiple vector fields. I use
client.load_collection(
collection_name=collection_name,
load_fields=["id",one_vector_field_name]
skip_load_dynamic_field=True
)
And I want to see the memory consumption of loading the column with a specific index. However, the memory consumption of the milvus process even without other jobs is very unstable. For example, the same ivfpq index has occupied 10 - 40GB on the same field on different loads. Is there a way to directly get the size of the index on that specific column?
In addition, this might be a bug on load_fields. Sometimes, when I try to load a large hnsw index, the load status returned as but I cannot query the collection. The error says that field is not loaded.
Beta Was this translation helpful? Give feedback.
All reactions