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


If you remove a document from database, does mongodb remove it from disk?



If you remove a document from database, does mongodb remove it from disk?..

Answer / Km Shipra Singh

When you delete a document in MongoDB, the data is not immediately removed from the underlying storage. Instead, it is marked as deleted and will be eventually purged based on the 'write concern' configuration. The exact behavior may vary depending on the storage engine used (WiredTiger or MMAPv1).

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Is it necessary to install mongodb compass?

1 Answers  


Why is mongodb called mongodb?

1 Answers  


What is crud in mongodb?

1 Answers  


How to perform transactions/lock in mongodb?

1 Answers  


What is nosql database and why you use nosql database?

1 Answers  


What are types of data models in mongodb?

1 Answers  


How to update operations immediately sync to disk in mongodb?

1 Answers  


Is mongodb a nosql?

1 Answers  


Is mongodb good for large data?

1 Answers  


What language you can use with mongodb?

1 Answers  


Define mongodb SUM?

1 Answers  


What is replication factor in mongodb?

1 Answers  


Categories