From 7fc98da709f9582bc27fad64bd2d718d6b7c5173 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Mon, 19 Oct 2020 17:27:40 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d816c23d..1cf0475f7 100644 --- a/README.md +++ b/README.md @@ -429,7 +429,7 @@ MinIO metadata are in simple files. Each file write will incur meta file writes. MinIO does not have optimization for large number of small files. -MinIO has multiple disk IO to read one file. SeaweedFS has O(1) disk reads. +MinIO has multiple disk IO to read one file. SeaweedFS has O(1) disk reads, even for erasure coded files. MinIO has full-time erasure coding. SeaweedFS uses replication on hot data for faster speed and optionally applies erasure coding on warm data.