Keyun Cheng

Reading Notes: OSDI’25 Stripeless

Title: Stripeless Data Placement for Erasure-Coded In-Memory Storage

Conference (OSDI’25): Link

Journal (): Link

Summary

This paper proposes an erasure-coded distributed in-memory KV-store called Nos that adopts a “stripeless” redundancy scheme to achieve low latency and high throughput compared with the baselines. Although it calls “stripeless” data placement, the underlying idea is to hybrid replication and XOR-based one-parity coding. It adopts a combinatorial data placement strategy called SBIBD to ensure multi-node fault tolerance for primary-backups.

Main Contributions

Problem

Details

Strength

Weakness