【问题标题】:Copy documents from one DocumentCollection to another?将文档从一个 DocumentCollection 复制到另一个?
【发布时间】:2018-03-05 17:46:43
【问题描述】:

在我与 Gremlin API 一起使用的 Azure CosmosDB 中,有一个名为 graphdb 的数据库,其中包含多个 {DocumentCollections}。 我想将一组选定的顶点和边从一个集合 (graphdb) 复制到另一个集合 (Tintin)。

我设法通过客户端传输所有数据来做到这一点,但如果数据保留在 Azure 中会容易得多。因此,我在 Azure 门户 中尝试了一些 SQL,例如:

SELECT *
INTO Tintin 
FROM graphdb;

但是,这似乎不受支持。

【问题讨论】:

    标签: azure azure-cosmosdb gremlin document-database


    【解决方案1】:

    现在你不能加入多个集合,你的查询违反了这个规则。

    但我认为 +1 为您的想法,您应该将其发布到 https://feedback.azure.com/

    【讨论】:

      猜你喜欢
      • 2014-09-22
      • 2012-10-16
      • 1970-01-01
      • 1970-01-01
      • 2012-11-22
      • 2017-05-13
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多