MongoDB 4.0 - Support for ACID Transactions
Support for Single-Shard multi document ACID transactions
To support benefits of ACID transactions with fully-denormalized document data modeling, MongoDB added single-shard ACID transaction support in the released 4.0. These single-shard transactions apply ACID properties on updates across multiple documents those are present in the same shard. Multi-shard transactions supposed to implement in release 4.2.
Scenario, how it works?
- Client application will get a database session Read on →