Databases 5 min read
Understanding Database Indexing
How B-trees and hash indexes actually work, why your queries are slow, and how to design indexes that make reads nearly free. A hands-on deep dive with concrete examples.
Topic
2 articles covering databases — from fundamentals to practical engineering.
How B-trees and hash indexes actually work, why your queries are slow, and how to design indexes that make reads nearly free. A hands-on deep dive with concrete examples.
The relational vs document vs key-value debate, demystified. When to reach for each, how to migrate, and why 'SQL is old' is not an argument.