Nemo: A Low-Write-Amplification Cache for Tiny Objects on Log-Structured Flash Devices
Abstract
Modern storage systems predominantly use flash-based SSDs as a cache layer due to their favorable performance and cost efficiency. However, in tiny-object workloads, existing flash cache designs still suffer from high write amplification. Even when deploying advanced log-structured flash devices (e.g., Zoned Namespace SSDs and Flexible Data Placement SSDs) with low device-level write amplification, application-level write amplification still dominates. This work proposes Nemo, which enhances set-associative cache design by increasing hash collision probability to improve set fill rate, thereby reducing application-level write amplification. To satisfy caching requirements, including high memory efficiency and low miss ratio, we introduce a bloom filter-based indexing mechanism that significantly reduces memory overhead, and adopt a hybrid hotness tracking to achieve low miss ratio without losing memory efficiency. Experimental results show that Nemo simultaneously achieves three key objectives for flash cache: low write amplification, high memory efficiency, and low miss ratio.
Keywords
Cite
@article{arxiv.2603.09605,
title = {Nemo: A Low-Write-Amplification Cache for Tiny Objects on Log-Structured Flash Devices},
author = {Xufeng Yang and Tingting Tan and Jingxin Hu and Congming Gao and Mingyang Liu and Tianyang Jiang and Jian Chen and Linbo Long and Yina Lv and Jiwu Shu},
journal= {arXiv preprint arXiv:2603.09605},
year = {2026}
}
Comments
Accepted at the ACM International Conference on Architectural Support for Programming Languages and Operating Systems (ASPLOS 2026)