Open SilhDing opened 3 years ago
https://silhding.github.io/2021/08/20/A-Closer-Look-to-a-Key-Value-Storage-Engine/
LevelDB is only one of the databases that utilize LSM-tree. Some other LSM-tree based DBs might use a size-tiered (opposed to level tiered in LevelDB) structure to control and manage the SSTable files.
https://silhding.github.io/2021/08/20/A-Closer-Look-to-a-Key-Value-Storage-Engine/