Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Which operations lock the database in mongodb?



Which operations lock the database in mongodb?..

Answer / Raghaw Kumar Jha

In MongoDB, various operations can lead to a locked database, including write operations (insert, update, delete), index builds and reindexes, and certain administrative commands. To minimize the impact of these locks on performance, MongoDB uses a technique called opportunistic locking (oplocks) that allows multiple clients to read data concurrently while only one client can write to it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Is mongodb compass free?

1 Answers  


Give some features of MongoDB.

1 Answers  


Can mongodb store files?

1 Answers  


Mention the command syntax that is used to view mongo is using the link?

1 Answers  


What is replica set in mongodb? Explain

1 Answers  


How do I start mongodb on mac?

1 Answers  


Does mongodb need lots of ram?

1 Answers  


What is the command which are use to drop database in mongodb?

1 Answers  


What is odm in mongodb?

1 Answers  


How to do transaction/locking in mongodb?

1 Answers  


How do I create a collection in mongodb? Write it's syntax

1 Answers  


In mongodb how do you use $set to update a nested value?

1 Answers  


Categories