InterviewSolution
Saved Bookmarks
| 1. |
How Can You Achieve Transaction And Locking In Mongodb? |
|
Answer» To ACHIEVE concepts of transaction and locking in MongoDB, we can USE the NESTING of documents, also CALLED embedded documents. MongoDB SUPPORTS atomic operations within a single document. To achieve concepts of transaction and locking in MongoDB, we can use the nesting of documents, also called embedded documents. MongoDB supports atomic operations within a single document. |
|