hzhu212 / _blog_comment

gittalk comment repo for my blog: https://hzhu212.github.io
0 stars 0 forks source link

LSM Tree - 对频繁写友好的数据结构 | Henry's Blog #12

Open hzhu212 opened 3 years ago

hzhu212 commented 3 years ago

https://hzhu212.github.io/posts/2d7c5edb/

LSM tree (log-structured merge-tree) 是一种对频繁写操作非常友好的数据结构,同时兼顾了查询效率。LSM tree 是许多 key-value 型或日志型数据库所依赖的核心数据结构,例如 BigTable、HBase、Cassandra、LevelDB、SQLite、Scylla、RocksDB 等。

EmuuGrass commented 1 year ago

写的好清晰啊!!赞~