CosmosDB Join (SQL API)

后端 未结 2 476
孤街浪徒
孤街浪徒 2020-12-11 19:35

I\'m using CosmosDB using SQL API and I\'m trying to join two collections. I saw join example within a document but not getting what actually looking.

Reques

2条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-11 19:57

    Actually Cosmos DB JOIN operation is limited to the scope of a single document. What possible is you can join parent object with child objects under same document.

    Cross-document joins are NOT supported, so you would have to implement such query yourself.

提交回复
热议问题