Skip to main content

On log-structured merge for solid-state drives

Publication ,  Conference
Thonangi, R; Yang, J
Published in: Proceedings - International Conference on Data Engineering
May 16, 2017

Log-structure merge (LSM) is an increasingly prevalent approach to indexing, especially for modern writeheavy workloads. LSM organizes data in levels with geometrically increasing sizes. Records enter the top level; whenever a level fills up, it is merged down into the next level. Hence, the index is updated only through merges and records are never updated inplace. While originally conceived to avoid slow random accesses of hard drives, LSM also turns out to be especially suited to solidstate drives, or any block-based storage with expensive writes. We study how to further reduce writes in LSM. Traditionally, LSM always merges an overflowing level fully into the next. We investigate in depth how partial merges save writes and prove bounds on their effectiveness. We propose new algorithms that make provably good decisions on whether to perform a partial merge, and if yes, which part of a level to merge. We also show how to further reduce writes by reusing data blocks during merges. Overall, our approach offers better worst-case guarantees and better practical performance than existing LSM variants.

Duke Scholars

Published In

Proceedings - International Conference on Data Engineering

DOI

ISSN

1084-4627

ISBN

9781509065431

Publication Date

May 16, 2017

Start / End Page

683 / 694
 

Citation

APA
Chicago
ICMJE
MLA
NLM
Thonangi, R., & Yang, J. (2017). On log-structured merge for solid-state drives. In Proceedings - International Conference on Data Engineering (pp. 683–694). https://doi.org/10.1109/ICDE.2017.121
Thonangi, R., and J. Yang. “On log-structured merge for solid-state drives.” In Proceedings - International Conference on Data Engineering, 683–94, 2017. https://doi.org/10.1109/ICDE.2017.121.
Thonangi R, Yang J. On log-structured merge for solid-state drives. In: Proceedings - International Conference on Data Engineering. 2017. p. 683–94.
Thonangi, R., and J. Yang. “On log-structured merge for solid-state drives.” Proceedings - International Conference on Data Engineering, 2017, pp. 683–94. Scopus, doi:10.1109/ICDE.2017.121.
Thonangi R, Yang J. On log-structured merge for solid-state drives. Proceedings - International Conference on Data Engineering. 2017. p. 683–694.

Published In

Proceedings - International Conference on Data Engineering

DOI

ISSN

1084-4627

ISBN

9781509065431

Publication Date

May 16, 2017

Start / End Page

683 / 694