Please note: In order to keep Hive up to date and provide users with the best features, we are no longer able to fully support Internet Explorer. The site is still available to you, however some sections of the site may appear broken. We would encourage you to move to a more modern browser like Firefox, Edge or Chrome in order to experience the site fully.

A Primer on Memory Persistency, Hardback Book

A Primer on Memory Persistency Hardback

Part of the Synthesis Lectures on Computer Architecture series

Hardback

Description

This book introduces readers to emerging persistent memory (PM) technologies that promise the performance of dynamic random-access memory (DRAM) with the durability of traditional storage media, such as hard disks and solid-state drives (SSDs).

Persistent memories (PMs), such as Intel's Optane DC persistent memories, are commercially available today.

Unlike traditional storage devices, PMs can be accessed over a byte-addressable load-store interface with access latency that is comparable to DRAM.

Unfortunately, existing hardware and software systems are ill-equipped to fully avail the potential of these byte-addressable memory technologies as they have been designed to access traditional storage media over a block-based interface.

Several mechanisms have been explored in the research literature over the past decade to design hardware and software systems that provide high-performance access to PMs.Because PMs are durable, they can retain data across failures, such as power failures and program crashes.

Upon a failure, recovery mechanisms may inspect PM data, reconstruct state and resume program execution.

Correct recovery of data requires that operations to the PM are properly ordered during normal program execution.

Memory persistency models define the order in which memory operations are performed at the PM.

Much like memory consistency models, memory persistency models may be relaxed to improve application performance.

Several proposals have emerged recently to design memory persistency models for hardware and software systems and for high-level programming languages.

These proposals differ in several key aspects; they relax PM ordering constraints, introduce varying programmability burden, and introduce differing granularity of failure atomicity for PM operations. This primer provides a detailed overview of the various classes of the memory persistency models, their implementations in hardware, programming languages and software systems proposed in the recent research literature, and the PM ordering techniques employed by modern processors.

Information

Other Formats

Information

Also in the Synthesis Lectures on Computer Architecture series