transaction processing

Tech Optimizer
February 12, 2026
Snowflake is launching a PostgreSQL database-as-a-service to enhance its AI Data Cloud, allowing organizations to integrate transactional workloads with analytics and AI under a unified governance framework. This service is fully compatible with open-source PostgreSQL, enabling easy migration of existing applications without code modifications. It utilizes pg_lake to read and write directly to Apache Iceberg tables, eliminating the need for data extraction and movement. Snowflake aims to reduce costly data movement between transactional and analytical systems, building on its previous transactional capability, Unistore. This strategic move positions Snowflake to offer a managed OLTP solution, facilitating the development of agentic AI and real-time streaming capabilities. The trend of combining operational databases with analytics is becoming common among vendors, with competitors like Databricks also launching similar services. By consolidating OLTP and OLAP capabilities, organizations can reduce ETL processes and data duplication while maintaining consistent governance across workloads.
Tech Optimizer
January 28, 2026
MNTN, Waystar, and NTT East have adopted EDB Postgres AI (EDB PG AI) to modernize their data platforms, enabling agentic AI, real-time analytics, and mission-critical operations while maintaining control over data and infrastructure. EDB's Sovereignty Matters research indicates that enterprises focusing on scalable agentic AI prioritize sovereign control of data, hybrid deployment flexibility, and a unified platform for transactions, analytics, and AI workloads. MNTN modernized its data warehouse for high-volume advertising data, Waystar consolidated its data infrastructure for healthcare transaction processing, and NTT East enhanced AI-driven network operations while ensuring data locality control. The adoption of EDB PG AI reflects a growing market demand for open-source database foundations, with 35% of enterprises considering PostgreSQL for complex workloads. EDB PG AI provides an open-source foundation, accelerated AI development, hybrid deployment flexibility, and enterprise-grade reliability.
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.
Search