Why SQL Exists
Data independence, declarative queries, and the rise of the relational model
Deep dive into database kernel internals
Data independence, declarative queries, and the rise of the relational model
Unpacking DuckDB's core design — PAX columnar layout, vectorized execution engine, and Morsel-Driven parallelism
A structured guide to mastering Carnegie Mellon's legendary database systems course — prerequisites, modules, projects, and companion resources
Contrasting how InnoDB and PostgreSQL implement MVCC — rollback segments vs in-heap versioning, trade-offs and best use cases
Deep dive into PostgreSQL's buffer replacement algorithm — how Clock-sweep works, why not LRU, and a line-by-line reading of bufmgr.c