mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Update README.md
This commit is contained in:
parent
410b818aa7
commit
7fc98da709
|
@ -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 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.
|
MinIO has full-time erasure coding. SeaweedFS uses replication on hot data for faster speed and optionally applies erasure coding on warm data.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue