milvus object storage i/o performance #37362
-
When using object storage such as 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.
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.
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.