Multiple DB instance sync up

0

Can you please suggest the best approch for synching two or multiple database instances .

1 réponse
0

Hi I understand you are trying to find a best way to sync two or more multiple instance.

Instance per instance syncing you need to setup logical replication (one way) or physical replication (read replicas).

well, you can sync database in RDS instance by implementing replication[1], remember that an RDS instance can have up to 5 read replicas. and if you setup your own logical replication you can have more, but for logical replication, it depends on storage available,CPU, memory etc.

Reference link

1.https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_ReadRepl.html

steven
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions