How to be consistent with persistent memory? An evaluation approach

2015 IEEE International Conference on Networking, Architecture and Storage (NAS)(2015)

引用 14|浏览36
暂无评分
摘要
The advent of the byte-addressable, non-volatile memory (NVM) has initiated the design of new data management strategies to utilize it as the persistent memory (PM). One way to manage the PM is via an in-memory file system. The consistency of the in-memory file system may nevertheless be compromised from directly exposing the PM to the CPU, because data are likely to be flushed from the CPU cache to the PM in an order that is different from the order in which they have been programed to be. As a result, in spite of classic consistency mechanisms, such as journaling and Copy-on-Write, file systems for the PM have to seek support of cacheline flush and memory fence instructions, e.g., clflush and sfence, to achieve ordered writes. On the other hand, manipulating the PM as a consistent block device with conventional file systems is also doable. The pros and cons of two approaches, however, have not been thoroughly investigated yet. We hence do so with extensive evaluations and detailed analyses. Our aim of this paper is to inspire how the PM shall be managed, especially from the performance perspective.
更多
查看译文
关键词
nonvolatile memory,NVM,byte-addressable memory,persistent memory,PM,in-memory file system,CPU,consistency mechanisms,journaling,copy-on-write,cacheline flush,memory fence instructions,clflush,sfence,ordered writes,performance perspective,data management strategies
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要