DRPTM: A Decoupled Read-efficient High-scalable Persistent Transactional Memory
作者:Wenkai Liang, Hao Hu, Xiangyu Zou, Wen Xia, Yanqi Pan · 年份:2023 · DOI:10.1109/dac56929.2023.10247971 · 被引用次数:3 · 研究领域:Distributed systems and fault tolerance、Advanced Data Storage Technologies、Parallel Computing and Optimization Techniques
Persistent transactional memory (PTM) exploits transactions to provide an easy crash-consistent interface for persistent memory (PM). However, because of the substantial reader-side overhead brought on by the low bandwidth and long persistence latency of PM, present PTM research cannot scale effectively. This paper proposes a highly scalable PTM system, DRPTM, which allows nearly non-overhead reads without lowering the isolation level. DRPTM decouples persistence latency from concurrency control and traces the read-only copy maintained in logs as a lightweight read set. The evaluation shows that DRPTM significantly outperforms the state-of-the-art PTM systems for various workloads and achieves near-linear scalability.