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


Why are mongodb data files large in size?



Why are mongodb data files large in size?..

Answer / Poisha

MongoDB data files can be large due to the way data is stored on disk. Each collection occupies a separate file and each document within a collection is stored as a BSON (Binary JSON) object, which can be quite large depending on the complexity of the data. Additionally, MongoDB uses journaling and write-ahead logging for data safety, which also contributes to larger file sizes.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More MongoDB Interview Questions

How do you delete a document from a collection?

1 Answers  


By default, which replica sets are used to write data?

1 Answers  


Does an update fsync to disk immediately?

1 Answers  


Where is mongodb headquarters?

1 Answers  


Is mongodb a language?

1 Answers  


Does mongodb store data in memory?

1 Answers  


How to do transaction/locking in mongodb?

1 Answers  


Is mongodb normalized?

1 Answers  


Does mongodb handle application level caching?

1 Answers  


What is the difference between mongodb and cassandra?

1 Answers  


Explain the structure of objectid in mongodb.?

1 Answers  


How did mongodb get its name?

0 Answers  


Categories