检索规则说明:AND代表“并且”;OR代表“或者”;NOT代表“不包含”;(注意必须大写,运算符两边需空一格)
检 索 范 例 :范例一: (K=图书馆学 OR K=情报学) AND A=范并思 范例二:J=计算机应用与软件 AND (U=C++ OR U=Basic) NOT M=Visual
作 者:林清音 陈志广 LIN Qingyin;CHEN Zhiguang(School of Computer Science and Engineering,Sun Yat-Sen University,Guangzhou 510006,China)
出 处:《大数据》2023年第1期126-140,共15页Big Data Research
基 金:国家重点研发计划基金资助项目(No.2021YFB0300103);国家自然科学基金资助项目(No.61872392,No.61832020,No.U1911401);广东省自然科学基金资助项目(No.2018B030312002)。
摘 要:基于LSM-Tree的键值存储已经得到广泛使用。LSM-Tree通过将更新的数据缓存在内存中、随后批量写入磁盘的优化措施取得极高的写性能。然而,在基于LSM-Tree的键值存储中,被更新键值对的旧数据不会立即从存储系统中清除,导致整个存储系统中积累大量的无效数据,最终会显著降低键值存储的读性能。针对以上问题,提出一种更积极的压缩(compaction)方法,通过记录键值对更新的历史信息,识别出更新热点,在整个LSM-Tree存储系统中寻找无效数据大量聚集的SSTable,尽早实施压缩,清除无效数据,缓解写放大效应,从而提升读性能。实验表明,该方法能够降低LevelDB 65.2%的平均读时延、69.4%的99%读尾时延以及71.4%的写放大。Key-value stores based on LSM-Tree have been widely used.LSM-Tree gains excellent write performance by collecting updated data in memory and then flushing data into storage in batches.However,in LSM-Tree-based key-value stores,old data generated by update operations will not be eliminated immediately from the storage system,resulting in a large amount of invalid data accumulated in the entire storage system,which will eventually significantly reduce the read performance of key-value stores.For the above problems,an active compaction method was proposed.By recording the history information of updated key-value pairs,recognizing hot-updated keys,finding SSTables that contain a large amount of invalid data in the storage system,and triggering compaction as soon as possible to clear much more invalid data,the proposed method could reduce write amplification and improve the read performance of LSM-Tree based key-value stores.Experiments showed that this method could reduce the average read latency of LevelDB by 65.2%,99%read tail latency by 69.4%,and write amplification by 71.4%.
分 类 号:TP392[自动化与计算机技术—计算机应用技术]
正在载入数据...
正在载入数据...
正在载入数据...
正在载入数据...
正在载入数据...
正在载入数据...
正在载入数据...
正在链接到云南高校图书馆文献保障联盟下载...
云南高校图书馆联盟文献共享服务平台 版权所有©
您的IP:3.136.11.217