Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Partial Update Support on Azure DocumentDb with MongoDB protocol

Does the "Azure DocumentDB with protocol support for MongoDB" which is in preview support partial update of data?

I have seen in documentation that DocumentDb that does not support. But could not find any information on this.

like image 539
Libin Joseph Avatar asked Oct 18 '22 05:10

Libin Joseph


1 Answers

Yes, even though it's not supported for direct to DocumentDB API, when using the MongoDB protocol support, incremental operations are supported. Here is confirmation on the Azure page, in particular, "This includes support for field, array, bitwise and isolation updates as specified by MongoDB Update operator specification. For the Update operators that need multiple document manipulations, DocumentDB provides full ACID semantics with snapshot isolation."

like image 56
Larry Maccherone Avatar answered Oct 21 '22 01:10

Larry Maccherone