diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2020-01-01 13:06:16 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-01 13:06:16 -0800 |
| commit | a21012fea1917274b36b225bfcc32fee366b5fd4 (patch) | |
| tree | 776430f5c20f4e815fc8d73e9909ab901d3da2e5 | |
| parent | 9c139e060131344445d5e90c4ed0aa7d15857b0f (diff) | |
| download | seaweedfs-a21012fea1917274b36b225bfcc32fee366b5fd4.tar.xz seaweedfs-a21012fea1917274b36b225bfcc32fee366b5fd4.zip | |
Update README.md
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ There is only 40 bytes of disk storage overhead for each file's metadata. It is SeaweedFS started by implementing [Facebook's Haystack design paper](http://www.usenix.org/event/osdi10/tech/full_papers/Beaver.pdf). Also, SeaweedFS implements erasure coding with ideas from [f4: Facebookâs Warm BLOB Storage System](https://www.usenix.org/system/files/conference/osdi14/osdi14-paper-muralidhar.pdf) -On top of the object store, optional [Filer] can support directories and POSIX attributes. Filer is a separate linearly-scalable stateless server with customizable metadata stores, e.g., MySql/Postgres/Redis/Etcd/Cassandra/LevelDB/MemSql/TiDB/CockroachDB/etc. +On top of the object store, optional [Filer] can support directories and POSIX attributes. Filer is a separate linearly-scalable stateless server with customizable metadata stores, e.g., MySql, Postgres, Redis, Etcd, Cassandra, LevelDB, MemSql, TiDB, TiKV, CockroachDB, etc. [Back to TOC](#table-of-contents) |
