我正在尝试将数据从SQL Server转换为DocumentDb。我需要在DocumentDb文档中创建嵌入式数组。
我正在使用DocumentDb数据迁移工具,它描述了使用transformDocument进行批量插入存储过程...遗憾的是我们使用的是分区集合,但它们不支持批量插入。
我错过了什么或者目前不支持吗?
答案 0 :(得分:0)
迁移工具仅支持将顺序数据导入到分区集合。请按照以下示例将数据有效地批量导入分区集合 https://github.com/Azure/azure-documentdb-dotnet/tree/master/samples/documentdb-benchmark