Fast, Durable, and Safe Data Management Support for Persistent Memory

Fast, Durable, and Safe Data Management Support for Persistent Memory
Author :
Publisher :
Total Pages : 146
Release :
ISBN-10 : OCLC:1290683525
ISBN-13 :
Rating : 4/5 (25 Downloads)

Book Synopsis Fast, Durable, and Safe Data Management Support for Persistent Memory by : Morteza Hoseinzadeh

Download or read book Fast, Durable, and Safe Data Management Support for Persistent Memory written by Morteza Hoseinzadeh and published by . This book was released on 2021 with total page 146 pages. Available in PDF, EPUB and Kindle. Book excerpt: Emerging fast, byte-addressable Persistent Memory (PM) considerably increases the storage performance compared to traditional disks and makes it possible to build complex data structures that can survive system failures. However, programming for PM is challenging, not least because it combines well-known programming challenges like locking, memory management, and pointer safety with novel PM-specific bug types. It also requires logging updates to PM to facilitate recovery after a crash. A misstep in any area can corrupt data, leak resources, or prevent successful recovery after a crash. Additionally, its high price limits its capacity to scale as same as traditional block devices. This dissertation first presents Corundum, a Rust-based library with an idiomatic PM programming interface that leverages Rust's type system to avoid the most common PM programming bugs statically. Corundum lets programmers develop persistent data structures using familiar Rust constructs and have confidence that they will be free of those bugs. We have implemented Corundum and found its performance to be as good as or better than Intel's widely-used PMDK library, HP's Atlas, Mnemosyne, and go-pmem. Then, the dissertation presents Carbide, a robust multilingual programming framework that allows developing safe data structures in Corundum and using them in C++. Carbide strictly checks the data structure implementation for PM safety and allows unrestrictedly using them in C++ with an accurate persistent type checking process. Our experimental results show that Carbide not only does not incur a significant slowdown, but it is also faster than purely using Corundum in some of our benchmarks due to the flexibility that it provides. Finally, it introduces Ziggurat, a tiered file system that combines PM and slow disks to create a high-performance and extensive storage system. Ziggurat steers incoming writes to PM, DRAM, or disk depending on application access patterns, write size, and the likelihood that the application will stall until the write completes. Our experimental results show that with a small amount of PM and a large SSD, Ziggurat achieves up to 38.9X and 46.5X throughput improvement compared with EXT4 and XFS running on an SSD alone, respectively.


Fast, Durable, and Safe Data Management Support for Persistent Memory Related Books

Fast, Durable, and Safe Data Management Support for Persistent Memory
Language: en
Pages: 146
Authors: Morteza Hoseinzadeh
Categories:
Type: BOOK - Published: 2021 - Publisher:

DOWNLOAD EBOOK

Emerging fast, byte-addressable Persistent Memory (PM) considerably increases the storage performance compared to traditional disks and makes it possible to bui
Building Reliable Software for Persistent Memory
Language: en
Pages: 119
Authors: Lu Zhang
Categories:
Type: BOOK - Published: 2019 - Publisher:

DOWNLOAD EBOOK

Persistent memory (PMEM) technologies preserve data across power cycles and provide performance comparable to DRAM. In emerging computer systems, PMEM will oper
A Primer on Memory Persistency
Language: en
Pages: 95
Authors: Gogte Vaibhav
Categories: Technology & Engineering
Type: BOOK - Published: 2022-06-01 - Publisher: Springer Nature

DOWNLOAD EBOOK

This book introduces readers to emerging persistent memory (PM) technologies that promise the performance of dynamic random-access memory (DRAM) with the durabi
Programming Persistent Memory
Language: en
Pages: 384
Authors: Steve Scargall
Categories: Computers
Type: BOOK - Published: 2020-01-09 - Publisher: Apress

DOWNLOAD EBOOK

Beginning and experienced programmers will use this comprehensive guide to persistent memory programming. You will understand how persistent memory brings toget
In-Memory Data Management
Language: en
Pages: 286
Authors: Hasso Plattner
Categories: Business & Economics
Type: BOOK - Published: 2012-04-17 - Publisher: Springer Science & Business Media

DOWNLOAD EBOOK

In the last fifty years the world has been completely transformed through the use of IT. We have now reached a new inflection point. This book presents, for the