Study note

Let's Build a Simple Database

Properties

Type
Blogs
Status
待读
Domain
Databases
Category
数据库内核与存储引擎
Source
cstack.github.io
Vault note
library/articles/databases/Let's-Build-a-Simple-Database-b81c23e18f8e42e0.md

Summary

用 C 从零写一个 SQLite clone 的教程,页面描述为“Writing a sqlite clone from scratch in C”,从 REPL、简单 SQL、内存表、磁盘页和 B-Tree 等逐步展开。

Highlights

非常适合数据库入门工程练习,能把 SQL 表象和底层页、行格式、B-Tree 结构连接起来。

Notes

从零构建 SQLite 风格数据库。

Comments

Loading comments...