Scalable NUMA-aware persistent B + -tree for non-volatile memory devices

CLUSTER COMPUTING-THE JOURNAL OF NETWORKS SOFTWARE TOOLS AND APPLICATIONS(2022)

引用 0|浏览6
暂无评分
摘要
Emerging manycore servers with Intel DC persistent memory (DCPM) are equipped with hundreds of CPU cores on multiple CPU sockets. Such servers are designed to guarantee high performance and scalability. Several recent studies proposed persistent fault-tolerant indexes for DCPM. Fast Fair (F F) is the state-of-the-art concurrent variant of the B + -tree for DCPM. However, its adoption on manycore servers is hampered by scalability limitations due to lengthy, lock-based synchronization including structure modification operations. The lack of NUMA awareness induces further performance overhead from remote memory accesses. In this paper, we propose F 3 -tree, a concurrent, NUMA-aware and persistent future-based B + -tree for DCPM servers. F ^3 -tree relies on per-thread local future objects and a global B + -tree. To introduce NUMA awareness and minimize remote memory accesses, F ^3 -tree adopts per-socket dedicated asynchronous evaluation threads to checkpoint future objects to the global B + -tree. F ^3 -tree employs an in-memory hash table to mitigate the read overhead of key searches over the future objects. We implemented F ^3 -tree atop F F and evaluated its performance on Linux using both synthetic and realistic workloads. Our evaluation shows that F ^3 -tree outperforms F F on average by 3.4 × and 5 × without and with NUMA awareness, respectively.
更多
查看译文
关键词
Indexing data structures, B+-tree, NUMA-aware architecture, Performance scalability, Persistent memory
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要