SoKV:具有自适应动态分组和基于gc的lsm树管理的KV分离扫描性能优化

IF 6.2 2区 计算机科学 Q1 COMPUTER SCIENCE, THEORY & METHODS
Yixiang Cai , Yubiao Pan , Xinwei Lin , Jie Xu , Huizhen Zhang , Mingwei Lin
{"title":"SoKV:具有自适应动态分组和基于gc的lsm树管理的KV分离扫描性能优化","authors":"Yixiang Cai ,&nbsp;Yubiao Pan ,&nbsp;Xinwei Lin ,&nbsp;Jie Xu ,&nbsp;Huizhen Zhang ,&nbsp;Mingwei Lin","doi":"10.1016/j.future.2025.108083","DOIUrl":null,"url":null,"abstract":"<div><div>Key-value (KV) storage becomes a foundational technology for system software, enabling fast data processing and high-performance applications across various workloads and scenarios. In KV separation storage systems, where values are stored separately from the LSM-tree, scan operations necessitate traversal of the LSM-tree to retrieve addresses of desired values before accessing the corresponding KV pairs. Consequently, the organization of KV pairs and the size of the LSM-tree significantly impact scan performance. Recognizing this, we devised two strategies: Adaptive Dynamic Grouping and GC-based LSM-tree Management, to enhance scan performance by expediting the restoration of orderliness in frequently accessed KV pairs and reducing LSM-tree size. Finally, we implemented our prototype system called SoKV. Experimental results show that the scan throughput of SoKV is 2.66<span><math><mo>×</mo></math></span> that of RocksDB, 10.38<span><math><mo>×</mo></math></span> that of Parallax, 1.88<span><math><mo>×</mo></math></span> that of WiscKey, 2.27<span><math><mo>×</mo></math></span> that of HashKV and 1.39<span><math><mo>×</mo></math></span> that of FenceKV. Additionally, due to the reduction in the size of the LSM-tree, SoKV also outperforms the all other systems in terms of update performance.</div></div>","PeriodicalId":55132,"journal":{"name":"Future Generation Computer Systems-The International Journal of Escience","volume":"175 ","pages":"Article 108083"},"PeriodicalIF":6.2000,"publicationDate":"2025-08-14","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"0","resultStr":"{\"title\":\"SoKV: Scan performance optimization for KV separation with adaptive dynamic grouping and GC-based LSM-tree management\",\"authors\":\"Yixiang Cai ,&nbsp;Yubiao Pan ,&nbsp;Xinwei Lin ,&nbsp;Jie Xu ,&nbsp;Huizhen Zhang ,&nbsp;Mingwei Lin\",\"doi\":\"10.1016/j.future.2025.108083\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"<div><div>Key-value (KV) storage becomes a foundational technology for system software, enabling fast data processing and high-performance applications across various workloads and scenarios. In KV separation storage systems, where values are stored separately from the LSM-tree, scan operations necessitate traversal of the LSM-tree to retrieve addresses of desired values before accessing the corresponding KV pairs. Consequently, the organization of KV pairs and the size of the LSM-tree significantly impact scan performance. Recognizing this, we devised two strategies: Adaptive Dynamic Grouping and GC-based LSM-tree Management, to enhance scan performance by expediting the restoration of orderliness in frequently accessed KV pairs and reducing LSM-tree size. Finally, we implemented our prototype system called SoKV. Experimental results show that the scan throughput of SoKV is 2.66<span><math><mo>×</mo></math></span> that of RocksDB, 10.38<span><math><mo>×</mo></math></span> that of Parallax, 1.88<span><math><mo>×</mo></math></span> that of WiscKey, 2.27<span><math><mo>×</mo></math></span> that of HashKV and 1.39<span><math><mo>×</mo></math></span> that of FenceKV. Additionally, due to the reduction in the size of the LSM-tree, SoKV also outperforms the all other systems in terms of update performance.</div></div>\",\"PeriodicalId\":55132,\"journal\":{\"name\":\"Future Generation Computer Systems-The International Journal of Escience\",\"volume\":\"175 \",\"pages\":\"Article 108083\"},\"PeriodicalIF\":6.2000,\"publicationDate\":\"2025-08-14\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"0\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"Future Generation Computer Systems-The International Journal of Escience\",\"FirstCategoryId\":\"94\",\"ListUrlMain\":\"https://www.sciencedirect.com/science/article/pii/S0167739X25003772\",\"RegionNum\":2,\"RegionCategory\":\"计算机科学\",\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"Q1\",\"JCRName\":\"COMPUTER SCIENCE, THEORY & METHODS\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"Future Generation Computer Systems-The International Journal of Escience","FirstCategoryId":"94","ListUrlMain":"https://www.sciencedirect.com/science/article/pii/S0167739X25003772","RegionNum":2,"RegionCategory":"计算机科学","ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"Q1","JCRName":"COMPUTER SCIENCE, THEORY & METHODS","Score":null,"Total":0}
引用次数: 0

摘要

键值(KV)存储成为系统软件的基础技术,可实现跨各种工作负载和场景的快速数据处理和高性能应用。在KV分离存储系统中,值与lsm树分开存储,扫描操作需要在访问相应的KV对之前遍历lsm树以检索所需值的地址。因此,KV对的组织和lsm树的大小显著影响扫描性能。认识到这一点,我们设计了两种策略:自适应动态分组和基于gc的lsm树管理,通过加速恢复频繁访问的KV对的有序性和减小lsm树的大小来提高扫描性能。最后,我们实现了名为SoKV的原型系统。实验结果表明,SoKV的扫描吞吐量是RocksDB的2.66倍,Parallax的10.38倍,wiskey的1.88倍,HashKV的2.27倍,FenceKV的1.39倍。此外,由于lsm树的大小减小,SoKV在更新性能方面也优于所有其他系统。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
SoKV: Scan performance optimization for KV separation with adaptive dynamic grouping and GC-based LSM-tree management
Key-value (KV) storage becomes a foundational technology for system software, enabling fast data processing and high-performance applications across various workloads and scenarios. In KV separation storage systems, where values are stored separately from the LSM-tree, scan operations necessitate traversal of the LSM-tree to retrieve addresses of desired values before accessing the corresponding KV pairs. Consequently, the organization of KV pairs and the size of the LSM-tree significantly impact scan performance. Recognizing this, we devised two strategies: Adaptive Dynamic Grouping and GC-based LSM-tree Management, to enhance scan performance by expediting the restoration of orderliness in frequently accessed KV pairs and reducing LSM-tree size. Finally, we implemented our prototype system called SoKV. Experimental results show that the scan throughput of SoKV is 2.66× that of RocksDB, 10.38× that of Parallax, 1.88× that of WiscKey, 2.27× that of HashKV and 1.39× that of FenceKV. Additionally, due to the reduction in the size of the LSM-tree, SoKV also outperforms the all other systems in terms of update performance.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
CiteScore
19.90
自引率
2.70%
发文量
376
审稿时长
10.6 months
期刊介绍: Computing infrastructures and systems are constantly evolving, resulting in increasingly complex and collaborative scientific applications. To cope with these advancements, there is a growing need for collaborative tools that can effectively map, control, and execute these applications. Furthermore, with the explosion of Big Data, there is a requirement for innovative methods and infrastructures to collect, analyze, and derive meaningful insights from the vast amount of data generated. This necessitates the integration of computational and storage capabilities, databases, sensors, and human collaboration. Future Generation Computer Systems aims to pioneer advancements in distributed systems, collaborative environments, high-performance computing, and Big Data analytics. It strives to stay at the forefront of developments in grids, clouds, and the Internet of Things (IoT) to effectively address the challenges posed by these wide-area, fully distributed sensing and computing systems.
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:604180095
Book学术官方微信