Skip to content

Commit

Permalink
move merge iterator to day 2
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <[email protected]>
  • Loading branch information
skyzh committed Jan 19, 2024
1 parent 75d85f4 commit beb3fea
Show file tree
Hide file tree
Showing 23 changed files with 387 additions and 313 deletions.
2 changes: 1 addition & 1 deletion mini-lsm-book/src/01-block.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="warning">

This is a legacy version of the Mini-LSM tutorial and we will not maintain it anymore. We are working on a new version of this tutorial and this chapter is now part of [Mini-LSM Week 1 Day 2: Blocks](./week1-02-block.md).
This is a legacy version of the Mini-LSM tutorial and we will not maintain it anymore. We are working on a new version of this tutorial and this chapter is now part of [Mini-LSM Week 1 Day 3: Blocks](./week1-03-block.md).

</div>

Expand Down
2 changes: 1 addition & 1 deletion mini-lsm-book/src/02-sst.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="warning">

This is a legacy version of the Mini-LSM tutorial and we will not maintain it anymore. We are working on a new version of this tutorial and this chapter is now part of [Mini-LSM Week 1 Day 3: Sorted String Table (SST)](./week1-03-sst.md).
This is a legacy version of the Mini-LSM tutorial and we will not maintain it anymore. We are working on a new version of this tutorial and this chapter is now part of [Mini-LSM Week 1 Day 4: Sorted String Table (SST)](./week1-04-sst.md).

</div>

Expand Down
2 changes: 1 addition & 1 deletion mini-lsm-book/src/03-memtable.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<div class="warning">

This is a legacy version of the Mini-LSM tutorial and we will not maintain it anymore. We are working on a new version of this tutorial and this chapter is now part of [Mini-LSM Week 1 Day 1: Memtable](./week1-01-memtable.md) and [Mini-LSM Week 1 Day 4: Merge Iterator](./week1-04-merge-iterator.md)
This is a legacy version of the Mini-LSM tutorial and we will not maintain it anymore. We are working on a new version of this tutorial and this chapter is now part of [Mini-LSM Week 1 Day 1: Memtable](./week1-01-memtable.md) and [Mini-LSM Week 1 Day 2: Merge Iterator](./week1-02-merge-iterator.md)

</div>

Expand Down
6 changes: 3 additions & 3 deletions mini-lsm-book/src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@

- [Week 1: Mini-LSM](./week1-overview.md)
- [Memtable](./week1-01-memtable.md)
- [Block](./week1-02-block.md)
- [Sorted String Table (SST)](./week1-03-sst.md)
- [Merge Iterator](./week1-04-merge-iterator.md)
- [Merge Iterator](./week1-02-merge-iterator.md)
- [Block](./week1-03-block.md)
- [Sorted String Table (SST)](./week1-04-sst.md)
- [Read Path](./week1-05-read-path.md)
- [Write Path](./week1-06-write-path.md)
- [Snack Time: SST Optimizations](./week1-07-sst-optimizations.md)
Expand Down
4 changes: 2 additions & 2 deletions mini-lsm-book/src/lsm-tutorial/00-lsm-read-flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mini-lsm-book/src/lsm-tutorial/00-lsm-write-flow.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions mini-lsm-book/src/lsm-tutorial/week1-01-overview.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit beb3fea

Please sign in to comment.