Multiple DB instance sync up

0

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

Manish
已提問 2 年前檢視次數 572 次
1 個回答
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南