Choosing your cluster type

Suggest edits

EDB Postgres AI Cloud Service supports different cluster types and configurations.

Cluster types

Expand each cluster type to obtain more information.


Single instanceSingle instance databases are great for development and testing, but for production workloads, you need to consider high availability and fault tolerance.

Primary/secondary replicationPrimary/secondary replication is a common high-availability solution for databases. In this configuration, a primary database server is responsible for processing read and write requests. A secondary database server is setup to replicate the primary database server. If the primary database server fails, the secondary database server can take over and become the primary database server.

This configuration provides fault tolerance and high-availability in a particular location. This is available with EDB Postgres® Advanced Server (EPAS) and EDB Postgres Extended Server (PGE).


Distributed high availabilityHigh availability is a critical requirement for mission-critical workloads. EDB Postgres Distributed (PGD) provides a distributed database environment designed to ensure high availability and fault tolerance for mission-critical workloads. PGD can use EPAS, PGE, or PostgreSQL databases as the underlying replicated database. PGD is available for self-managed deployment and on the EDB Postgres AI Cloud Service (as the Distributed High Availability option).

Cluster types and configurations

Choose the cluster type and configuration that meets your availability requirements.

Select the cluster type names in the table heading for more information on each configuration.

ConsiderationSingle nodePrimary/Standby HAHA + standby replicaDistributed HA single regionDistributed HA multi-region
Data replicationNonePhysicalPhysicalLogicalLogical
RegionSingleSingleMultiSingleMulti
VM failure tolerance
AZ failure toleranceTBD
Region failure toleranceTBDTBDTBD
Recovery time objectivevaries35s-60svaries00
Recovery point objective<5 min0<5 min030s (configurable)
Service level agreement99.5%99.99%99.99%99.99%99.995%

Could this page be better? Report a problem or suggest an addition!