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

While creating schema in mongodb what are the points need to be taken in consideration?

1 Answers  


What is the method to configure the cache size in mongodb?

1 Answers  


Why does profiler use in mongodb?

1 Answers  


What will be objects between two dates in mongodb?

1 Answers  


How to insert image in mongodb database?

1 Answers  


How is mongodb data stored?

1 Answers  


Does mongodb run on amazon ebs?

1 Answers  


What is crud?

1 Answers  


How to retrieve data from multiple collections in mongodb?

1 Answers  


What is a namespace in mongodb?

1 Answers  


Does google use mongodb?

1 Answers  


In which format data is stored in mongodb?

1 Answers  


Categories