mirror of
https://github.com/aljazceru/Tutorial-Codebase-Knowledge.git
synced 2025-12-19 07:24:20 +01:00
update nav
This commit is contained in:
@@ -44,21 +44,4 @@ flowchart TD
|
||||
A7 -- "Builds SSTables" --> A2
|
||||
A7 -- "Updates Versions Via Edit" --> A3
|
||||
A7 -- "Uses Iterator for Merging" --> A5
|
||||
```
|
||||
|
||||
## Chapters
|
||||
|
||||
1. [Table / SSTable & TableCache](01_table___sstable___tablecache.md)
|
||||
2. [MemTable](02_memtable.md)
|
||||
3. [Write-Ahead Log (WAL) & LogWriter/LogReader](03_write_ahead_log__wal____logwriter_logreader.md)
|
||||
4. [DBImpl](04_dbimpl.md)
|
||||
5. [WriteBatch](05_writebatch.md)
|
||||
6. [Version & VersionSet](06_version___versionset.md)
|
||||
7. [Iterator](07_iterator.md)
|
||||
8. [Compaction](08_compaction.md)
|
||||
9. [InternalKey & DBFormat](09_internalkey___dbformat.md)
|
||||
|
||||
|
||||
---
|
||||
|
||||
Generated by [AI Codebase Knowledge Builder](https://github.com/The-Pocket/Tutorial-Codebase-Knowledge)
|
||||
```
|
||||
Reference in New Issue
Block a user