DocumentCode :
1678827
Title :
Blurred persistence in transactional persistent memory
Author :
Youyou Lu ; Jiwu Shu ; Long Sun
Author_Institution :
Dept. of Comput. Sci. & Technol., Tsinghua Univ., Beijing, China
fYear :
2015
Firstpage :
1
Lastpage :
13
Abstract :
Persistent memory provides data persistence at main memory level and enables memory-level storage systems. To ensure consistency of the storage systems, memory writes need to be transactional and are carefully moved across the boundary between the volatile CPU cache and the persistent memory. Unfortunately, the CPU cache is hardware-controlled, and it incurs high overhead for programs to track and move data blocks from being volatile to persistent. In this paper, we propose a software-based mechanism, Blurred Persistence, to blur the volatility-persistence boundary, so as to reduce the overhead in transaction support. Blurred Persistence consists of two techniques. First, Execution in Log executes a transaction in the log to eliminate duplicated data copies for execution. It allows the persistence of volatile uncommitted data, which can be detected by reorganizing the log structure. Second, Volatile Checkpoint with Bulk Persistence allows the committed data to aggressively stay volatile by leveraging the data durability in the log, as long as the commit order across threads is kept. By doing so, it reduces the frequency of forced persistence and improves cache efficiency. Evaluations show that our mechanism improves system performance by 56.3% to 143.7% for a variety of workloads.
Keywords :
cache storage; checkpointing; storage management; transaction processing; blurred persistence; cache efficiency; data durability; data persistence; duplicated data copy; forced persistence; main memory level; memory-level storage system; software-based mechanism; system performance; transaction support; transactional memory; transactional persistent memory; volatile CPU cache; volatile checkpoint; volatile uncommitted data; volatility-persistence boundary; Checkpointing; Computer crashes; Hardware; Memory management; Nonvolatile memory; Random access memory;
fLanguage :
English
Publisher :
ieee
Conference_Titel :
Mass Storage Systems and Technologies (MSST), 2015 31st Symposium on
Conference_Location :
Santa Clara, CA
Type :
conf
DOI :
10.1109/MSST.2015.7208274
Filename :
7208274
Link To Document :
بازگشت