Designing applications for PGD v6.3.1
Design applications for PGD by accounting for replication behavior, write conflicts, and consistency tradeoffs that don't arise on a single-node database.
Preparing your application for PGD applies to both new and existing applications, addressing workload patterns, conflict avoidance, connection routing, and the replication behaviors specific to PGD.
Assessing an existing application for PGD identifies compatibility gaps between an existing Postgres deployment and PGD, from schema patterns flagged by
pgd assessto backup strategy changes and incompatible replication configurations.