Latest Episodes
250

Performance Issue, Survive Without Superuser, Reserved Connections, Partition Management | Scaling Postgres 250
In this episode of Scaling Postgres, we discuss resolving a performance issue, how PG16 allows you to survive without a superuser, reserving connections and...
249

Locking Tables, Foreign Key Issue, Slow Decimals, Memoize & Joins | Scaling Postgres 249
In this episode of Scaling Postgres, we discuss issues with locking tables, foreign keys and slow decimals. We also cover when joins use memoize....
248

Pagination Solutions, Return Modifications, Insert Deletions, How To JSON | Scaling Postgres 248
In this episode of Scaling Postgres, we discuss different pagination solutions, how to return modifications, soft deletion alternatives and how to use JSON with...
247

Generate Test Data, Faster Archiving, Date Statistics, Useless Indexes | Scaling Postgres 247
In this episode of Scaling Postgres, we discuss how to generate test data, how WAL archiving is faster in PG15, how to set date...
246

Columnar Tables, Advent of Code, PG 16 Features, Commit Times | Scaling Postgres 246
In this episode of Scaling Postgres, we discuss columnar table storage, solving Advent of Code using Postgres, new features coming in Postgres 16 and...
245

ENUMs vs Check Constraints, Faceting With Roaring Bitmaps, Better Scaling, In DB Business Logic | Scaling Postgres 245
In this episode of Scaling Postgres, we discuss ENUMs vs. check constraints, querying table facets with roaring bitmaps, a better way to handle scaling...