所需组件
- Python
- Typst
git clone https://github.com/qujihan/toydb-book.git
cd toydb-book
git submodule update --init --recursive
python fonts/download.py
make c
正在把理解理成书中....
- 存储引擎
- [√] Bitcask存储引擎
- [√] MVCC
- 共识算法 Raft
- [☓] Message
- [☓] Node
- [☓] Log
- SQL引擎
- [√] Type
- [☓] Engine
- [☓] Parse
- [☓] Planner
- [☓] Execution
- [☓] 编码