其他分享
首页 > 其他分享> > OSDI文章分享,论文(From WiscKey to Bourbon: A Learned Index for Log-Structured Merge Trees)的结构化文摘

OSDI文章分享,论文(From WiscKey to Bourbon: A Learned Index for Log-Structured Merge Trees)的结构化文摘

作者:互联网

Authors: 

Yifan Dai, Yien Xu, Aishwarya Ganesan, and Ramnatthan Alagappan, University of Wisconsin - Madison; Brian Kroth, Microsoft Gray Systems Lab; Andrea Arpaci-Dusseau and Remzi Arpaci-Dusseau, University of Wisconsin - Madison

Abstract: 

We introduce BOURBON, a log-structured merge (LSM) tree that utilizes machine learning to provide fast lookups. We base the design and implementation of BOURBON on empirically-grounded principles that we derive through careful analysis of LSM design. BOURBON employs greedy piecewise linear regression to learn key distributions, enabling fast lookup with minimal computation, and applies a cost-benefit strategy to decide when learning will be worthwhile. Through a series of experiments on both synthetic and real-world datasets, we show that BOURBON improves lookup performance by 1.23x-1.78x as compared to state-of-the-art production LSMs.

Structu

标签:Index,Madison,LSM,University,Structured,design,learning,OSDI,BOURBON
来源: https://blog.csdn.net/bookmashup/article/details/118104626