Why do I get inconsistent response when I fire distinct query on Cosmos DB SQL API

Copper Contributor

When distinct query is executed against Cosmos DB SQL API, it gives inconsistent response.
e.g. Select distinct c.field from c

Inconsistent means:
- no of records are different.
- not all distinct values are returned.

0 Replies