Update README.md

This commit is contained in:
chrislusf 2015-04-16 17:19:51 -07:00
parent 71dfecd96d
commit 382441f9ff

View file

@ -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.