Making Postgres 42,000x slower because I am unemployed
Everyone is always wondering how to make Postgres faster, more efficient, etc, but nobody ever thinks about how to make Postgres slower. Now, of course, most of those people are being paid to focus on speed, but I am not (although, if you wanted to change that, let me know). As I was writing a slightly more useful guide, I decided someone needed to try to create a Postgres configuration optimized to process queries as slowly as possible. Why? I am not sure, but this is what came of that thought. I can’t make this too easy. This is a Postgres tuning challenge, not a throttle-your-CPU-to-one-megahertz-and-delete-indexes challenge, so all changes must be on parameters in postgresql.conf. Additionally, the database will still need to have the capability to process at least one transaction within a reasonable amount of time—it would be too simple just to grind Postgres to a halt. This is more difficult than it might seem, because Postgres tries to make it as difficult as possible to make de
Postgres Databases Making Postgres 42,000x slower because I am unemployed By Jacob Jackson July 27, 2025 Everyone is always wondering how to make Postgres faster , more efficient , etc, but nobody ever thinks about how to make Postgres slower. Now, of course, most of those people are being paid to focus on speed, but I am not (although, if you wanted to change that, let me know). As I was writing a slightly more useful guide , I decided someone needed to try to create a Postgres configuration optimized to process queries as slowly as possible. Why? I am not sure, but this is what came of that
Explore this link on the map →saved by
related reading
- Nine ways to shoot yourself in the foot with PostgreSQLphilbooth.me
- Scaling PostgreSQL to power 800 million ChatGPT users | OpenAIopenai.com
- Benchmarking How Workflow Execution Scales on Postgres | DBOSdbos.dev
- EXPLAIN (ANALYZE) needs BUFFERS to improve the Postgres query optimization process | PostgresAIpostgres.ai
- Databases are Fucking Stupid | Probably Danceprobablydance.com
- Schedule | POSETTE: An Event for Postgres 2024 - Citus Datacitusdata.com
- An Overview of Distributed PostgreSQL... | Crunchy Data Blogcrunchydata.com
- The only scalable delete in Postgres is DROP TABLE — PlanetScaleplanetscale.com
- posts/postgres-architecturesaurabhthakur.dev
- How to tune PostgreSQL for memory | EDBenterprisedb.com
- Just Use Postgres for Everything | Amazing CTOamazingcto.com
- abseil / Performance Hintsabseil.io