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
We've been waiting for this feature for a long time and are very happy that it's finally here!
This will save us quite some Azure Function Orchestration complexity to cleanup a lot of data.
I've implemented the feature in our application and it works like a charm! Both on the local Cosmos DB Emulator and in Azure.
I've got two questions:
is it possible to see somewhere in the portal that a delete process is in progress?
is there already a RU-friendly way to get all partitionkeys in a collection? Would be nice to use that icw this feature.
Great job! Hope this is available soon!
The text was updated successfully, but these errors were encountered:
Thanks for the feedback! Glad that it worked for your scenario.
Currently, there is on way to see in the portal a delete is in progress. We do want to add some metrics to help with monitoring, so we'll keep this group posted for feedback.
Outside of querying for distinct logical partition keys, there's currently no API to get all partition keys in a collection. That said, the query team is looking to make distinct queries more RU friendly - see relevant UserVoice item: https://feedback.azure.com/forums/263030/suggestions/36349012.
We've been waiting for this feature for a long time and are very happy that it's finally here!
This will save us quite some Azure Function Orchestration complexity to cleanup a lot of data.
I've implemented the feature in our application and it works like a charm! Both on the local Cosmos DB Emulator and in Azure.
I've got two questions:
Great job! Hope this is available soon!
The text was updated successfully, but these errors were encountered: