AzureCosmosDB / PartitionKeyDeleteFeedbackGroup

Private repo for the preview of the delete by partition key value feature in Cosmos DB.
3 stars 0 forks source link

Background process confirmation #8

Closed jkonecki closed 3 years ago

jkonecki commented 3 years ago

Could the Team please confirm that the background deletion process runs inside CosmosDB database and not client-side ("inside" SDK)?

My understanding is that once the request is accepted by database, the client process can be stopped and individual document deletion will carry on in the database.

deborahc commented 3 years ago

Yes, you are correct. The background deletion process runs on the Cosmos DB server side, so once the deletion starts, the client doesn't need to do anything further.