mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Cloud Drive Benefits (markdown)
parent
633f684f5b
commit
4f3712881f
|
@ -36,15 +36,15 @@ However, how to make SeaweedFS work with data already on cloud?
|
||||||
* Avoid noisy neighbors.
|
* Avoid noisy neighbors.
|
||||||
* Minimum cost. Download data once.
|
* Minimum cost. Download data once.
|
||||||
* Scalable Capacity
|
* Scalable Capacity
|
||||||
* Just pre-cache everything. No more delay on first uncached read.
|
* Just cache everything.
|
||||||
* No need to try hard to find best caching strategy for different data access patterns.
|
* No cache churn.
|
||||||
* Easy To Manage
|
* Easy To Manage
|
||||||
* Warm up cache for by folder, file name pattern, file size, file age, etc.
|
* Warm up cache for by folder, file name pattern, file size, file age, etc.
|
||||||
* Uncache by folder, file name pattern, file size, file age, etc.
|
* Uncache by folder, file name pattern, file size, file age, etc.
|
||||||
* Optionally write data back to cloud storage.
|
* Optionally write data back to cloud storage.
|
||||||
* One system for both remote storage cache and local storage.
|
* One system for both remote storage cache and local storage.
|
||||||
* Flexible
|
* Flexible
|
||||||
* Can write data back to work with existing cloud ecosystems.
|
* Work with existing cloud ecosystems.
|
||||||
* Can transparently switch to different cloud storage vendors.
|
* Can transparently switch to different cloud storage vendors.
|
||||||
* Can detach from the cloud storage if decided to move off cloud.
|
* Can detach from the cloud storage if decided to move off cloud.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue