Subjects / Database internals

Best books to learn Database internals, in order

Databases hide enormous machinery behind SQL, and it only makes sense bottom-up: storage and B-trees before indexes, indexes before transactions, transactions before the query planner that ties them together. A strong path starts with how bytes hit disk, layers on concurrency control and recovery, and finishes with distributed storage engines once the single-node picture is solid.

Build your own Database internals list →Browse all paths

Reading paths for database internals

Popular database internals books

Related reading

Related subjects