English

NVCache: A Plug-and-Play NVMM-based I/O Booster for Legacy Systems

Distributed, Parallel, and Cluster Computing 2021-09-06 v2 Hardware Architecture Operating Systems

Abstract

This paper introduces NVCache, an approach that uses a non-volatile main memory (NVMM) as a write cache to improve the write performance of legacy applications. We compare NVCache against file systems tailored for NVMM (Ext4-DAX and NOVA) and with I/O-heavy applications (SQLite, RocksDB). Our evaluation shows that NVCache reaches the performance level of the existing state-of-the-art systems for NVMM, but without their limitations: NVCache does not limit the size of the stored data to the size of the NVMM, and works transparently with unmodified legacy applications, providing additional persistence guarantees even when their source code is not available.

Keywords

Cite

@article{arxiv.2105.10397,
  title  = {NVCache: A Plug-and-Play NVMM-based I/O Booster for Legacy Systems},
  author = {Rémi Dulong and Rafael Pires and Andreia Correia and Valerio Schiavoni and Pedro Ramalhete and Pascal Felber and Gaël Thomas},
  journal= {arXiv preprint arXiv:2105.10397},
  year   = {2021}
}

Comments

13 pages, 7 figures, to be published in the 51th IEEE/IFIP International Conference on Dependable Systems and Networks (DSN 21)

R2 v1 2026-06-24T02:20:44.405Z