aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chrislusf@users.noreply.github.com>2021-01-13 13:04:47 -0800
committerGitHub <noreply@github.com>2021-01-13 13:04:47 -0800
commit3c5b0ed8e37ae503f355cfad92d0059a44007cc7 (patch)
tree8b377990369872af7bf5291a864588c2ebc2e9ec
parent9d1d6f7adff74665ecd4ca5a500a024a1af6e10a (diff)
downloadseaweedfs-3c5b0ed8e37ae503f355cfad92d0059a44007cc7.tar.xz
seaweedfs-3c5b0ed8e37ae503f355cfad92d0059a44007cc7.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 d23df4224..f55f35826 100644
--- a/README.md
+++ b/README.md
@@ -78,7 +78,7 @@ SeaweedFS is a simple and highly scalable distributed file system. There are two
SeaweedFS started as an Object Store to handle small files efficiently. Instead of managing all file metadata in a central master, the central master only manages volumes on volume servers, and these volume servers manage files and their metadata. This relieves concurrency pressure from the central master and spreads file metadata into volume servers, allowing faster file access (O(1), usually just one disk read operation).
-SeaweedFS can transparently integrate with the cloud. With hot data on local cluster, and warm data on the cloud with O(1) access time, SeaweedFS can achieve both fast local access time and elastic cloud storage capacity. What's more, the cloud storage access API cost is minimized. Faster and cheaper than direct cloud storage. Signup for future managed Seaweed cloud storage offering at "seaweedfilesystem at gmail dot com".
+SeaweedFS can transparently integrate with the cloud. With hot data on local cluster, and warm data on the cloud with O(1) access time, SeaweedFS can achieve both fast local access time and elastic cloud storage capacity. What's more, the cloud storage access API cost is minimized. Faster and Cheaper than direct cloud storage!
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.