Skip to content

Commit

Permalink
small edits to terminology
Browse files Browse the repository at this point in the history
mostly contractions
  • Loading branch information
ebgitelman authored and djw-m committed Oct 24, 2023
1 parent dfdc887 commit 9d329d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions product_docs/docs/pgd/5/terminology.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -116,11 +116,11 @@ A multi-step process for achieving consistency across multiple database nodes.
The first phase sees a transaction prepared on an originating node and sent to
all participating nodes. Each participating node validates that it can apply the
transaction and signals its readiness to the originating node. This is the
prepare phase. In the second phase, if all the participating nodes signal they
are ready, the originating node proceeds to commit the transaction and signals
prepare phase. In the second phase, if all the participating nodes signal they're
ready, the originating node proceeds to commit the transaction and signals
the participating nodes to commit, too. This is the commit phase. If, in the
prepare phase, any node signals it is not ready, the entire transaction is
aborted. It's this process that ensures all nodes get the same changes.
prepare phase, any node signals it isn't ready, the entire transaction is
aborted. This process ensures all nodes get the same changes.

#### Vertical scaling or scale up

Expand Down

1 comment on commit 9d329d2

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.