Go sqlc PostgreSQL zero-ORM high-performance stack

Go + sqlc + Postgres: The Zero-ORM Stack Behind Cloudflare's 99.99% Uptime

Cloudflare runs Go + sqlc + Postgres in production, bypassing GORM’s N+1 queries and reflection overhead. 85K vs 42K qps, p99 drops from 3.8ms to 1.2ms. Breaking down the design logic, migration patterns, and when it actually makes sense to switch.

February 20, 2026 · 6 min · 1191 words · Rex Programming
PgDog Protobuf vs Direct FFI Performance Comparison

PostgreSQL Query Parsing Too Slow? PgDog Ditched Protobuf and Got 5x Faster

PgDog is a Rust-based PostgreSQL proxy. They discovered Protobuf serialization was the real bottleneck in SQL query parsing — not the Postgres parser itself. By replacing Protobuf with direct C-to-Rust FFI bindings, they achieved 5-10x faster parsing.

February 3, 2026 · 5 min · 1043 words · Dream Beast Programming
High‑value AI Toolkit Less than a coffee/month →