sachabruttin / CosmosDbExplorer

A nice client explorer for Azure Cosmos DB

Home Page:https://www.bruttin.com/CosmosDbExplorer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross partition query requires you to keep hitting next page to find results

aaron-0 opened this issue · comments

Example query:
SELECT * FROM Blah AS b where b.id = "01793d74-7756-4449-9a62-f495d82d49e7"
With "Enable Cross Parition Query" on

When run results come back empty. If you click "Next Page" until you reach the right partition eventually you get back the result.

I often have queries where I have some information about the doc, but not necessarily the partition key handy.

Similar query on the Azure portal would return results from all partitions.

Cross partition query is not more there since version 0.9