aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2020-03-24 22:14:48 -0700
committerGitHub <noreply@github.com>2020-03-24 22:14:48 -0700
commit1d918d6d19095199d6404fe83cba94cc00d456b3 (patch)
tree8eff511ea41f1649065584f3b26a436f7ece6196
parent0dbaa70af263d2645fa7fef7d884158c2fa2eb59 (diff)
downloadseaweedfs-1d918d6d19095199d6404fe83cba94cc00d456b3.tar.xz
seaweedfs-1d918d6d19095199d6404fe83cba94cc00d456b3.zip
Update README.md
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7979a0a98..f0d5412fc 100644
--- a/README.md
+++ b/README.md
@@ -370,6 +370,7 @@ The architectures are mostly the same. SeaweedFS aims to store and read files fa
| SeaweedFS Filer| Linearly Scalable, Customizable | O(1) disk seek | FUSE | Yes | Yes |
| GlusterFS | hashing | | FUSE, NFS | | |
| Ceph | hashing + rules | | FUSE | Yes | |
+| MooseFS | in memory | | FUSE | | No |
[Back to TOC](#table-of-contents)
@@ -383,7 +384,7 @@ GlusterFS hashes the path and filename into ids, and assigned to virtual volumes
### Compared to MooseFS ###
-MooseFS choose to neglect small file issue. From moosefs 3.0 manual, "even a small file will occupy 64KiB plus additionally 4KiB of checksums and 1KiB for the header", because it "was initially designed for keeping large amounts (like several thousands) of very big files"
+MooseFS chooses to neglect small file issue. From moosefs 3.0 manual, "even a small file will occupy 64KiB plus additionally 4KiB of checksums and 1KiB for the header", because it "was initially designed for keeping large amounts (like several thousands) of very big files"
MooseFS Master Server keeps all meta data in memory. Same issue as HDFS namenode.