aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchrislusf <chris.lu@gmail.com>2015-04-16 17:19:51 -0700
committerchrislusf <chris.lu@gmail.com>2015-04-16 17:19:51 -0700
commit382441f9ff7d1a30811504cafcec291e0bc07b7e (patch)
treeb49212e9c448db3eed1e55724406ff00a5665bb6
parent71dfecd96d5766b09ab523d4cd4c242a7e785da1 (diff)
downloadseaweedfs-382441f9ff7d1a30811504cafcec291e0bc07b7e.tar.xz
seaweedfs-382441f9ff7d1a30811504cafcec291e0bc07b7e.zip
Update README.mdv0.70beta
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8e584d95d..df28521fb 100644
--- a/README.md
+++ b/README.md
@@ -17,8 +17,9 @@ Instead of supporting full POSIX file system semantics, SeaweedFS choose to impl
Instead of managing all file metadata in a central master, SeaweedFS choose to manages file volumes in the central master, and let volume servers manage files and the metadata. This relieves concurrency pressure from the central master and spreads file metadata into volume servers' memories, allowing faster file access with just one disk read operation!
-SeaweedFS costs only 40 bytes disk storage for each file's metadata. The volume storage is modelled after [Facebook's Haystack design paper](http://www.usenix.org/event/osdi10/tech/full_papers/Beaver.pdf). It is so simple with O(1) disk read that you are welcome to challenge the performance with your actual use cases.
+SeaweedFS costs only 40 bytes disk storage for each file's metadata. It is so simple with O(1) disk read 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). It grows with more features along the way.
![](https://api.bintray.com/packages/chrislusf/seaweedfs/seaweedfs/images/download.png)
https://bintray.com/chrislusf/seaweedfs/seaweedfs Download latest compiled binaries for different platforms here.