Keyun Cheng

Near-Optimal Latency Versus Cost Tradeoffs in Geo-Distributed Storage

Download

NSDI, 2020

Summary

This paper shows that existing distributed storage systems with strong consistency guarantee are not optimal in latency-cost tradeoff. It also presents PANDO, a strong-consistent distributed storage system, which achieves lower latency by reducing the total number of round-trips of communication for r/w operations with Paxos consensus algorithm, and utilizes erasure-coding (RS) for reducing storage costs, rather than previous works which adopts replication. Under the assumption that r/w conflicts are rare, experiments show that PANDO approximately achieves the lower bound of r-latency / storage costs as well as r/w latency.

Details

Strength

Weakness

(Question: ) Besides RS, are other erasure codes compatible with the system? What about larger n, k?