English

Virtual-Memory Assisted Buffer Management In Tiered Memory

Databases 2026-03-04 v1 Operating Systems

Abstract

Tiered memory architectures have gained significant traction in the database community in recent years. In these architectures, the on-chip DRAM of the host processor is typically referred to as local memory, and forms the primary tier. Additional byte-addressable, cache-coherent memory resources, collectively referred to as remote memory (RMem, for short), form one or more secondary tiers. RMem is slower than local DRAM but faster than disk, e.g., NUMA memory located on a remote socket, chiplet-attached memory, and memory attached via high-performance interconnect protocols, e.g., RDMA and CXL. In this paper, we discuss how traditional two-tier (DRAM-Disk) virtual-memory assisted Buffer Management techniques generalize to an nn-tier setting (DRAM-RMem-Disk). We present vmcachen^n, an nn-tier virtual-memory-assisted buffer pool that leverages the virtual memory subsystem and operating system calls to migrate pages across memory tiers. In this setup, page migration can become a bottleneck. To address this limitation, we introduce the move_pages2 system call that provides vmcachen^n with fine-grained control over the page migration process. Experiments show that vmcachen^n can achieve up to 4×\times higher query throughput over vmcache for TPC-C workloads.

Keywords

Cite

@article{arxiv.2603.03271,
  title  = {Virtual-Memory Assisted Buffer Management In Tiered Memory},
  author = {Yeasir Rayhan and Walid G. Aref},
  journal= {arXiv preprint arXiv:2603.03271},
  year   = {2026}
}
R2 v1 2026-07-01T11:01:42.287Z