@@ -68,10 +68,10 @@ The following table provides a list of high-level features and capabilities comp
68
68
| Same-zone HA | No | Yes (a synchronous standby is established in the same zone as the primary) |
69
69
| HA Configuration | Built-in with storage pinned to a zone. Compute can float across regions. | Physically separate compute & storage provisioned |
70
70
| Cost | 1x | 2x (compute + storage) |
71
- | Availability with non-HA configuration | Automatic restart, compute relocation | Automatic restart, compute relocation)
71
+ | Availability with non-HA configuration | Automatic restart, compute relocation | Automatic restart, compute relocation
72
72
| Protect from zone failure | Compute - Yes. Storage - No | Compute & storage - Yes |
73
73
| Protect from region failure | No | No |
74
- | Mode of HA replication | N/A | Postgres physical streaming replication in SYNC mode)
74
+ | Mode of HA replication | N/A | Postgres physical streaming replication in SYNC mode
75
75
| Standby can be used for read purposes | N/A | No |
76
76
| Application performance impact | No (not replicating) | Yes (Due to sync replication. Depends on the workload) |
77
77
| Automatic failover | Yes (spins another server)| Yes |
@@ -83,9 +83,9 @@ The following table provides a list of high-level features and capabilities comp
83
83
| Support logical replication with HA | N/A | [ Limited] ( concepts-high-availability.md#high-availability---limitations ) |
84
84
| ** Disaster Recovery** | | |
85
85
| Cross region DR | Using read replicas, geo-redundant backup | Geo-redundant backup (in [ selected regions] ( overview.md#azure-regions ) ) |
86
- | DR using replica | Using async physical replication | N/A |
87
- | Automatic failover | No | N/A |
88
- | Can use the same r/w endpoint | No | N/A |
86
+ | DR using replica | Using async physical replication | Preview |
87
+ | Automatic failover | No | No |
88
+ | Can use the same r/w endpoint | No | No |
89
89
| ** Backup and Recovery** | | |
90
90
| Automated backups | Yes | Yes |
91
91
| Backup retention | 7-35 days | 7-35 days |
@@ -95,10 +95,10 @@ The following table provides a list of high-level features and capabilities comp
95
95
| Ability to restore to a different region | Yes (Geo-redundant) | Yes (in [ selected regions] ( overview.md#azure-regions ) ) |
96
96
| Ability to restore a deleted server | Limited via API | Limited via support ticket |
97
97
| ** Read Replica** | | |
98
- | Support for read replicas | Yes | No |
99
- | Number of read replicas | 5 | N/A |
100
- | Mode of replication | Async | N/A |
101
- | Cross-region support | Yes | N/A |
98
+ | Support for read replicas | Yes | Yes (Preview) |
99
+ | Number of read replicas | 5 | 5 |
100
+ | Mode of replication | Async | Async |
101
+ | Cross-region support | Yes | Yes |
102
102
| ** Maintenance Window** | | |
103
103
| System scheduled window | Yes | Yes |
104
104
| Customer scheduled window| No | Yes (can choose any 1 hr on any day) |
@@ -114,8 +114,8 @@ The following table provides a list of high-level features and capabilities comp
114
114
| PgCron, lo, pglogical | No | Yes |
115
115
| pgAudit | Preview | Yes |
116
116
| ** Security** | | |
117
- | Azure Active Directory Support(AAD) | Yes | No |
118
- | Customer managed encryption key(BYOK) | Yes | No |
117
+ | Azure Active Directory Support(AAD) | Yes | Preview |
118
+ | Customer managed encryption key(BYOK) | Yes | Preview |
119
119
| SCRAM Authentication (SHA-256) | No | Yes |
120
120
| Secure Sockets Layer support (SSL) | Yes | Yes |
121
121
| ** Other features** | | |
@@ -124,7 +124,7 @@ The following table provides a list of high-level features and capabilities comp
124
124
| Resource health | Yes | Yes |
125
125
| Service health | Yes | Yes |
126
126
| Performance insights (iPerf) | Yes | Yes. Not available in portal |
127
- | Major version upgrades support | No | No |
127
+ | Major version upgrades support | No | Preview |
128
128
| Minor version upgrades | Yes. Automatic during maintenance window | Yes. Automatic during maintenance window |
129
129
130
130
0 commit comments