WPCB-Tree: A Novel Flash-Aware B-Tree Index Using a Write Pattern Converter

Autor: Van Phi Ho, Dong-Joo Park
Jazyk: angličtina
Rok vydání: 2018
Předmět:
Zdroj: Symmetry, Vol 10, Iss 1, p 18 (2018)
Druh dokumentu: article
ISSN: 2073-8994
DOI: 10.3390/sym10010018
Popis: For the past few years, flash memory has been widely used because of its prominent advantages such as fast access speed, nonvolatility, high reliability, and low power consumption. However, flash memory still has several drawbacks that need to be overcome, e.g., the erase-before-write characteristic and a limited life cycle. Among these drawbacks, the erase-before-write characteristic causes the B-tree implementation on flash memory to be inefficient because it generates many erase operations. This study introduces a novel B-tree index structure using a write pattern converter (WPCB-tree) for flash memory. A WPCB-tree can minimize the risk of data loss and can improve the performance of the B-tree on flash memory. This WPCB-tree uses some blocks of flash memory as a buffer that temporarily stores all updated nodes. When the buffer is full, a buffer block is selected by a greedy algorithm, then the node pages in the block are converted into a sequential write pattern, and finally they are written into flash memory. In addition, in the case that all key values of a leaf node are continuously inserted, the WPCB-tree does not split the leaf node. As a result, this mechanism helps the WPCB-tree reduce the number of write operations on the flash memory. The experimental results show that the proposed B-tree variant on flash memory yields a better performance than that of other existing variants of the B-tree.
Databáze: Directory of Open Access Journals
Nepřihlášeným uživatelům se plný text nezobrazuje