mdornfe1
mdornfe1

Reputation: 2160

How does RDS replicate a Postgres database through multiple availability zones

Is there some kind of native Postgres tool they use, or is it a custom one? Are the replicas always in sync or do they drift apart from time to time?

Upvotes: 0

Views: 65

Answers (1)

smcstewart
smcstewart

Reputation: 2085

With Multi-AZ RDS replication is synchronous. And since AWS like to be in full control of their software, it’s most likely a customised replication (but I couldn’t tell you for sure).

Upvotes: 1

Related Questions