|
|
|
|
|
by luhn
413 days ago
|
|
A synchronous replica via WAL shipping is a well-worn feature of Postgres. I’d expect RDS to be using that feature behind the scenes and would be extremely surprised if that has consistency bugs. Two replicas in a “semi synchronous” configuration, as AWS calls it, is to my knowledge not available in base Postgres. AWS must be using some bespoke replication strategy, which would have different bugs than synchronous replication and is less battle-tested. But as nobody except AWS knows the implementation details of RDS, this is all idle speculation that doesn’t mean much. |
|