Category: postgresql

PostgreSQL on this site is the main hub for everything related to designing, running, and improving modern Postgres databases. It brings together practical guidance on performance tuning, real‑world architecture patterns, learning resources, and hands‑on examples so developers and DBAs can get more out of PostgreSQL in production. From book recommendations and beginner tutorials to deep dives into scaling, extensions, and advanced features, this category is where readers go to level up every aspect of their Postgres stack.

postgresql

PostgreSQL 18 Async I/O in Production: Real-World Benchmarks, Configuration Patterns, and Storage Performance in 2026

When PostgreSQL 18 dropped in September 2025, the async I/O subsystem was the headline feature that had database administrators and performance engineers buzzing. Six months into production deployments across diverse infrastructure environments, we now have enough real-world data to move beyond the release notes and understand how async I/O actually performs in the wild. This […]

David Sterling 
postgresql

PostgreSQL 18: Major Performance Leap with Async I/O

The PostgreSQL community released PostgreSQL 18 in September 2025, marking one of the most significant performance improvements in the database’s history. If you’re running read-heavy workloads or operating in cloud environments, this release deserves your immediate attention.The Game-Changer: Asynchronous I/O The headline feature in PostgreSQL 18 is the new asynchronous I/O (AIO) subsystem. This isn’t […]

David Sterling 
postgresql

PostgreSQL 18.1 Released: Security Fixes and Performance Improvements

The PostgreSQL Global Development Group has released PostgreSQL 18.1 on November 13, 2025. This minor release brings critical security fixes and important bug corrections for users running PostgreSQL 18.0. What’s New in PostgreSQL 18.1 This maintenance release focuses on stability and security improvements rather than new features. Users running PostgreSQL 18.X can upgrade without requiring […]

David Sterling