Can you lock more than one database at the same time in mongodb?



Can you lock more than one database at the same time in mongodb?..

Answer / Rajeev Kumar Singh

No, MongoDB does not support locking multiple databases concurrently. However, it supports multi-database transactions through the MongoDB Connector for Java and C# drivers by using a single session across different databases.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Who owns mongodb?

1 Answers  


How many employees does mongodb have?

1 Answers  


What is storage encryption?

1 Answers  


How is query injection and how to handle it in mongodb?

1 Answers  


What is the difference between mongodb and couchdb?

1 Answers  


Is mongodb a data lake?

1 Answers  


Explain what is a replica set?

1 Answers  


How do I start mongodb in terminal?

1 Answers  


How do I create a collection in mongodb?

1 Answers  


Mongodb uses bson to represent document structures. True or false?

1 Answers  


How does mongodb provide consistency?

1 Answers  


How index is used in mongodb?

1 Answers  


Categories