Which is better Multi-AZ DB Cluster or Multi-AZ DB Instance for Amazon RDS for PostgreSQL

0

Hi All,

I am working on database architecture for my company and unable to decide whether should I go for Multi-AZ DB Cluster or Multi-AZ DB Instance for Amazon RDS for PostgreSQL. Can anyone help how to decide on that?

Enter image description here

已提问 10 个月前1312 查看次数
1 回答
1
已接受的回答
  • First question, what’s the requirement?
  • Is there a budget?
  • What’s the balance of reads and writes to the database?
  • Is there an RTO?
  • have you considered Aurora Postgres?

One gives you a warm standby while the other gives you 2 read replicas with failover.

Multi AZ instance Support high availability for your application with automatic database failover that completes as quickly as 60 seconds with zero data loss and no manual intervention

Multi AZ Cluster This is a database cluster with one primary and two readable standby instances. It provides up to 2x faster transaction commit latency and automated failovers, typically under 35 seconds.

Here’s a good article to read https://aws.amazon.com/blogs/aws/amazon-rds-multi-az-db-cluster/

profile picture
专家
已回答 10 个月前
profile picture
专家
已审核 10 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则