将 DocumentDB 移动到另一个位置

Moving DocumentDB to another location

我在 East 托管的 DocumentDB 上遇到性能问题。我们的其他资源位于中北部,并且想测试将我们的 DocumentDB 移动到新的北部位置是否会有所不同。

如何将 DocumentDB 移动到另一个位置?

最好的办法是使用 DocumentDB 迁移工具。您可以在这里找到相关信息:https://azure.microsoft.com/en-us/documentation/articles/documentdb-import-data/

查找有关在两个集合之间迁移数据的部分。我假设它们可以位于不同的数据中心。如果没有,那么您可能需要使用该工具将其下载到 JSON 文件,然后再次使用该工具将其上传到新位置。