A Content-Aware Writing Mechanism for Reducing Energy on Non-Volatile Memory Based Embedded Storage Systems

Jian Li,Qingfeng Zhuge,Duo Liu,Huizhang Luo,Edwin H.-M. Sha
DOI: https://doi.org/10.1007/s10617-014-9150-9
2013-01-01
Design Automation for Embedded Systems
Abstract:Emerging byte-addressable non-volatile memory (NVM), such as phase change memory has many advantages in terms of low power consumption, high density, in-place update, and higher write endurance. Reducing the energy consumption of NVM is a fundamental issue when the technology is considered as an alternative to secondary storage in embedded systems. In the design of energy efficiency approaches, one of the most challenging problems is to reduce unnecessary write activities on NVM. In this paper, we present an optimal content-aware NVM memory writing mechanism, CA-NVM , to effectively select a free NVM page for each write request from file system to reduce write activities, since write activities account for most of energy consumption in NVM storage. In order to speed up the procedure of selecting a free page, we introduce a sampling mechanism, by which we only pick a few bits from the free page and the logical page to be written for comparison. Those sample bits of free pages are stored in a special area such that they can be indexed quickly. We conduct a series of experiments based on realistic traces, and the experimental results show that the proposed technique can reduce write activities up to 36.03 %, and reduce energy consumption by 21.3 % on average compared with a random based free-page allocation mechanism.
What problem does this paper attempt to address?