From ebbd791b3e2b2f2b75634e810274111fd79302ea Mon Sep 17 00:00:00 2001 From: Betsy Gitelman <93718720+ebgitelman@users.noreply.github.com> Date: Thu, 28 Sep 2023 10:23:39 -0400 Subject: [PATCH] Update product_docs/docs/pgd/5/testingandtuning.mdx Co-authored-by: Dj Walker-Morgan <126472455+djw-m@users.noreply.github.com> --- product_docs/docs/pgd/5/testingandtuning.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pgd/5/testingandtuning.mdx b/product_docs/docs/pgd/5/testingandtuning.mdx index 9c92defd8ba..1ea5992cffe 100644 --- a/product_docs/docs/pgd/5/testingandtuning.mdx +++ b/product_docs/docs/pgd/5/testingandtuning.mdx @@ -105,7 +105,7 @@ responsibility to suppress them by setting appropriate variables, such as `clien ## Performance testing and tuning -PGD allows you to issue write transactions onto multiple leader nodes. Bringing +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,