mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Cloud Cache Benefits (markdown)
parent
dfdcb90ae0
commit
6d744dbc4e
|
@ -49,6 +49,22 @@ However, how to make SeaweedFS work with data already on cloud?
|
|||
* Can transparently switch to different cloud storage vendors.
|
||||
* Can detach from the cloud storage if decided to move off cloud.
|
||||
|
||||
# Why SeaweedFS Cloud Cache?
|
||||
|
||||
There are other products also cache S3 data. What makes SeaweedFS Cloud Cache better?
|
||||
|
||||
SeaweedFS Cloud Cache has these unique characteristics:
|
||||
* Scalable Capacity
|
||||
* Easy to add more capacity.
|
||||
* Disaggregated storage.
|
||||
* Tiered storages with NVME/SSD/HDD.
|
||||
* Easy to manage
|
||||
* With unlimited capacity, no complicated caching strategy. Data can be fast on first read.
|
||||
* Can explicitly cache or uncache files by folder, name pattern, size, age, etc.
|
||||
* Flexible
|
||||
* Mounted folders can become normal folders. Just stop writing back to the cloud.
|
||||
* Transparently move data between vendors.
|
||||
|
||||
# Possible Use Cases
|
||||
|
||||
## Machine learning
|
||||
|
|
Loading…
Reference in a new issue