中文

基于 LSM 的存储系统性能稳定性研究(扩展版)

数据库 2020-04-14 v6

摘要

日志结构合并树(LSM-tree)因其卓越的写入性能已被现代 NoSQL 系统广泛采用。尽管 LSM-tree 很流行,但由于其快速的内存写入与缓慢的后台 I/O 操作之间的固有不匹配,它们一直被批评存在写入停顿和巨大性能方差。本文中,我们采用一种简单而有效的两阶段实验方法来评估各种 LSM-tree 设计的写入停顿。我们进一步探索在给定 I/O 带宽预算下 LSM 合并调度器的设计选择以最小化写入停顿。我们在 Apache AsterixDB 系统背景下进行了大量实验,并在此呈现结果。

关键词

引用

@article{arxiv.1906.09667,
  title  = {On Performance Stability in LSM-based Storage Systems (Extended Version)},
  author = {Chen Luo and Michael J. Carey},
  journal= {arXiv preprint arXiv:1906.09667},
  year   = {2020}
}

备注

This is the extended version of a paper published at VLDB 2020. The published version is available at https://doi.org/10.14778/3372716.3372719