Write-aware buffer cache management scheme for nonvolatile RAM

  • Authors:
  • Kyu Hyung Lee;In Hwan Doh;Jongmoo Choi;Donghee Lee;Sam H. Noh

  • Affiliations:
  • Department of Computer Engineering, Hongik University, Mapo-gu, Seoul;Department of Computer Engineering, Hongik University, Mapo-gu, Seoul;Division of Information and Computer science, Dankook University, Yongsan-gu, Seoul;School of Computer Science, University of Seoul, Dongdaemun-gu, Seoul, Republic of Korea;Department of Computer Engineering, Hongik University, Mapo-gu, Seoul

  • Venue:
  • ACST'07 Proceedings of the third conference on IASTED International Conference: Advances in Computer Science and Technology
  • Year:
  • 2007

Quantified Score

Hi-index 0.00

Visualization

Abstract

Nonvolatile RAM (NVRAM) technology is advancing rapidly with 1-2Mb capacity single-chip prototypes becoming available from major semiconductor companies. We will soon see NVRAM become an everyday component of our commodity computers. This paper explores the use of NVRAM as part of the buffer cache. A nonvolatile buffer cache provides a computer system with a means to maintain complete consistency as well as improved performance. The results of this paper can be summarized as follows. First, we show that the hit ratio that has been a commonly used metric to measure buffer cache performance is no longer adequate for caches with NVRAM. Instead of the hit ratio, we need to count the number of disk accesses to assess user perceived cache performance. Second, we show that because of this change in performance metric, when managing a buffer cache with NVRAM, one can do better than when using the MIN replacement algorithm mainly by distinguishing read and write operations. With this, we show that there is room for improvement in efficiently handling caches with NVRAM. Finally, based on these findings, we propose a simple and practical buffer management technique that improves on using the LRU algorithm.