Skip to content

Commit

Permalink
finish 2.1 and tests
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Chi Z <iskyzh@gmail.com>
  • Loading branch information
skyzh committed Jan 23, 2024
1 parent bb8eb4a commit 274a2cb
Show file tree
Hide file tree
Showing 28 changed files with 651 additions and 61 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ We are working on a new version of the mini-lsm tutorial that is split into 3 we
| 1.5 | Storage Engine - Read Path ||||
| 1.6 | Storage Engine - Write Path ||||
| 1.7 | Bloom Filter and Key Compression ||||
| 2.1 | Compaction Implementation || 🚧 | 🚧 |
| 2.1 | Compaction Implementation || | |
| 2.2 | Compaction Strategy - Simple || 🚧 | 🚧 |
| 2.3 | Compaction Strategy - Tiered || 🚧 | |
| 2.4 | Compaction Strategy - Leveled || 🚧 | |
| 2.5 | Manifest || 🚧 | |
| 2.6 | Write-Ahead Log || 🚧 | |
| 2.3 | Compaction Strategy - Tiered || 🚧 | 🚧 |
| 2.4 | Compaction Strategy - Leveled || 🚧 | 🚧 |
| 2.5 | Manifest || 🚧 | 🚧 |
| 2.6 | Write-Ahead Log || 🚧 | 🚧 |
| 2.7 | Batch Write + Checksum | | | |
| 3.1 | Timestamp Key Encoding + New Block Format | | | |
| 3.2 | Prefix Bloom Filter | | | |
Expand Down
6 changes: 6 additions & 0 deletions mini-lsm-book/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,10 @@
margin-left: auto;
margin-right: auto;
display: block;
}

.caption {
text-align: center;
font-size: smaller;
color: gray;
}
4 changes: 2 additions & 2 deletions mini-lsm-book/src/lsm-tutorial/00-full-overview.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-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-frozen.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.
4 changes: 2 additions & 2 deletions mini-lsm-book/src/lsm-tutorial/week1-01-single.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-02-overview.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-03-overview.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-04-overview.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-05-overview.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-07-overview.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-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 274a2cb

Please sign in to comment.