Answer Posted / Meenakshi Chauhan
MongoDB supports multi-document transactions through the WiredTiger and MMAPv1 storage engines. For locking, MongoDB uses a MVCC (Multi-version Concurrency Control) approach which allows multiple versions of documents to coexist, reducing contention.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers