Updated Home (markdown)

Chris Lu 2021-08-20 23:08:29 -07:00
parent b6e72ced6a
commit bc1067ceae

10
Home.md

@ -8,16 +8,6 @@ Here is the white paper for [SeaweedFS Architecture.pdf](SeaweedFS_Architecture.
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.