Which commands you use to lock the database in mongodb?
Answer Posted / Manoj Kumar Meena
There are no direct commands to lock an entire MongoDB database. However, as mentioned earlier, MongoDB uses MVCC for concurrency control and it does not require explicit locks.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers