Skip to content
CodeBrewerz logoCodeBrewerz
Engineering blog

How the Machinery Actually Works

Long-form engineering writing with diagrams you can poke at. No launch posts and no listicles: one system per article, taken apart until the surprising part is obvious.

Start here

Databases

What Postgres Actually Does With Your Data

An UPDATE never touches your row in place, a COMMIT does not mean your data is on the heap file, and your index is sometimes ignored on purpose. Here is the machinery underneath all three.

9 min readRead the post

Everything else we have written