Skip to content

Commit

Permalink
switch the order of v1 and v2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi <[email protected]>
  • Loading branch information
skyzh committed Jan 20, 2024
1 parent ab5c3ec commit 1ece52a
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 20 deletions.
34 changes: 14 additions & 20 deletions mini-lsm-book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,6 @@
[Mini-LSM Overview](./00-overview.md)
[Environment Setup](./00-get-started.md)

---

# Mini-LSM v1

- [Overview](./00-v1.md)
- [Store key-value pairs in little blocks](./01-block.md)
- [And make them into an SST](./02-sst.md)
- [Now it's time to merge everything](./03-memtable.md)
- [The engine is on fire](./04-engine.md)
- [Let's do something in the background](./05-compaction.md)
- [Be careful when the system crashes](./06-recovery.md)
- [A good bloom filter makes life easier](./07-bloom-filter.md)
- [Save some space, hopefully](./08-key-compression.md)
- [What's next](./09-whats-next.md)

---

# Mini-LSM v2

- [Week 1 Overview: Mini-LSM](./week1-overview.md)
- [Memtable](./week1-01-memtable.md)
- [Merge Iterator](./week1-02-merge-iterator.md)
Expand All @@ -42,6 +23,19 @@
- [Snack Time: Batch Write and Checksums](./week2-07-snacks.md)

- [Week 3 Overview: MVCC](./week3-overview.md)
- [The Rest of Your Life (TBD)](./week4-overview.md)

---

# The Rest of Your Life (TBD)
# Mini-LSM v1

- [Overview](./00-v1.md)
- [Store key-value pairs in little blocks](./01-block.md)
- [And make them into an SST](./02-sst.md)
- [Now it's time to merge everything](./03-memtable.md)
- [The engine is on fire](./04-engine.md)
- [Let's do something in the background](./05-compaction.md)
- [Be careful when the system crashes](./06-recovery.md)
- [A good bloom filter makes life easier](./07-bloom-filter.md)
- [Save some space, hopefully](./08-key-compression.md)
- [What's next](./09-whats-next.md)
1 change: 1 addition & 0 deletions mini-lsm-book/src/week4-overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# The Rest of Your Life (TBD)

0 comments on commit 1ece52a

Please sign in to comment.