milvus object storage i/o performance #37362
Unanswered
rere950303
asked this question in
Q&A and General discussion
Replies: 1 comment
-
Minio/S3 I/O only affects the time cost for load process, doesn't affect search/query performance because data has been loaded into memory. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When using object storage such as
minio
,s3
in milvus, I think the I/O performance is not that important. Is that right?Both memory index and disk index are cached in the querynode memory or local disk, and in the case of the growing segment, the querynode maintains it in memory and the datanode flushes it to the object storage, so the I/O performance of the object storage does not seem that important. If I am wrong, please comment.
Beta Was this translation helpful? Give feedback.
All reactions