Can loading a collection, support an LRU cache in memory? #37701
Replies: 2 comments 6 replies
-
In my opinion, it is better to do this in the upper applications. A milvus server might serve multiple clients, automatically releasing a collection will block the service of the other clients. |
Beta Was this translation helpful? Give feedback.
-
@lovepeacemz We do working the automatically LRU feature but I guess under you case you need to load every collection onto disk use mmap. I would also recommend the zilliz cloud capacity optimized instance. It should give you a great balance between cost and performance |
Beta Was this translation helpful? Give feedback.
-
I have many collections. When loading a collection, can it support an LRU (Least Recently Used) cache in memory? For example, when I first load Collection A and then load Collection B, can Collection A be automatically released due to insufficient memory?
Beta Was this translation helpful? Give feedback.
All reactions