Study note
Build Your Own Database From Scratch in Go | Build Your Own Database From Scratch in Go
Properties
- Type
- Blogs
- Status
- 待读
- Domain
- Databases
- Category
- 数据库内核与存储引擎
- Source
- build-your-own.org
- Vault note
library/articles/databases/Build-Your-Own-Database-From-Scratch-in-Go-Build-Your-Own-Database-From-Scratch--fb974cc96da637bd.md
Summary
从零用 Go 构建数据库的教程,主线从 B+Tree 到 SQL,包含文件到数据库、append-only KV、B+Tree、表构建和 SQL 层等内容。
Highlights
项目式学习数据库内部结构,适合把 B+Tree、页、持久化、KV 和关系模型之间的联系写出来。
Comments
Loading comments...