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


What will happen when you remove a document from database in mongodb? Does mongodb remove it from disk?



What will happen when you remove a document from database in mongodb? Does mongodb remove it from di..

Answer / Deep Kumar

When you delete a document from MongoDB, the document is marked as deleted and moved to a special collection named `.trash`. The space occupied by the deleted document is not immediately reclaimed. However, the deleted document remains on disk until garbage collection runs, which helps ensure data integrity and recoverability. In some configurations, you can also set up tiered storage or change journaling options to optimize for disk usage.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

Which are the storage engines used by mongodb?

1 Answers  


List the important features of mongodb.

1 Answers  


What's new in mongodb 3.2?

1 Answers  


Who are mongodb competitors?

1 Answers  


Can we use jpa with mongodb?

1 Answers  


What is mongoose odm?

1 Answers  


Which is better firebase or mongodb?

1 Answers  


What is the role of 8 analysers in mongodb?

1 Answers  


Is it possible to remove old files in the movechunk directory?

1 Answers  


What is index and how it is used in mongodb?

1 Answers  


Is mongodb good for big data?

1 Answers  


How to retrieve data from mongodb using java?

1 Answers  


Categories