问题描述
我需要将一小部分静态数据从中央Azure SQL数据库推送到另一个区域中的Azure SQL数据库.我需要选项来明确地自动启动它.最好的方法是什么.我需要将数据从美国地区推送到欧盟和印度地区. 数据基本上是一个目录,我在一个目录中进行更新并将其发布到其他区域.考虑成本,延迟和事务支持,任何想法都将是Azure的最佳方法.
I need to push a small set of static data from a central azure sql db to azure sql db in another region. I need the option to start it explicitly and automatically. What would be the best approach. I need to push data from US region to EU and India region. The data basically is a catalog where I update in one location and publish the same to other regions. Any thoughts what would be the best approach in Azure considering cost, latency and transaction support
推荐答案
您可以考虑使用Azure SQL Data Sync配置为在一个方向上将表从中心数据库同步到您定义的任何成员数据库 在另一个地区.
You can consider using Azure SQL Data Sync configured to sync tables on one direction from a hub database to any member database you define on another region.
https://docs.microsoft.com/zh-CN/azure/sql-database/sql-database-sync-data
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-sync-data
希望这会有所帮助.
Hope this helps.
问候
Regards,
Alberto Morillo
SQLCoffee.com
Alberto Morillo
SQLCoffee.com
这篇关于将数据从中央数据库发布到Azure中的区域数据库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!