You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To support erasure coding, SOCs are used to "mine" chunks into specific neighbourhoods so as to disperse some level of parity. In order to effect this, a dedicated "dispersal owner" is used.
Problems
This shoehorns erasure coding into SOCs, increasing application-specific bloat, and reduces modularity.
Suggested fix
Implement a specific 'replica chunk' type. It would be envisioned that the replica chunk would be address as H(coding | body).
The text was updated successfully, but these errors were encountered:
Overview
To support erasure coding, SOCs are used to "mine" chunks into specific neighbourhoods so as to disperse some level of parity. In order to effect this, a dedicated "dispersal owner" is used.
Problems
This shoehorns erasure coding into SOCs, increasing application-specific bloat, and reduces modularity.
Suggested fix
Implement a specific 'replica chunk' type. It would be envisioned that the replica chunk would be address as
H(coding | body)
.The text was updated successfully, but these errors were encountered: