EDB Postgres Distributed (PGD) v5
EDB Postgres Distributed (PGD) provides multi-master replication and data distribution with advanced conflict management, data-loss protection, and throughput up to 5X faster than native logical replication. It enables distributed Postgres clusters with high availability up to five 9s.
By default, EDB Postgres Distributed uses asynchronous replication, applying changes on the peer nodes only after the local commit. You can configure additional levels of synchronicity between different nodes, groups of nodes, or all nodes by configuring Group Commit, CAMO, or Eager Replication.
Compatibility
EDB Postgres Distributed 5 is compatible with
Package | Versions |
---|---|
Community PostgreSQL | 12-16 |
EDB Postgres Extended Server | 12-16 |
EDB Postgres Advanced Server | 12-16 |
Postgres 16 support
Postgres 16 support is only available in EDB Postgres Distributed 5.3 and later
See the compatibility matrix for previous versions
Get Started
Using
Reference
- On this page
- Compatibility