Mini Lsm Versions Save

A tutorial of building an LSM-Tree storage engine in a week!

v202401

3 months ago

We are happy to announce the tutorial of Mini-LSM is complete! In this tutorial, you will build a LSM-tree storage engine in one week, and add more functionalities to the engine / make it production ready in the next two weeks.

Join the Discord server: https://skyzh.dev/join/discord

Start learning: https://skyzh.github.io/mini-lsm/

Week 1+2 reference solution: https://github.com/skyzh/mini-lsm/tree/main/mini-lsm

Week 3 reference solution: https://github.com/skyzh/mini-lsm/tree/main/mini-lsm-mvcc

Solution checkpoint: https://github.com/skyzh/mini-lsm-solution-checkpoint

Your feedback is greatly appreciated -- feel free to discuss and leave your comments in the Discord Server or on GitHub!