diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-09-25 13:33:57 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-25 13:33:57 -0700 |
| commit | d9545d4d6b4f53ae308647baab8b97f1c3b30714 (patch) | |
| tree | 669d0e229ca78409678b53756110fed8676b7fe7 | |
| parent | 41be7a4c8fac9c9455e1804f5f4f057cc52d3180 (diff) | |
| download | seaweedfs-d9545d4d6b4f53ae308647baab8b97f1c3b30714.tar.xz seaweedfs-d9545d4d6b4f53ae308647baab8b97f1c3b30714.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -370,7 +370,7 @@ The architectures are mostly the same. SeaweedFS aims to store and read files fa * SeaweedFS Filer metadata store can be any well-known and proven data stores, e.g., Cassandra, Mongodb, Redis, Elastic Search, MySql, Postgres, MemSql, TiDB, CockroachDB, Etcd etc, and is easy to customized. * SeaweedFS Volume server also communicates directly with clients via HTTP, supporting range queries, direct uploads, etc. -| System | File Meta | File Content Read| POSIX | REST API | Optimized for small files | +| System | File Meta | File Content Read| POSIX | REST API | Optimized for large number of small files | | ------------- | ------------------------------- | ---------------- | ------ | -------- | ------------------------- | | SeaweedFS | lookup volume id, cacheable | O(1) disk seek | | Yes | Yes | | SeaweedFS Filer| Linearly Scalable, Customizable | O(1) disk seek | FUSE | Yes | Yes | |
