SilhDing / SilhDing.github.io

0 stars 0 forks source link

[Vssue]/2021/08/20/A-Closer-Look-to-a-Key-Value-Storage-Engine/ #20

Open SilhDing opened 3 years ago

SilhDing commented 3 years ago

https://silhding.github.io/2021/08/20/A-Closer-Look-to-a-Key-Value-Storage-Engine/

SilhDing commented 3 years ago

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.