Files
mini_lsm/mini-lsm-book/src/00-overview.md
Alex Chi 598a15c814 add contents for mdbook
Signed-off-by: Alex Chi <iskyzh@gmail.com>
2022-12-23 15:52:09 -05:00

167 B

Overview

In this tutorial, you will learn how to build a simple LSM-Tree storage engine in the Rust programming language.

What is LSM, and Why LSM?

Roadmap