Forum Discussion
robertmrobo
Nov 11, 2021Copper Contributor
Does the new Cosmos DB patch API gives us enough reasons to rethink about our designs?
One of the most emphasized rules I have learned from my experience when working with Cosmos DB is that, in your documents, you have to separate the parts which change very often from the parts which ...
WilliamXifaras
Jan 17, 2022Copper Contributor
I would say yes. For example, if you are providing a Web API on top of Cosmos DB, you can now directly implement support for the PATCH request method. Plus some performance and productivity improvements.
https://docs.microsoft.com/en-us/azure/cosmos-db/partial-document-update
https://github.com/AzureCosmosDB/PatchPrivatePreviewFeedbackGroup
https://docs.microsoft.com/en-us/azure/cosmos-db/partial-document-update
https://github.com/AzureCosmosDB/PatchPrivatePreviewFeedbackGroup