Files
mini_lsm/mini-lsm-book/src/05-compaction.md

23 lines
701 B
Markdown
Raw Normal View History

<!--
mini-lsm-book © 2022-2025 by Alex Chi Z is licensed under CC BY-NC-SA 4.0
-->
# Leveled Compaction
<div class="warning">
This is a legacy version of the Mini-LSM tutorial and we will not maintain it anymore. We now have a better version of this tutorial
and this chapter is now part of:
- [Mini-LSM Week 2 Day 1: Compaction Implementation](./week2-01-compaction.md)
- [Mini-LSM Week 2 Day 2: Simple Compaction Strategy](./week2-02-simple.md)
- [Mini-LSM Week 2 Day 3: Tiered Compaction Strategy](./week2-03-tiered.md)
- [Mini-LSM Week 2 Day 4: Leveled Compaction Strategy](./week2-04-leveled.md)
</div>
We did not finish this chapter as part of Mini-LSM v1.
{{#include copyright.md}}