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...


How to do transaction/locking in mongodb?



How to do transaction/locking in mongodb?..

Answer / Anju Upadhyay

MongoDB supports multi-document transactions starting from MongoDB 4.0, but it does not support row-level locking as seen in traditional relational databases.nTo perform a multi-document transaction, you can use the beginTransaction and commitTransaction methods within a session. The isolation level is set to snapshot isolation by default, which ensures that transactions see a consistent snapshot of data during their execution.nFor better concurrency control, you can also implement optimistic locking using versioning or timestamp fields in your documents.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

What is mongodb sharding?

1 Answers  


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

1 Answers  


List some alternatives to mongodb?

1 Answers  


Can you create an index on an array field in mongodb? If yes, what happens in this case?

1 Answers  


When did mongodb go public?

1 Answers  


What is skip() method?

1 Answers  


Write the syntax for creating a collection and dropping a collection in mongodb.

1 Answers  


What is the default port of mongodb server?

1 Answers  


What do you mean by a replica set in mongodb?

1 Answers  


What is difference between mongod and mongodb?

1 Answers  


Is mongodb support null values?

1 Answers  


How to install mongodb on our machine?

1 Answers  


Categories