Can you lock more than one database at the same time in mongodb?
Answer Posted / 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 View All Answers