Skip to content

Commit dd4bf52

Browse files
authored
Merge pull request #1911 from EnterpriseDB/release/2021-10-07
Release/2021-10-07
2 parents 6064ef2 + bda47f0 commit dd4bf52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

product_docs/docs/edbcloud/beta/overview/02_high_availibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The high availability option is provided to minimize downtime in cases of failur
1616

1717
Incoming client connections are always routed to the current primary. In case of failure of the primary, a standby replica will automatically be promoted to primary and new connections will be routed to the new primary. When the old primary recovers, it will re-join the cluster as a replica.
1818

19-
By default, one replica must confirm that a transaction record was written to disk before the client receives acknowledgment of a successful commit - in PostgreSQL terms, `synchronous_commit` is set to `on` and `synchronous_standby_names` is set to `ANY 1 (replica-1, replica-2)`. This behavior can be modified on a per-transaction, per-session, per-user, or per-database basis with appropriate `SET` or `ALTER` commands.
19+
By default, replication is synchronous to one replica and asynchronous to the other. That is, one replica must confirm that a transaction record was written to disk before the client receives acknowledgment of a successful commit. In PostgreSQL terms, `synchronous_commit` is set to `on` and `synchronous_standby_names` is set to `ANY 1 (replica-1, replica-2)`. This behavior can be modified on a per-transaction, per-session, per-user, or per-database basis with appropriate `SET` or `ALTER` commands.
2020

2121
## High Availability - Not Enabled
2222

0 commit comments

Comments
 (0)