Aurora PostgreSQL

Tech Optimizer
May 27, 2025
Amazon Web Services (AWS) has enhanced its managed Aurora PostgreSQL Limitless service by integrating observability support through CloudWatch Database Insights, allowing enterprises to monitor the health of their database ecosystems. This feature assists in monitoring and troubleshooting various AWS databases, including Amazon Aurora PostgreSQL, Amazon Aurora MySQL, Amazon RDS for SQL Server, RDS for Oracle, and RDS for MariaDB.
Tech Optimizer
May 27, 2025
Immuta has introduced native support for PostgreSQL on Amazon RDS and Amazon Aurora PostgreSQL-Compatible Edition, now available in public preview. This integration aims to streamline access to PostgreSQL data on AWS through automated policy enforcement and a centralized data marketplace. Key features include automated access provisioning, dynamic policy enforcement, and marketplace integration for PostgreSQL datasets. This support facilitates faster data access, enhances compliance with privacy regulations, and empowers organizations to manage PostgreSQL data effectively in cloud-native environments. The capability is available globally starting today, and the Immuta Platform can be accessed on the AWS Marketplace.
Tech Optimizer
May 24, 2025
Generative AI applications are being integrated with relational databases, allowing organizations to utilize structured data for training AI models. This integration involves using the RDS Data API with Amazon Aurora PostgreSQL-Compatible Edition and Amazon Bedrock for AI model access and automation. The solution enables natural language queries to be converted into SQL statements, executed against the database, and returns results in a user-friendly format. The architecture includes several steps: invoking the Amazon Bedrock agent with natural language input, generating SQL queries using large language models (LLMs), executing those queries via the Data API, and returning formatted results. Security measures are in place to restrict operations to read-only, preventing modifications that could compromise data integrity. To implement this solution, prerequisites include deploying an Aurora PostgreSQL cluster using AWS CDK and setting up the necessary Lambda functions and IAM roles. The agent is designed to convert natural language prompts into SQL queries and execute them securely. Testing can be conducted through the Amazon Bedrock console or the InvokeAgent API, with options for tracing the agent's steps. Key considerations for this integration include limiting it to read-only workloads, implementing parameter validation to prevent SQL injection, and ensuring comprehensive logging and auditing. For multi-tenant applications, appropriate isolation controls should be established. To avoid future charges, all resources created through CDK should be deleted after use.
Tech Optimizer
May 21, 2025
Upgrading to Graviton4-based R8g instances with Aurora PostgreSQL-Compatible 17.4 in an Aurora I/O-Optimized cluster configuration results in significant performance improvements. The new instances provide up to 1.7 times higher write throughput, 1.38 times better price-performance, and reduce commit latency by up to 46% on r8g.16xlarge instances and 38% on r8g.2xlarge instances compared to Graviton2-based R6g instances. The Amazon Aurora PostgreSQL-Compatible Edition now supports AWS Graviton4-based R8g instances and PostgreSQL 17.4, which introduces performance enhancements for I/O-Optimized configurations, optimizing write operations and batch processing. R8g instances offer up to 192 vCPUs and 1.5 TB of memory, supporting larger configurations and providing up to 50 Gbps of network bandwidth. PostgreSQL 17 includes vacuum improvements, eliminates the need to drop logical replication slots during upgrades, and expands SQL/JSON standards. Aurora PostgreSQL-Compatible separates compute from storage, enabling independent scaling and maintaining six-way replication for durability, while processing changes as log records to reduce I/O operations. Performance benchmarks using HammerDB show improvements in throughput and commit latency across various workloads. For small workloads on 2xlarge instance size, throughput increased by 50.25% and commit latency improved by 33.87%. For medium workloads on 16xlarge instance size, throughput increased by 30% and commit latency improved by 17.44%. The most significant performance benefits arise from combining hardware upgrades from Graviton2 to Graviton4 with database engine upgrades from PostgreSQL 15.10 to 17.4. For small workloads, throughput increased by 70% and commit latency improved by 38.71%. For medium workloads, throughput increased by 70% and commit latency improved by 46.67%. Cost efficiency is also enhanced, with a 38% improvement in price performance and a 61.26% improvement in price-performance ratio when comparing Graviton2 and Graviton4 instances. Reserved Instances for Graviton4-based R8g instances offer additional cost-optimization opportunities.
Tech Optimizer
May 3, 2025
On April 29, 2025, Jepsen released a report on transaction visibility behavior in Amazon RDS for PostgreSQL and its Multi-AZ clusters, which has been acknowledged since at least 2013. The report identifies a Long Fork anomaly affecting the visibility order of transactions between primary and replica nodes in cluster configurations, which does not lead to data loss or corruption and is absent in Single-AZ deployments. This anomaly allows two readers to see transactions in different sequences, breaching Snapshot Isolation. It affects all isolation levels in community PostgreSQL and can also occur in self-managed deployments. The issue has been discussed extensively in the PostgreSQL community, and potential solutions, including synchronizing visibility with commit order using Commit Sequence Numbers, have been proposed. AWS has established the PostgreSQL Contributors Team to address this anomaly and enhance PostgreSQL's capabilities.
Tech Optimizer
April 11, 2025
Amazon Aurora PostgreSQL-Compatible Edition has integrated support for pgvector 0.8.0, an open-source extension for storing vector embeddings in databases, enhancing its capabilities for generative AI applications, particularly in semantic search and retrieval-augmented generation. The new version improves the PostgreSQL query planner's index selection, elevating query performance and search result quality. It refines data filtering through WHERE clauses and joins, and features iterative index scans to prevent overfiltering, ensuring sufficient query results. Additionally, pgvector 0.8.0 enhances performance for searching and constructing HNSW indexes. This version is available in Amazon Aurora clusters on PostgreSQL versions 16.8, 15.12, 14.17, and 13.20 or higher, across all AWS Regions except China. Users can upgrade by modifying their DB cluster settings.
Tech Optimizer
April 10, 2025
Amazon Bedrock Knowledge Bases has expanded to support hybrid search for knowledge bases created with Amazon Aurora PostgreSQL and MongoDB Atlas vector stores. This enhancement allows for a dual-query approach that combines semantic and full-text search methodologies, improving the relevance of search results. Users can access hybrid search through the Knowledge Base APIs or the Bedrock console, where they can select hybrid search as their preferred method. Hybrid search functionality with Aurora PostgreSQL is available in all AWS Regions except Europe (Zurich) and GovCloud (US) Regions, while for MongoDB Atlas, it is available in the US West (Oregon) and US East (N. Virginia) AWS Regions.
Search