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 matrix
EDB Postgres Distributed | Community PostgreSQL | EDB Postgres Extended Server | EDB Postgres Advanced Server | PGD CLI | PGD-Proxy | BDR Extension | pgLogical3 Extension | HARP |
---|---|---|---|---|---|---|---|---|
5 | 12-15 | 12-15 | 12-15 | 5 | 5 | 5 | n/a | n/a |
4 | 12-14 | 12-14 | 12-14 | 1 | n/a | 4 | n/a | 2 |
3.7 | 11-13 | 11r2-13 | 11-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