100 0

LSB-Tree: a log-structured B-Tree index structure for NAND flash SSDs

Title
LSB-Tree: a log-structured B-Tree index structure for NAND flash SSDs
Author
이동호
Keywords
B-Tree; Index structure; Access method; NAND flash memory; Solid state drive
Issue Date
2015-03
Publisher
SPRINGER
Citation
DESIGN AUTOMATION FOR EMBEDDED SYSTEMS, v. 19, NO. 1-2, Page. 77-100
Abstract
NAND flash memory has been widely used as a storage device for embedded systems because of its fast access speed, low power consumption, and lower noise compared to a hard disk. However, due to its unique characteristics such as the lack of an in-place update and asymmetric operation speed/unit, conventional disk-based systems and applications may experience severe performance degradation when NAND flash memory is used. When a disk-based index structure such as a B-Tree is implemented in flash memory-based storage systems, intensive overwrite operations, which are caused by record insertion, deletion, and reorganization, may result in severe performance degradation. Although several index structures have been proposed to overcome this problem, they suffer from frequent node splits, rapid increments of tree height, and poor space usage. In this paper, we propose a log-structured B-Tree index structure where a log node corresponding to a leaf node is allocated for updating the modified data, and then these data in the log node are stored in a single write operation. Our proposed index structure reduces additional write operations by deferring parent node changes. In addition, the index structure reduces the number of write operations by directly switching the log node to a leaf node if the data are sequentially inserted according to key order. Through various experiments, we show that our proposed index structure performs better than related techniques.
URI
https://link.springer.com/article/10.1007/s10617-014-9139-4https://repository.hanyang.ac.kr/handle/20.500.11754/186043
ISSN
0929-5585;1572-8080
DOI
10.1007/s10617-014-9139-4
Appears in Collections:
ETC[S] > ETC
Files in This Item:
There are no files associated with this item.
Export
RIS (EndNote)
XLS (Excel)
XML


qrcode

Items in DSpace are protected by copyright, with all rights reserved, unless otherwise indicated.

BROWSE