Abstract
The emergence of manycore machines with Intel DC Persistent Memory (DCPM) aims to provide high performance and scalability with persistence guarantees. Thus, it is required to offer opportunities to port DRAM-based index data structures to DCPM to fully exploit the performance of these machines. Fast Fair (FF) is the state-of-the-art concurrent variant of the B+ -tree for DCPM. However, its adoption on manycore machines suffers from scalability limitations due to lengthy, lock-based synchronization including structure modification operations (SMOs). In this work, we propose F3 -tree, a concurrent, persistent future-based B+-tree that shows superior scalability on DCPMs. F3 -tree design relies on thread-local future objects and a global B+ -tree. We employ an in-memory hash table to mitigate the read overhead for the key searches in thread-local future objects. We implemented the proposed ideas atop F F and performed experiments on Linux (kernel v5.4.0) using both synthetic and real-world workloads. We evaluated F3 -tree with F F and the results show that F3 -tree outperforms F F by 3.4x on average for sequential, random, and mixed workloads.
Original language | English |
---|---|
Title of host publication | Proceedings - 2021 IEEE International Conference on Autonomic Computing and Self-Organizing Systems Companion, ACSOS-C 2021 |
Editors | Esam El-Araby, Vana Kalogeraki, Danilo Pianini, Frederic Lassabe, Barry Porter, Sona Ghahremani, Ingrid Nunes, Mohamed Bakhouya, Sven Tomforde |
Publisher | Institute of Electrical and Electronics Engineers Inc. |
Pages | 44-49 |
Number of pages | 6 |
ISBN (Electronic) | 9781665443937 |
DOIs | |
State | Published - 2021 |
Externally published | Yes |
Event | 2nd IEEE International Conference on Autonomic Computing and Self-Organizing Systems Companion, ACSOS-C 2021 - Virtual, Washington, United States Duration: Sep 27 2021 → Oct 1 2021 |
Publication series
Name | Proceedings - 2021 IEEE International Conference on Autonomic Computing and Self-Organizing Systems Companion, ACSOS-C 2021 |
---|
Conference
Conference | 2nd IEEE International Conference on Autonomic Computing and Self-Organizing Systems Companion, ACSOS-C 2021 |
---|---|
Country/Territory | United States |
City | Virtual, Washington |
Period | 09/27/21 → 10/1/21 |
Funding
This work was supported by the Institute of Information & Communications Technology Planning & Evaluation (IITP) grant funded by the Korea government (MSIT) (No. 2014-3-00035, Research on High Performance and Scalable Manycore Operating System).
Keywords
- Cloud Computing
- Persistent Memory
- Scalability