Maintaining Separate Database Connection Sources with Aurora Multi-Master

0

Customer with the following question regarding Aurora multi-primary.

Will an application still have to maintain separate database connection sources, like with the Aurora read replicas? My hope is that the multi-primary would provide just one endpoint, making it seamless to the application.

AWS
已提问 5 年前246 查看次数
1 回答
0
已接受的回答

Providing a single "seamless" endpoint to applications is an anti-pattern that will not be supported with Aurora Multi-Master.

Aurora Multi-Master is optimized for workloads where multiple writers can handle non-conflicting workloads - writes on either physically or logically separated data from multiple nodes so they don't produce conflicts, or minimize the risk thereof. This requires application awareness of the cluster topology and individual nodes, so the app can direct traffic to the various writers based on a workload specific non-conflicting segmentation of the data.

Aurora Multi-Master is not recommended for customers that desire a drop in replacement for a single master that would give them "seamless" multi-node write scaling by load balancing behind a single endpoint. This is a use case that is expected to have significantly high rates of conflicts, which will detrimentally impact performance.

AWS
专家
已回答 5 年前

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

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

回答问题的准则