From b6e72ced6a9686ea13d79396e5602280d53e8250 Mon Sep 17 00:00:00 2001 From: Chris Lu Date: Fri, 20 Aug 2021 23:07:29 -0700 Subject: [PATCH] Updated Home (markdown) --- Home.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/Home.md b/Home.md index e4663e6..1c51a5d 100644 --- a/Home.md +++ b/Home.md @@ -6,7 +6,17 @@ Here is the white paper for [SeaweedFS Architecture.pdf](SeaweedFS_Architecture. # Make Cloud Storage Cheaper and Faster! -Cache your cloud data with [[SeaweedFS Cloud Cache|Cloud Cache Architecture]], to minimize access cost and latency. +To minimize cost and latency, you can mount your cloud data to a folder with [[SeaweedFS Cloud Cache|Cloud Cache Architecture]]. + +For normal computers, Google or Dropbox drive can be mounted as a network folder. The remote files are cached to local disks and automatically synchronized with the cloud. So it is fast to access. Similarly, [[SeaweedFS Cloud Cache|Cloud Cache Architecture]] can mount cloud storage as a special folder. The cloud files can be cached to the local cluster and automatically synchronized with the cloud. + +| | SeaweedFS Cloud Cache | Google / Dropbox Drive | +| -- | -- | -- | +| Cache To | Local Cluster | Local Disk | +| Speed | Fast | Fast | +| Data Read | Download Once | Download Once | +| Data Write | Async Write Back | Async Write Back | +| Management | Selectively Cache/Uncache | N/A | * Read and write with local network speed. * Asynchronously propagate local updates to the cloud storage.