ITDSIRJan 13, 2021

Distributed storage algorithms with optimal tradeoffs

arXiv:2101.05223v12 citations
Originality Synthesis-oriented
AI Analysis

This provides a fundamental trade-off for distributed storage systems, which is incremental as it matches known asymptotic bounds.

The paper tackles the problem of maximizing the amount of source data that can be reliably stored in a distributed system with unreliable nodes, and shows that their algorithms achieve the asymptotic upper bound on capacity, matching the trade-off between network traffic and storage overhead.

One of the primary objectives of a distributed storage system is to reliably store large amounts of source data for long durations using a large number $N$ of unreliable storage nodes, each with $c$ bits of storage capacity. Storage nodes fail randomly over time and are replaced with nodes of equal capacity initialized to zeroes, and thus bits are erased at some rate $e$. To maintain recoverability of the source data, a repairer continually reads data over a network from nodes at an average rate $r$, and generates and writes data to nodes based on the read data. The distributed storage source capacity is the maximum amount of source that can be reliably stored for long periods of time. Previous research shows that asymptotically the distributed storage source capacity is at most $\left(1-\frac{e}{2 \cdot r}\right) \cdot N \cdot c$ as $N$ and $r$ grow. In this work we introduce and analyze algorithms such that asymptotically the distributed storage source data capacity is at least the above equation. Thus, the above equation expresses a fundamental trade-off between network traffic and storage overhead to reliably store source data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes