Skip to content

Commit

Permalink
Update testingandtuning.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
ebgitelman authored and josh-heyer committed Oct 11, 2023
1 parent ebbd791 commit 23a6a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5/testingandtuning.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ responsibility to suppress them by setting appropriate variables, such as `clien
PGD allows you to issue write transactions onto multiple nodes. Bringing
those writes back together onto each node has a performance cost.

First, replaying changes from another node has a CPU cost, an I/O cost,
First, replaying changes from another node has a CPU cost and an I/O cost,
and it generates WAL records. The resource use is usually less
than in the original transaction since CPU overhead is lower as a result
of not needing to reexecute SQL. In the case of UPDATE and DELETE
Expand Down

0 comments on commit 23a6a68

Please sign in to comment.