Map

Database Design and Implementation

Books bookEdward Scioredatabasessystemswant-to-read โ†ณ show in map Markdown
title
Database Design and Implementation
type
book
summary
Sciore's build-it-as-you-read course growing SimpleDB from disk pages up to a working RDBMS
author
Edward Sciore
year
2020
tags
databases, systems
status
want-to-read
created
2026-05-12
updated
2026-05-12

Sciore's pedagogical DBMS book (Springer, 2nd ed. 2020). Walks the reader through SimpleDB, a small Java teaching engine that grows over the chapters into a working relational database with disk pages, buffer pool, lock manager, parser, planner, and JDBC layer. Build-it-as-you-read-it style closer to building-syntaqlite-ai than to a reference text. Read by the eatonphil-bookclub in 2024: cohort page.

Related concepts: lsm-tree, database-index-gotchas.