SeaweedFS EC and cold data

430 views Asked by At

During testing seaweedfs, questions began to appear. Can you explain me, what is hot, warm and cold data in seaweedfs logic?
And second question about erasurecoding: does it work only with warm data? Cannot I use it for hot or cold? If I don't have any type of replication, can I be sure, that all the data is safety stored?

Thanks

1

There are 1 answers

2
chrislusf On

SeaweedFS has two tiers, hot and warm. Warm are files changed not so often, but still need fast read.

The erasure coding works only with warm data. For hot data, replication is needed. Hot data needs fast write speed, which erasure coding can not really do it fast.