Back to Portfolio1 Article

Blog

Real-world experiments, systems design, and notes on what I learn while building.

Aug 24, 20265 min read
Read post

How Storage Engines Affect Primary Key Performance: MySQL vs PostgreSQL

A simple experiment comparing how MySQL and PostgreSQL handle random vs sequential IDs across 1 million rows.

DatabasesMySQLPostgreSQL