|
|
|
|
|
by zzzcpan
3585 days ago
|
|
It's a bit confusing, but minio is not a resilient storage. It's just a server, kind of like webdav, but with s3 api and a capability to use multiple filesystem folders with erasure coding. As for distributed object storages, I would expect them to work great for video editing, since they can saturate any link given enough servers. But not out of the box, you would need a client designed for it, splitting files into chunks in parallel, etc. |
|
Currently available minio is resilient to disk failures using erasure coding (similar to RAID)