简体   繁体   中英

A question about loadCollections() in Milvus

In the loadCollection() method, the first time I load four partitions (test1,test2,test3,test4), and the memory is full. Then I load a partition (test5) in the second time. Will the memory only contain the data from the newly loaded partition test5, or will the some data from the previous partitions (test1,test2,test3,test4) be swapped out?

Your second suppose is correct. When the memory is full, calling loadCollection() will result in a data swap.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM