LSM

[论文]VLDBJ 2018:LSM-based storage techniques: a survey

https://arxiv.org/pdf/1812.07527.pdf

[论文翻译]VLDBJ 2018:LSM-based storage techniques: a survey

https://blog.shunzi.tech/post/vldbj-2018lsm-based-storage-techniques-a-survey/

LSM 存储引擎中 KV 分离的实现

https://www.skyzh.dev/posts/articles/2021-08-07-lsm-kv-separation-overview/

badger

纯 go 实现的 LSM 存储引擎,参照 FAST2016 有关 KV 分离 LSM 的设计

[PPT]WiscKey: Separating Keys from Values in SSD-Conscious Storage

https://www.usenix.org/system/files/conference/fast16/fast16-papers-lu.pdf

[论文笔记] WiscKey: Separating Keys from Values in SSD-Conscious Storage

https://www.scienjus.com/wisckey/

[badger介绍]Introducing Badger: A fast key-value store written purely in Go

https://dgraph.io/blog/post/badger/