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, and enables distributed PostgreSQL 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. Additional levels of synchronicity can be configured between different nodes, groups of nodes or all nodes by configuring Group Commit, CAMO, or Eager replication.
Compatibility matrix
EDB Postgres Distributed | Commmunity PostgreSQL | EDB Postgres Extended Server | EDB Postgres Advanced Server | PGD CLI | PGD-Proxy | BDR Extension | pgLogical3 Extension | HARP |
---|---|---|---|---|---|---|---|---|
5 | 12, 13, 14, 15 | 12, 13, 14, 15 | 12, 13, 14, 15 | 5 | 5 | 5 | n/a | n/a |
4 | 12, 13, 14 | 12, 13, 14 | 12, 13, 14 | 1 | n/a | 4 | n/a | 2 |
3.7 | 11, 12, 13 | 11r2, 12, 13 | 11, 12, 13 | n/a | n/a | 3.7 | 3.7 | 2 |
- PGD CLI 1 is supported with BDR 4.1 and later.
- BDR DCS in HARP 2 is supported with BDR 3.7.15 and later and 4.0.1 and later.
- On this page
- Compatibility matrix