Workload-Aware Log-Structured Merge Key-Value Store for NVM-SSD Hybrid Storage.

Lixiang Chen, Ruihao Chen,Chengcheng Yang, Yuxing Han,Rong Zhang,Xuan Zhou,Peiquan Jin,Weining Qian

ICDE(2023)

引用 0|浏览31
暂无评分
摘要
The log-structured merge tree (LSM-tree) has been widely adopted as a backbone of modern key-value stores. However, the multiple exponentially increased levels of LSM-tree makes it suffer from high write amplification. Existing studies often improve the write performance by sacrificing the read performance, which is inefficient to make trade-offs between the update and search efficiency. In this paper, we exploit nonvolatile memory (NVM) to address the write amplification issue for systems with NVM-SSD hybrid storage, and further propose a reinforcement learning method to navigate between update and search efficiency on the varying workloads. Specifically, we first propose a lightweight hot data identification method to efficiently capture access recency as well as frequency in NVM with relative large capacity. On this basis, we can eliminate different versions of frequently updated data in high-performance NVM without pushing them to SSD. To improve the data access locality and facilitate fine-grained index tuning in each level, we devise a virtual-split method to partition the key space gradually without extra write amplification. Finally, we propose a cost based Q-learning algorithm to adaptively tune the data organizations of each partition according to the changing access patterns. Experimental results show that our approach outperforms existing methods by up to 2.67×.
更多
查看译文
关键词
data access locality,extra write amplification,frequently updated data,high write amplification,high-performance NVM,key space,lightweight hot data identification method,LSM-tree,modern key-value stores,multiple exponentially,NVM-SSD hybrid storage,read performance,reinforcement learning method,varying workloads,virtual-split method,workload-aware log-structured merge key-value store,write amplification issue
AI 理解论文
溯源树
样例
生成溯源树,研究论文发展脉络
Chat Paper
正在生成论文摘要