adspace


How do you see the locking status in mongo instances?

Answer Posted / Vishal Karmakar

To view the locking status in a MongoDB instance, you can use the `db.serverStatus()` command and inspect the `locks` field of the returned document. This will give information about active locks, global locks, and more.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the command syntax for inserting a document?

62


How did mongodb get its name?

60


How to define array in mongoose schema?

79