back

by colesantiago·5y ago·view on hn ↗
Even in cases for regional replication?

Because this is the use case I am looking for, something like Spanner but cheaper.

1 comments
Cross-region replication of data is always significantly harder, definitely consider if cross-AZ would be sufficient for your case (which it often is). Postgres can definitely be configured for a cross-region scenario, but the approach varies a lot depending on your recovery needs.