Beating the I/O bottleneck: a case for log-structured virtual disks

March 3, 2022

Authors
Mohammad Hossein Hajkazemi, NetApp; Vojtech Aschenbrenner, EPFL; Mania Abdi, Northeastern University; Emine Ugur Kaynar, Boston University; Amin Mossayebzadeh, Boston University; Orran Krieger, Boston University; Peter Desnoyers, Northeastern University

Abstract
With the increasing dominance of SSDs for local storage, today’s network mounted virtual disks can no longer offer competitive performance. We propose a Log-Structured Virtual Disk (LSVD) that couples log-structured approaches at both the cache and storage layer to provide a virtual disk on top of S3-like storage. Both cache and backend store are order-preserving, enabling LSVD to provide strong consistency guarantees in case of failure. Our prototype demonstrates that the approach preserves all the advantages of virtual disks, while offering dramatic performance improvements over not only commonly used virtual disks, but the same disks combined with inconsistent (i.e. unsafe) local caching.

Read the paper

From
EuroSys ’22: Proceedings of the Seventeenth European Conference on Computer Systems, March 2022, Pages 628–643, https://doi.org/10.1145/3492321.3524271

Associated Research Projects