mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
Updated Erasure Coding for warm storage (markdown)
parent
aebd39b0b3
commit
deb9cfd226
|
@ -18,7 +18,7 @@ The downside:
|
|||
* If some EC shards are missing, fetching data on those shards would be slower.
|
||||
* Re-construct missing EC shards would require transmitting whole volume data.
|
||||
* Only deletion is supported. Update is not supported.
|
||||
* Compaction is WIP. This would require transmitting whole volume data.
|
||||
* Compaction would require converting back to normal volumes first.
|
||||
|
||||
Side Note:
|
||||
* The 10+4 can be easily adjusted via `DataShardsCount` and `ParityShardsCount` in
|
||||
|
|
Loading…
Reference in a new issue