From 71dfecd96d5766b09ab523d4cd4c242a7e785da1 Mon Sep 17 00:00:00 2001 From: chrislusf Date: Thu, 16 Apr 2015 17:18:14 -0700 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bf7888b8d..8e584d95d 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,7 @@ 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 models after [Facebook's Haystack design paper](http://www.usenix.org/event/osdi10/tech/full_papers/Beaver.pdf). - -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 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. ![](https://api.bintray.com/packages/chrislusf/seaweedfs/seaweedfs/images/download.png)