两个可写的RDS数据库,在不同的区域之间相互同步。

0

【以下的问题经过翻译处理】 你好,正如标题所述,我需要有两个位于不同区域的数据库,它们应该相互同步。它们都应该可以写入数据,并将数据同步回对方。

有没有AWS提供的解决方案?

profile picture
EXPERT
asked 8 months ago19 views
1 Answer
0

【以下的回答经过翻译处理】 暂时没有使两个区域的RDS实现同步并都为主库的方案,您可以考虑DynamoDB,使用DynamoDB可能实现 - https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/GlobalTables.html

Aurora全局数据库不是主动-主动的。它们在一个地区有主数据库,并且最多有5个只读的辅助数据库 - https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/aurora-global-database.html

profile picture
EXPERT
answered 8 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions