Tech Notes
Tech tips and new discoveries
All Posts#Architecture#CSS#Database#Docker#Homelab#JavaScript#Linux#Networking#Node.js#PostgreSQL#React#TypeScript#Ubuntu
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