Dumitru Cușnir n=1
all entries
All tags

Content tagged with "databases" (5)

All content across blogs, linklog, and books with this tag.

Links

  • June 22, 2026 · buildkite.com
    Goodbye to sequential integers, hello UUIDv7!
    Why Buildkite moved its primary keys to UUIDv7, which keeps the global uniqueness of a UUID while staying time-ordered enough to sit well in a B-tree index.
  • June 19, 2026 · planetscale.com
    B-trees and database indexes
    Sizes a B-tree node to a disk page and walks the math from there, showing why the primary key you choose sets how many pages every query has to read.
  • June 19, 2026 · evanjones.ca
    Why databases use ordered indexes but programming uses hash tables
    Hash tables win the single-lookup benchmark, yet databases default to B-trees. The payoff is everything past that one lookup: range scans, sorted reads, and maintaining many indexes at once.
  • June 19, 2026 · use-the-index-luke.com
    On Uber's Choice of Databases
    A point-by-point rebuttal of Uber's famous 'we left Postgres for MySQL' post, arguing the problems were specific to how they used it, not a verdict on the database.
  • August 27, 2025 · cstack.github.io
    How Does a Database Work?
    Build a SQLite clone from scratch in C, and after that you'll never write a SELECT statement without knowing exactly what the machine is doing underneath.
© 2026 • Dumitru CuČ™nir
Press Esc or click anywhere to close