Dev Tools · 17h ago
Erasure Coding Replaces Replication in Modern Object Storage
Traditional three-way replication requires 3x storage capacity, making it costly at cloud scale. Erasure coding splits data into fragments with recovery information, achieving similar durability with far less overhead. For example, an 8+4 scheme stores 12 fragments for 8 data units, reducing storage needs by 33% compared to replication.
Meridian48 take
The shift from replication to erasure coding is a pragmatic cost-saving measure, but the article glosses over the increased computational complexity and latency trade-offs.
object-storageerasure-coding