Jump to: navigation, search

Swift/erasure-codes/writes

< Swift
Revision as of 00:30, 1 July 2013 by Notmyname (talk | contribs) (Created page with "After determining that an object should be erasure coded (Swift/erasure-codes/granularity), the proxy will connect to the proper storage nodes and stream the EC data to th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

After determining that an object should be erasure coded (Swift/erasure-codes/granularity), the proxy will connect to the proper storage nodes and stream the EC data to them. The idea is that EC will be done inline and not as a background process. A quorum for writes would be at least one more than the minimum needed to read the data.