transaction processing

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 10, 2025
Postgres is a popular choice for developers due to its flexibility and reliability, but it faces limitations as applications scale, especially in AI-driven environments where rapid growth increases the demand for analytical capabilities. To overcome these challenges, a trend has emerged to combine Postgres with ClickHouse, where Postgres handles transactional workloads and ClickHouse manages analytics. There are two main methods for integrating ClickHouse with Postgres: split or dual-write, where applications write data to both databases based on use cases, and change data capture (CDC), where all writes occur in Postgres, which serves as the source of truth, streaming changes to ClickHouse for analytical queries. The integration aims to leverage the strengths of both databases, with some queries remaining on Postgres and others transitioning to ClickHouse. Developers must identify which queries to migrate and can use foreign data wrappers (FDWs) to simplify the integration process. The ecosystem around Postgres and ClickHouse has developed into a robust stack with various open source and commercial tools to support production-scale operations, including PeerDB, which provides high-throughput PostgreSQL CDC and reliable replication into ClickHouse. As applications increasingly start with Postgres and later adopt ClickHouse, the transition timeline is shortening, indicating a shift towards managed services and deeper integrations for a seamless experience between transactional and analytical systems.
Tech Optimizer
October 1, 2025
Databricks has acquired Mooncake Labs, a database startup, to enhance its Lakebase platform. The financial details of the acquisition are undisclosed. This follows Databricks' earlier acquisition of Neon, a PostgreSQL-based cloud database platform, which has expanded its capabilities in open-source databases. Mooncake's technology allows for real-time mirroring of changes from PostgreSQL to the lakehouse, eliminating the need for complex ETL processes. Databricks has raised nearly billion in funding, including 0 million in December 2024, and has made several strategic acquisitions to strengthen its AI development environment. Founders Zhou Sun, Cheng Chen, and Pranav Aurora from Mooncake have joined Databricks as part of the acquisition.
Tech Optimizer
September 5, 2025
The introduction of Asynchronous I/O via the 'io_uring' interface in Linux enhances I/O performance, particularly benefiting Online Transaction Processing (OLTP) systems and setups with network-attached storage. This technology allows database workers to issue multiple I/O commands simultaneously, improving efficiency by eliminating idle time. Currently, Asynchronous I/O mainly supports disk-heavy read operations, with ongoing development aimed at improving write capabilities, particularly for bulk and checkpoint writes, which are essential for write-intensive OLTP workloads found in applications like vehicle telemetry, social media, and online gaming.
Tech Optimizer
September 4, 2025
PostgreSQL 18 is set to be released in September and will enhance analytics capabilities and distributed system architectures. Recent data shows PostgreSQL is the most favored database among professional developers, with 58 percent usage, up from 52 percent last year. The new version will introduce an asynchronous I/O subsystem to expedite read operations from disk, potentially improving performance by 200 to 300 percent in analytical workloads. Additionally, PostgreSQL 18 will upgrade the universally unique identifier (UUID) from version 4 to version 7 to improve database index performance in distributed computing. However, it will not include support for bitemporal queries and Property Graph Queries in SQL syntax.
Tech Optimizer
August 26, 2025
A team decided to test PostgreSQL's capabilities with a one-petabyte database, setting a challenge for December 10, with a report due by January 20. They initially sought cloud storage but found no provider could meet their requirement for a single chunk of storage, leading them to rent physical servers. They used Shardman, a distributed database engine, to manage the database across seven servers. They employed the YCSB benchmark for performance testing and faced various challenges, including data loading issues and hardware problems. By January 15, they reached 863 terabytes of data generation, falling short of their petabyte goal, and documented their findings for future reference.
Tech Optimizer
August 20, 2025
App modernization is now essential for enterprises to remain competitive, moving away from traditional systems to open cloud-native architectures, with Postgres becoming a key element of modern data strategies. Experts from AMD, EnterpriseDB, Supermicro, and Lightbits Labs discussed the importance of open standards, particularly Postgres and Kubernetes, in adapting to AI-driven transformations. High-performance block storage is crucial for low latency and high throughput in Postgres workloads, with Lightbits Labs demonstrating significant transaction capabilities. This integrated stack can lead to energy savings and improved data center efficiency. Kubernetes is also vital for enhancing application portability and scalability, with IT vendors focusing on seamless integration and lifecycle support. The demand for optimized hardware for AI applications is increasing, as enterprises seek comprehensive infrastructure solutions for deployment across various environments.
Search