Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/Search Tree/
LSM Tree
Search

LSM Tree

Creator
Creator
Seonglae Cho
Created
Created
2023 Sep 9 7:44
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Sep 9 7:44
Refs
Refs
Log-structured merge-tree
In computer science, the log-structured merge-tree is a data structure with performance characteristics that make it attractive for providing indexed access to files with high insert volume, such as transactional log data. LSM trees, like other search trees, maintain key-value pairs. LSM trees maintain data in two or more separate structures, each of which is optimized for its respective underlying storage medium; data is synchronized between the two structures efficiently, in batches.
Log-structured merge-tree
https://en.wikipedia.org/wiki/Log-structured_merge-tree
Log-structured merge-tree
 
 
 
 
 
 
 
 
 

Recommendations

Texonom
Texonom
/
Computing
Computing
/Data/Data Structure/Tree Data/Binary Tree/Search Tree/
LSM Tree
Copyright Seonglae Cho