Skip to content

Commit 903f4c4

Browse files
authored
Update pgd_defaults_ba.mdx fix commit scopes reference
1 parent f1f7468 commit 903f4c4

File tree

1 file changed

+3
-3
lines changed
  • advocacy_docs/edb-postgres-ai/cloud-service/references/distributed_high_availability

1 file changed

+3
-3
lines changed

advocacy_docs/edb-postgres-ai/cloud-service/references/distributed_high_availability/pgd_defaults_ba.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ redirects:
88

99
## Commit scope
1010

11-
[Commit scopes](/pgd/latest/commit-scopes/commit-scopes/) in PGD are a set of rules that describe the behavior of the system as transactions are committed. Because they define how transactions are replicated across a distributed database, they have an effect on consistency, durability, and performance.
11+
[Commit scopes](/pgd/latest/reference/commit-scopes/commit-scopes/) in PGD are a set of rules that describe the behavior of the system as transactions are committed. Because they define how transactions are replicated across a distributed database, they have an effect on consistency, durability, and performance.
1212

13-
The actual behavior depends on the kind of commit scope a commit scope's rule uses: [Group Commit](/pgd/latest/commit-scopes/group-commit/), [Commit At Most Once](/pgd/latest/commit-scopes/camo/), [Lag Control](/pgd/latest/commit-scopes/lag-control/), [Synchronous Commit](/pgd/latest/commit-scopes/synchronous_commit/), or a combination of these.
13+
The actual behavior depends on the kind of commit scope a commit scope's rule uses: [Group Commit](/pgd/latest/reference/commit-scopes/group-commit/), [Commit At Most Once](/pgd/latest/reference/commit-scopes/camo/), [Lag Control](/pgd/latest/reference/commit-scopes/lag-control/), [Synchronous Commit](/pgd/latest/reference/commit-scopes/synchronous_commit/), or a combination of these.
1414

1515
This flexibility means that selecting a balanced combination of rules can take time. To speed up deployment, Cloud Service's PGD has a preset selection of commit scopes for typical user requirements. These presets don't prevent you from creating and applying your own commit scopes as needed.
1616

@@ -137,4 +137,4 @@ SELECT bdr.alter_node_group_option(
137137
Commit scopes can be applied per transaction. In that case, they override a Cloud Service preset.
138138
!!!
139139

140-
For more information, see [Commit scopes](/pgd/latest/commit-scopes/commit-scopes/) and [Commit scope rules](/pgd/latest/commit-scopes/commit-scope-rules/) in the PGD documentation.
140+
For more information, see [Commit scopes](/pgd/latest/reference/commit-scopes/commit-scopes/) and [Commit scope rules](/pgd/latest/reference/commit-scopes/commit-scope-rules/) in the PGD documentation.

0 commit comments

Comments
 (0)