Skip to content

Instantly share code, notes, and snippets.

View stevenao's full-sized avatar

Steven Ao stevenao

  • D2L Corporation
  • Vancouver, BC
View GitHub Profile
@stevenao
stevenao / gist:3a86756da22e8c4e4b834d8feec04a11
Last active May 7, 2019 19:19
Managed PostgresSQL Database offering AWS vs Azure...
[1] https://aws.amazon.com/rds/aurora/details/postgresql-details/
[2] https://docs.microsoft.com/en-us/azure/postgresql/concepts-high-availability
AWS
===
High Availability and Durability
Instance Monitoring and Repair
Amazon RDS continuously monitors the health of your Amazon Aurora database and underlying EC2 instance. In the event of database failure, Amazon RDS will automatically restart the database and associated processes. Amazon Aurora does not require crash recovery replay of database redo logs, greatly reducing restart times. Amazon Aurora also isolates the database buffer cache from the database process, allowing the cache to survive a database restart.
Multi-AZ Deployments with Aurora Replicas