'After milvus is started, where is the newly inserted data stored?

I follow this link to start Milvus1.1.1. After I started it successfully, I inserted some data into it. But I don't know where my data is saved.



Solution 1:[1]

For milvus1.1, the storage path is defined in server_config.yaml, storage.path, there should be like below block in configurations:

storage:
  path: /var/lib/milvus

So the default data storage location is /var/lib/milvus

Sources

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

Source: Stack Overflow

Solution Source
Solution 1 Ji Bin