'Does milvus auto-flush inserted data to object storage? or do we have to manually call flush?

I used the milvus1.x version in the past. After I insert data, I need to call the flush interface to ensure that the data is placed on the disk, so as to ensure that the newly inserted data can be searched. But when I used milvus2.0, I didn't find the flush() interface. Can Milvus 2.0 automatically flush newly inserted data now? Or do I have to call it manually too?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source