English

DEX: Scalable Range Indexing on Disaggregated Memory [Extended Version]

Databases 2024-05-24 v1 Distributed, Parallel, and Cluster Computing

Abstract

Memory disaggregation can potentially allow memory-optimized range indexes such as B+-trees to scale beyond one machine while attaining high hardware utilization and low cost. Designing scalable indexes on disaggregated memory, however, is challenging due to rudimentary caching, unprincipled offloading and excessive inconsistency among servers. This paper proposes DEX, a new scalable B+-tree for memory disaggregation. DEX includes a set of techniques to reduce remote accesses, including logical partitioning, lightweight caching and cost-aware offloading. Our evaluation shows that DEX can outperform the state-of-the-art by 1.7--56.3X, and the advantage remains under various setups, such as cache size and skewness.

Keywords

Cite

@article{arxiv.2405.14502,
  title  = {DEX: Scalable Range Indexing on Disaggregated Memory [Extended Version]},
  author = {Baotong Lu and Kaisong Huang and Chieh-Jan Mike Liang and Tianzheng Wang and Eric Lo},
  journal= {arXiv preprint arXiv:2405.14502},
  year   = {2024}
}

Comments

16 pages; To appear at VLDB 2024

R2 v1 2026-06-28T16:37:10.076Z