thomaslevesque / CosmosDBStudio

A tool to browse and query Azure Cosmos DB databases
MIT License
54 stars 12 forks source link

Suggest existing partition keys in partition keys dropdown #16

Open thomaslevesque opened 3 years ago

thomaslevesque commented 3 years ago

Hurdle: there's no easy way to list all distinct partition keys from a container. It's possible to use DISTINCT in a cross-partition query, but it's an expensive query.