How to do transactions/locking?

Submitted by: Administrator
MongoDB does not use traditional locking or complex transactions with rollback, as it is designed to be lightweight and fast and predictable in its performance. It can be thought of as analogous to the MySQL MyISAM autocommit model. By keeping transaction support extremely simple, performance is enhanced, especially in a system that may run across many servers.
Submitted by: Administrator

Read Online MongoDB Job Interview Questions And Answers