Skip to content

Commit

Permalink
Small changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jpe442 committed Nov 12, 2024
1 parent 7592b1f commit 1471eba
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion product_docs/docs/pgd/5/overview/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,10 @@ These combined mechanisms ensure continuous availability and robust disaster rec

#### Connection management

In PGD, connection management aims to optimize performance by reducing potential data conflicts. PGD uses a Raft-based [consensus-driven quorum](../routing/raft/04_raft_elections_in_depth/) to determine the correct connection endpoint—the write leader. This approach reduces potential data conflicts by ensuring that writes are directed to a single node. The [PGD Proxy](../routing) manages application connections, routing read-heavy queries to replicas and writes to the write leaders, thereby optimizing performance and maintaining data consistency across the distributed environment.
In PGD, connection management aims to optimize performance by reducing potential data conflicts.
PGD uses a Raft-based [consensus-driven quorum](../routing/raft/04_raft_elections_in_depth/) to determine the correct connection endpoint—the write leader.
This approach reduces potential data conflicts by ensuring that writes are directed to a single node.
The [PGD Proxy](../routing) manages application connections, routing read-heavy queries to replicas and writes to the write leaders, thereby optimizing performance and maintaining data consistency across the distributed environment.

## Architectural options and performance

Expand Down

0 comments on commit 1471eba

Please sign in to comment.