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

preguntada hace 10 meses1309 visualizaciones
1 Respuesta
1
Respuesta aceptada
  • 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
EXPERTO
respondido hace 10 meses
profile picture
EXPERTO
revisado hace 10 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas