Local Storage-related Configurations
This topic introduces the local storage-related configurations of Milvus.
Milvus stores the vector data in local storage during search or query to avoid repetitive access to MinIO or S3 service.
Under this section, you can enable local storage, and configure the path, etc.
localStorage.path
Description | Default Value |
---|---|
localStorage.enabled is set as true . |
/var/lib/milvus/data |
localStorage.enabled
Description | Default Value |
---|---|
Switch value to control if to enable the local storage of the vector data to avoid repetitve access to MinIO or S3 service. | true |