Is SSD required? #39566
Replies: 2 comments
-
The hardware/software requirement of milvus: It mentioned etcd requires high-speed disk: If you use DISKANN index type, it also requires high-speed disk: And, sometimes you need to query and return vector data or scalar fields data. Since query node only loads index, the original data is on-disk, query node need to read the original data from storage. In this case, mmap will help improving performance, mmap requires high-speed disk: |
Beta Was this translation helpful? Give feedback.
-
SSD is required for etcd. Fro the rest of the component, let's based on whether you need. to enable features like mmap and diskann |
Beta Was this translation helpful? Give feedback.
-
When deploying Milvus core components (nodes&coords) on Kubernetes without using SSDs, what aspects of performance might be impacted?
Beta Was this translation helpful? Give feedback.
All reactions