Consistent and Durable Data Structures for Non-Volatile Byte-Addressable Memory.

FAST'11: Proceedings of the 9th USENIX conference on File and stroage technologies(2011)

引用 537|浏览360
暂无评分
摘要
The predicted shift to non-volatile, byte-addressable memory (e.g., Phase Change Memory and Memristor), the growth of "big data", and the subsequent emergence of frameworks such as memcached and NoSQL systems require us to rethink the design of data stores. To derive the maximum performance from these new memory technologies, this paper proposes the use of single-level data stores. For these systems, where no distinction is made between a volatile and a persistent copy of data, we present Consistent and Durable Data Structures (CDDSs) that, on current hardware, allows programmers to safely exploit the low-latency and non-volatile aspects of new memory technologies. CDDSs use versioning to allow atomic updates without requiring logging. The same versioning scheme also enables rollback for failure recovery. When compared to a memory-backed Berkeley DB B-Tree, our prototype-based results show that a CDDS B-Tree can increase put and get throughput by 74% and 138%. When compared to Cassandra, a two-level data store, Tembo, a CDDS B-Tree enabled distributed Key-Value system, increases throughput by up to 250%-286%.
更多
查看译文
关键词
CDDS B-Tree,new memory technology,big data,data store,single-level data store,two-level data store,byte-addressable memory,memory-backed Berkeley DB B-Tree,increases throughput,non-volatile aspect,durable data structure,non-volatile byte-addressable memory
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要