mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Cloud Drive Benefits (markdown)
parent
f1999fa2bc
commit
9607f06ab6
|
@ -52,7 +52,7 @@ However, how to make SeaweedFS work with data already on cloud?
|
|||
|
||||
* It is not a proxy. Proxy is not ideal for low-latency read or write operations.
|
||||
* Its cache size is not limited. With unlimited size, all file content can be localized. So the read can be fast even on the first attempt, without worrying cached items are evicted due to capacity.
|
||||
* Its cache is not write-through. Local changes are asynchronously write back to the cloud within seconds.
|
||||
* Its cache is not write-through, which is slower than write-back. Usually local changes are asynchronously write back to the cloud within seconds.
|
||||
* It does not change file storage layout in the cloud storage. Other tools can access the files on the cloud storage as usual.
|
||||
* It does not need to link to the original cloud storage. After caching all the file content, you can choose to detach from the cloud storage.
|
||||
|
||||
|
|
Loading…
Reference in a new issue