gpt4 book ai didi

azure - 具有主动-主动 Azure Sql Server 数据库复制

转载 作者:行者123 更新时间:2023-12-02 23:40:45 27 4
gpt4 key购买 nike

我们可以对 Azure SQL 数据库进行被动只读异步实时同步,以实现灾难恢复。

但我们的要求是在两个事件读写数据库之间实现实时同步,以便为世界不同地点的客户提供低延迟。

例如:

I'm providing e-commerce website, I will update data in one of the database server and other connected databases in sync with this database should get updates.

Users from different servers of the world will get connected to their nearest data center for low latency. If someone buys something or puts some review, it should get updated in all other databases. In this way we need active-active database sync.

我们就此探索了多个项目,但没有发现任何相关内容。

任何人都可以指导我如何实现这一目标吗?

最佳答案

SQL Server 有 Peer-to-Peer Transactional Replication ,但您需要确保在应用程序中不会在多个节点上引入冲突的更改。

SQL Server 还有 Merge Replication ,它允许任何订阅者进行更新,并支持自定义冲突解决。

这些都可以在 SQL Server VM 上使用。有限公司replication Azure SQL 数据库托管实例上提供了这些选项。 Azure SQL 数据库还有 Data Sync .

Azure Cosmos DB 还支持Multi-Master .

无论哪种情况,多主机都会带来显着的成本/复杂性。通常,最好只有一个可写主服务器和区域可读副本。在该配置中,应用程序需要连接到全局主服务器进行写入,但可以从本地副本读取。对于这种模式,您可以简单地使用 Failover Groups .

关于azure - 具有主动-主动 Azure Sql Server 数据库复制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61936482/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com