You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CosmosDB State store Query API (which is Alpha) we only support cross-partition queries. However, the ability to query a specific partition (which is cheaper) has been added now: dapr/components-contrib#3227
In CosmosDB State store Query API (which is Alpha) we only support cross-partition queries. However, the ability to query a specific partition (which is cheaper) has been added now:
dapr/components-contrib#3227
This needs to be documented here:
https://github.com/dapr/docs/blob/v1.12/daprdocs/content/en/reference/components-reference/supported-state-stores/setup-azure-cosmosdb.md
It would be great to introduce a
Query API (Alpha)
section there that goes into a specific request example.Additionally the Partition Key section could be improved also.
Hoping @luigirende will write this docs update :)
The text was updated successfully, but these errors were encountered: