Answer Posted / Anupam Kumar Singh Tomer
MongoDB supports transactions but it's important to understand that they are limited in scope compared to traditional relational databases. MongoDB uses ACID (Atomicity, Consistency, Isolation, Durability) properties at the document level within a single collection during a single session. For multi-document transactions or transactions across collections/databases, you'll need MongoDB versions 4.0 and later.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers