Skip to content

Latest commit

 

History

History
42 lines (36 loc) · 1.03 KB

README.md

File metadata and controls

42 lines (36 loc) · 1.03 KB

WIP. 从零开始的分布式数据库生活

Generate PDF 下载最新版本

编译本书

所需组件

git clone https://github.com/qujihan/toydb-book.git
cd toydb-book
git submodule update --init --recursive
python fonts/download.py
make c

TODO

正在把理解理成书中....

  • 存储引擎
    • [√] Bitcask存储引擎
    • [√] MVCC
  • 共识算法 Raft
    • [☓] Message
    • [☓] Node
    • [☓] Log
  • SQL引擎
    • [√] Type
    • [☓] Engine
    • [☓] Parse
    • [☓] Planner
    • [☓] Execution
  • [☓] 编码