Tech Notes

Tech tips and new discoveries

PostgreSQL Scales Further Than Most Think — Here is How to Push It

Practical strategies for scaling PostgreSQL before reaching for distributed databases or microservice rewrites

PostgreSQLDatabaseLinux
How to Upgrade PostgreSQL Without Losing Data

A practical guide to upgrading PostgreSQL major versions with minimal downtime, covering pg_upgrade, logical replication, and common gotchas.

PostgreSQLLinuxDocker