【翻译】理解LSM树:重度写数据库背后的实现机制

原文链接 A log-structured merge-tree (LSM tree) is a data structure typically used when dealing with write-heavy workloads. The write path is optimized by only performing sequential writes. LSM trees are
相关文章
相关标签/搜索