@@ -7,7 +7,7 @@ description: Learn how to test and tune EDB Postgres Distributed clusters.
77You can test PGD applications using the following approaches:
88
99- [ Trusted Postgres Architect] ( #trusted-postgres-architect )
10- - [ pgd_bench with CAMO/Failover options] ( #pgd_bench )
10+ - [ pgd_bench with CAMO/failover options] ( #pgd_bench )
1111
1212
1313### Trusted Postgres Architect
@@ -37,7 +37,7 @@ extended in PGD 5.0 in the form of a new application: pgd_bench.
3737directory. The utility is based on the PostgreSQL pgbench tool but
3838supports benchmarking CAMO transactions and PGD-specific workloads.
3939
40- Functionality of pgd_bench is a superset of those of pgbench but
40+ Functionality of pgd_bench is a superset of pgbench functionality but
4141requires the BDR extension to be installed to work properly.
4242
4343Key differences include:
@@ -46,7 +46,7 @@ Key differences include:
4646 pgbench scenario to prevent global lock timeouts in certain cases.
4747- ` VACUUM ` command in the standard scenario is executed on all nodes.
4848- pgd_bench releases are tied to the releases of the BDR extension
49- and are built against the corresponding Postgres distribution. This is
49+ and are built against the corresponding Postgres distribution. This information is
5050 reflected in the output of the ` --version ` flag.
5151
5252The current version allows you to run failover tests while using CAMO or
@@ -60,7 +60,7 @@ mode in which pgbench should run (default: regular)
6060```
6161
6262- Use ` -m camo ` or ` -m failover ` to specify the mode for pgd_bench.
63- You can use The ` -m failover ` specification to test failover in
63+ You can use the ` -m failover ` specification to test failover in
6464 regular PGD deployments.
6565
6666```
@@ -89,7 +89,7 @@ to get the status of in-flight transactions. Aborted and in-flight transactions
8989are retried in CAMO mode.
9090
9191In failover mode, if you specify ` --retry ` , then in-flight transactions are
92- retried. In this scenario there's no way to find the status of in-flight
92+ retried. In this scenario, there's no way to find the status of in-flight
9393transactions.
9494
9595### Notes on pgd_bench usage
@@ -126,7 +126,7 @@ Complex applications require some thought to maintain scalability.
126126
127127If you think you're having performance problems, develop performance tests using
128128the benchmarking tools. pgd_bench allows you to write custom test scripts specific
129- to your use case so you can understand the overheads of your SQL and measure the
129+ to your use case so you can understand the overhead of your SQL and measure the
130130impact of concurrent execution.
131131
132132If PGD is running slow, then we suggest the following:
0 commit comments