期刊文献+
共找到1篇文章
< 1 >
每页显示 20 50 100
Revisiting Persistent Indexing Structures on Intel Optane DCPersistent Memory 被引量:1
1
作者 Heng Bu ming-kai dong +2 位作者 Ji-Fei Yi Bin-Yu Zang Hai-Bo Chen 《Journal of Computer Science & Technology》 SCIE EI CSCD 2021年第1期140-157,共18页
Persistent indexing structures are proposed in response to emerging non-volatile memory(NVM)to provide high performance yet durable indexes.However,due to the lack of real NVM hardware,many prior persistent indexing s... Persistent indexing structures are proposed in response to emerging non-volatile memory(NVM)to provide high performance yet durable indexes.However,due to the lack of real NVM hardware,many prior persistent indexing structures were evaluated via emulation,which varies a lot across different setups and differs from the real deployment.Recently,Intel has released its Optane DC Persistent Memory Module(PMM),which is the first production-ready NVM.In this paper,we revisit popular persistent indexing structures on PMM and conduct comprehensive evaluations to study the performance differences among persistent indexing structures,including persistent hash tables and persistent trees.According to the evaluation results,we find that Cacheline-Conscious Extendible Hashing(CCEH)achieves the best performance among all evaluated persistent hash tables,and Failure-Atomic ShifT B+-Tree(FAST)and Write Optimal Radix Tree(WORT)perform better than other trees.Besides,we find that the insertion performance of hash tables is heavily influenced by data locality,while the insertion latency of trees is dominated by the flush instructions.We also uncover that no existing emulation methods accurately simulate PMM for all the studied data structures.Finally,we provide three suggestions on how to fully utilize PMM for better performance,including using clflushopt/clwb with sfence instead of clflush,flushing continuous data in a batch,and avoiding data access immediately after it is flushed to PMM. 展开更多
关键词 persistent memory data structure performance Intel Optane DC persistent memory module(PMM)
原文传递
上一页 1 下一页 到第
使用帮助 返回顶部