Skip to content
Snippets Groups Projects
Commit c6163bbc authored by Milan's avatar Milan
Browse files

Change S3 service description

parent ac3c85d1
No related branches found
No related tags found
No related merge requests found
...@@ -43,6 +43,8 @@ Your data is stored in three copies in the data center. In case one copy is corr ...@@ -43,6 +43,8 @@ Your data is stored in three copies in the data center. In case one copy is corr
### Erasure Coding (EC) ### Erasure Coding (EC)
Erasure coding (EC) is a data protection method. It is similar to the dynamic RAID known from disk arrays. Erasure coding (EC) is a method where data is divided into individual fragments, which are then stored with some redundancy across the data storage. Therefore, if some disks (or the entire storage server) fail, the data is still accessible and will be restored in the background. So it is not possible for your data to be on one disk that gets damaged and you lose your data. Erasure coding (EC) is a data protection method. It is similar to the dynamic RAID known from disk arrays. Erasure coding (EC) is a method where data is divided into individual fragments, which are then stored with some redundancy across the data storage. Therefore, if some disks (or the entire storage server) fail, the data is still accessible and will be restored in the background. So it is not possible for your data to be on one disk that gets damaged and you lose your data.
???+ note "Suitable for?"
Suitable, for example, for storing large data volumes.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment