Local Storage-related Configurations
Milvus Docs 需要你的帮助
本文档暂时没有中文版本,欢迎你成为社区贡献者,协助中文技术文档的翻译。你可以通过页面右边的 编辑 按钮直接贡献你的翻译。更多详情,参考 贡献指南。如需帮助,你可以 提交 GitHub Issue。
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 |