×
LSM-Tree

Starting from Zero: Build an LSM Database with 500 Lines of Code

This article expounds on a mini database with a core code of about 500 lines to understand the principle of the database by combining theory with practice.

An In-depth Discussion on the LSM Compaction Mechanism

This article discusses the LSM compaction mechanism, analyzes key-value stores in the industry, and goes through the most relevant academic research in this topic.