PgBouncer: From 45K to 210K Queries per Second
A benchmark-driven look at how one PgBouncer process became a CPU bottleneck, how multiple processes scaled it, and where the next limit appeared.
- postgresql
- pgbouncer
- performance
- databases
Notes from building and benchmarking backend and data systems.
4 published notesA benchmark-driven look at how one PgBouncer process became a CPU bottleneck, how multiple processes scaled it, and where the next limit appeared.
A benchmark-driven look at what happens when vector compression moves from 10M scale to 100M scale.
A benchmark-driven look at how much the PostgreSQL write path matters when loading large datasets.
A benchmark-driven look at why large JSON ingestion in Python is often more about memory shape than raw parser speed.