Aurora PostgreSQL

Tech Optimizer
December 18, 2025
AWS has introduced Graviton4-based R8gd instances for Amazon Aurora, which offer significant performance enhancements over Graviton2-based db.r6g instances. Users can expect up to 165% higher throughput, a 120% improvement in price-performance ratio, and an 80% enhancement in application response time. The integration of an Optimized Reads-enabled tiered cache allows for expanded database caching capacity, minimizing network storage access and improving query response times. Organizations like Mindbody and Claroty have reported substantial performance improvements and cost savings after implementing these features. Aurora PostgreSQL 17 has introduced smarter storage batching algorithms and optimized writes, further enhancing performance for I/O-intensive applications. The db.r8gd instances allow for scaling up to 48xl, providing 192 vCPUs, 50 Gigabits of network bandwidth, and 10.4 TiB of local NVMe capacity. The benchmark testing using HammerDB demonstrated significant improvements in throughput, price-performance ratio, and response times when upgrading from db.r6g to db.r8gd instances. The Aurora Optimized Reads-enabled tiered cache is available for Aurora PostgreSQL versions 17.4 and higher, among others.
Tech Optimizer
December 12, 2025
Amazon Web Services (AWS) launched CloudWatch Database Insights in December 2024, a monitoring solution for Aurora (PostgreSQL and MySQL) and Amazon RDS engines, aimed at identifying and resolving database performance issues. The tool includes an Advanced mode for SQL execution plan analysis, which helps users troubleshoot query performance within Aurora PostgreSQL clusters. The PostgreSQL query optimizer generates execution plans to determine the most efficient way to execute SQL queries, which can be analyzed using the EXPLAIN command. Users can compare execution plans to identify performance degradation, such as changes in execution behavior due to dropped indexes or inefficient join strategies. For example, a comparison of execution plans for a SQL statement retrieving order details showed significant differences: one plan used an efficient index scan while another resorted to sequential scans due to missing indexes, leading to increased query costs and execution times. Additionally, analysis of execution plans can reveal performance bottlenecks, such as insufficient memory allocation for sorting operations. Adjusting the work_mem parameter allowed for in-memory sorting, improving performance significantly. CloudWatch Database Insights facilitates the identification of these issues, enabling users to optimize query performance effectively.
Tech Optimizer
November 7, 2025
Organizations using PostgreSQL 13 must upgrade before its end-of-life on November 13, 2025, as this will result in the cessation of security patches, bug fixes, and official support. Continuing to use an unsupported version exposes systems to vulnerabilities, which can lead to data breaches and compliance challenges. The last minor release for PostgreSQL 13 was 13.21 in May 2025. Upgrading to newer versions, such as PostgreSQL 16 or 17, offers performance improvements and enhanced features. Strategies for upgrading include using tools like pg_upgrade, pg_dump/pg_restore, and logical replication to minimize downtime. Compatibility issues may arise due to deprecated functions in PostgreSQL 13, necessitating code reviews. Managed services like those from Percona can provide support beyond EOL. The costs of not upgrading can be significant, with potential downtime from security breaches often exceeding migration expenses.
Tech Optimizer
November 1, 2025
The PostgreSQL-compatible edition of Aurora Serverless is now generally available, allowing users to create database instances that operate only when necessary and automatically adjust capacity based on demand. Customers are billed on a per-second basis for active database capacity and standard Aurora storage costs. Users can specify minimum and maximum capacity when creating a database, and the architecture separates storage from computational resources, allowing automatic scaling from a minimum of 10GB to a maximum of 64 TB. Aurora Serverless PostgreSQL is accessible in regions including US East (N. Virginia and Ohio), US West (Oregon), EU (Ireland), and Asia Pacific (Tokyo).
Search