Building Write-Optimized Tree Indexes on Disaggregated Memory

Qing Wang,Youyou Lu,Jiwu Shu
DOI: https://doi.org/10.1145/3604437.3604448
2023-01-01
Abstract:Memory disaggregation architecture physically separates CPU and memory into independent components, which are connected via high-speed RDMA networks, greatly improving resource utilization of database systems. However, such an architecture poses unique challenges to data indexing due to limited RDMA semantics and near-zero computation power at memory side. Existing indexes supporting disaggregated memory either suffer from low write performance, or require hardware modification.
What problem does this paper attempt to address?