Building an LSM Tree Storage Engine from Scratch in C++
6d ago · 5 min read · Most developers use databases.
Very few understand how they work internally.
To bridge that gap, I built a Log-Structured Merge Tree (LSM Tree) based key-value storage engine from scratch in C++ to un