aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2019-06-11 10:11:00 -0700
committerGitHub <noreply@github.com>2019-06-11 10:11:00 -0700
commitc542714448cff02e72ddc75f30712c24c3b3024f (patch)
tree2a85b3882aeb4e73147e244bc0d5685fc3e71c36
parentfe78cc0bc9b5b765f24e9be928a99a8fafd98be0 (diff)
downloadseaweedfs-c542714448cff02e72ddc75f30712c24c3b3024f.tar.xz
seaweedfs-c542714448cff02e72ddc75f30712c24c3b3024f.zip
Update README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index cfcdea013..d2afb479c 100644
--- a/README.md
+++ b/README.md
@@ -85,7 +85,7 @@ SeaweedFS started as an Object Store to handle small files efficiently. Instead
There is only 40 bytes of disk storage overhead for each file's metadata. It is so simple with O(1) disk reads that you are welcome to challenge the performance with your actual use cases.
-SeaweedFS started by implementing [Facebook's Haystack design paper](http://www.usenix.org/event/osdi10/tech/full_papers/Beaver.pdf).
+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)
SeaweedFS can work very well with just the object store. [[Filer]] can then be added later to support directories and POSIX attributes. Filer is a separate linearly-scalable stateless server with customizable metadata stores, e.g., MySql/Postgres/Redis/Cassandra/LevelDB.