milvus-io / pymilvus

Python SDK for Milvus.
Apache License 2.0
980 stars 312 forks source link

[QUESTION]: RAM Status Query #843

Open avihe opened 2 years ago

avihe commented 2 years ago

Is there an existing issue for this?

What is your question?

Hi, What is the best way to know how much memory is loaded on the RAM after I use the load() function? More specifically - is there an API function for querying the RAM usage the collection will use after calling the load() function?

Anything else?

No response

XuanYang-cn commented 2 years ago

/assign @xige-16

XuanYang-cn commented 2 years ago

@avihe I'm afraid there's no efficiant way to check the memory usage the collection will use after calling the load(). However, we are planning to add a new API to support this.

Please look forward to the upcoming PyMilvus version.