EDB has released version 6.4 of its Postgres Distributed (PGD) solution, which includes enhancements such as quorum commit, native connection pooling, and support for PostgreSQL large objects. The quorum commit feature ensures a unified transaction outcome across cluster nodes before finalizing a transaction, addressing potential risks from conflicting writes in distributed systems. This update targets organizations in sectors like banking, payments, telecommunications, and infrastructure, aiming to provide the same consistency guarantees previously reliant on proprietary databases.
The Connection Manager now includes native connection pooling, reducing the need for external connection poolers and streamlining operations by integrating with PGD's Raft consensus layer. This integration allows for automatic route adjustments during failover and improved monitoring capabilities. Additionally, the update expands replication support to include PostgreSQL large objects, enhancing the applicability of distributed Postgres for managing mixed data sets in sectors like government, healthcare, and financial services.
EDB also noted a Gartner forecast that by 2030, over 75% of enterprises in Europe and the Middle East will have repatriated workloads to their home jurisdictions, emphasizing the importance of consistent data management across locations. EDB aims to strengthen Postgres's position in the market by focusing on transaction integrity in distributed environments while minimizing reliance on additional infrastructure components.