KVSSD: Close Integration of LSM Trees and Flash Translation Layer for Write-Efficient KV Store
Sung-Ming Wua, Kai-Hsiang Linb and Li-Pin Changc
National Chiao-Tung University Hsinchu, Taiwan, R.O.C.
atbches.cs03g@nctu.edu.tw
bk99182003@gmail.com
clpchang@cs.nctu.edu.tw
ABSTRACT
Log‐Structured‐Merge (LSM) trees are a write optimized
data structure for lightweight, high‐performance Key Value (KV) store. Solid State Disks (SSDs) provide acceleration
of KV operations on LSM trees. However, this hierarchical design
involves multiple software layers, including the LSM tree, host
file system, and Flash Translation Layer (FTL), causing