keyboard_arrow_up
An Efficient Recovery Scheme for Buffer-Based B-Tree Indexes on Flash Memory

Authors

VanPhi Ho, Seung-Joo Jeong, Dong-Joo Park, Soongsil University, Korea

Abstract

Recently, flash memory has been widely used because of its advantages such as fast access peed, nonvolatile, low power consumption. However, erase-before-write characteristic causes the B-tree implementation on flash memory to be inefficient because it generates many flash operations. To address this problem, variants of buffer-based B-tree index have been proposed for flash memory which can reduce a number of write operations. Since these B-trees use a main-memory resident index buffer to temporarily store newly created index units, their data may be lost if a system crash occurs. This study introduces a novel recovery scheme for the buffer-based B-tree indexes on flash memory, called ERS. ERS can minimize the risk of losing data by deploying logging and recovery policies. The experimental results show that ERS yields a good performance and helps the buffer-based B-tree indexes improve the reliability.

Keywords

B-tree index, flash-aware index, flash memory.

Full Text  Volume 6, Number 15