Safdar Jamil, Awais Khan, Bernd Burastaller, Youngjae Kim
{"title":"面向云环境中高效索引的可扩展多核感知持久性B+树","authors":"Safdar Jamil, Awais Khan, Bernd Burastaller, Youngjae Kim","doi":"10.1109/ACSOS-C52956.2021.00022","DOIUrl":null,"url":null,"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 (F&F) 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.","PeriodicalId":268224,"journal":{"name":"2021 IEEE International Conference on Autonomic Computing and Self-Organizing Systems Companion (ACSOS-C)","volume":"32 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2021-09-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"2","resultStr":"{\"title\":\"Towards Scalable Manycore-Aware Persistent B+- Trees for Efficient Indexing in Cloud Environments\",\"authors\":\"Safdar Jamil, Awais Khan, Bernd Burastaller, Youngjae Kim\",\"doi\":\"10.1109/ACSOS-C52956.2021.00022\",\"DOIUrl\":null,\"url\":null,\"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 (F&F) 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.\",\"PeriodicalId\":268224,\"journal\":{\"name\":\"2021 IEEE International Conference on Autonomic Computing and Self-Organizing Systems Companion (ACSOS-C)\",\"volume\":\"32 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2021-09-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"2\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2021 IEEE International Conference on Autonomic Computing and Self-Organizing Systems Companion (ACSOS-C)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ACSOS-C52956.2021.00022\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2021 IEEE International Conference on Autonomic Computing and Self-Organizing Systems Companion (ACSOS-C)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ACSOS-C52956.2021.00022","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 2
摘要
带有Intel DC Persistent Memory (DCPM)的多核机器的出现旨在提供高性能和可伸缩性以及持久性保证。因此,需要提供将基于dram的索引数据结构移植到DCPM的机会,以充分利用这些机器的性能。Fast & Fair (F&F)是DCPM的B+树的最先进的并发变体。然而,它在多核机器上的采用受到可伸缩性限制,这是由于冗长的、基于锁的同步,包括结构修改操作(SMOs)。在这项工作中,我们提出了F3树,这是一种并发的、持久的、基于未来的B+树,在dcpm上显示出优越的可扩展性。F3树的设计依赖于线程局部的未来对象和全局的B+树。我们使用内存中的哈希表来减轻线程本地未来对象中键搜索的读取开销。我们在f&f之上实现了所提出的想法,并在Linux(内核v5.4.0)上使用合成工作负载和实际工作负载进行了实验。我们用f&f对F3 -tree进行了评估,结果表明,对于顺序、随机和混合工作负载,F3 -tree的性能平均比f&f高3.4倍。
Towards Scalable Manycore-Aware Persistent B+- Trees for Efficient Indexing in Cloud Environments
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 (F&F) 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.