Skip to search formSkip to main contentSkip to account menu

Log-structured merge-tree

Known as: LSM, LSM-tree, Log-structured merge tree 
In computer science, the log-structured merge-tree (or LSM tree) is a data structure with performance characteristics that make it attractive for… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2020
2020
Log-Structured Merge-tree (LSM-tree) organizes write-friendly and hierarchical structure, which leads to inevitable disk I/O from… 
2019
2019
Log-structured merge tree has been adopted by many distributed storage systems. It decomposes a large database into multiple… 
2019
2019
Modern data centers aim to take advantage of high parallelism in storage devices for I/O intensive applications such as storage… 
2018
2018
Modern persistent key-value stores typically use a log-structured merge-tree (LSM-tree) design, which allows for high write… 
2018
2018
Log-structured Merge Tree (LSM) [17] is a data structure that is widely used in write-intensive storage system. However, it… 
2018
2018
In this paper we investigate replica-group reconfiguration as a way to mask performance bottlenecks on the primary node of a… 
2017
2017
The amount of internet-connected devices is rapidly expanding. Embedded with various sensors, these devices are generating ever… 
2016
2016
LSM-tree has been widely used in cloud computing systems by Google, Facebook, and Amazon, to achieve high performance for write… 
2014
2014
Big data real-time processing aims for faster retrieval of data and analysis. Lately, in order to accelerate real-time processing… 
2014
2014
Flash-based solid state drives (SSDs) are increasingly becoming a popular choice as a storage device within database management…