1.

Does The Documentdb Api Support Acid Transactions?

Answer»

Yes, the DocumentDB API supports cross-document transactions expressed as JavaScript-stored PROCEDURES and triggers. Transactions are scoped to a single partition within each collection and executed with ACID semantics as "all or nothing," isolated from other concurrently executing CODE and user requests. If exceptions are thrown through the server-side execution of JavaScript application code, the ENTIRE transaction is rolled back.

Yes, the DocumentDB API supports cross-document transactions expressed as JavaScript-stored procedures and triggers. Transactions are scoped to a single partition within each collection and executed with ACID semantics as "all or nothing," isolated from other concurrently executing code and user requests. If exceptions are thrown through the server-side execution of JavaScript application code, the entire transaction is rolled back.



Discussion

No Comment Found