Skip to content

Commit

Permalink
Update product_docs/docs/pgd/5/durability/camo.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
djw-m authored Jun 26, 2024
1 parent 9aa210c commit cb264f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/pgd/5/durability/camo.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ CAMO limitations are covered in [Durability limitations](limitations/#camo).

## Performance implications

CAMO extends the Postgres replication protocol by adding a message round trip at commit. Applications have a higher
CAMO extends the Postgres replication protocol by adding a message roundtrip at commit. Applications have a higher
commit latency than with asynchronous replication, mostly determined by the round-trip time between involved nodes. Increasing the number of concurrent sessions can help to increase parallelism to obtain reasonable transaction throughput.

The CAMO partner confirming transactions must store transaction states. Compared to non-CAMO operation, this might require an added seek for each transaction applied from the origin.
Expand Down

0 comments on commit cb264f7

Please sign in to comment.