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 |
How do you delete a document from a collection?
By default, which replica sets are used to write data?
Does an update fsync to disk immediately?
Where is mongodb headquarters?
Is mongodb a language?
Does mongodb store data in memory?
How to do transaction/locking in mongodb?
Is mongodb normalized?
Does mongodb handle application level caching?
What is the difference between mongodb and cassandra?
Explain the structure of objectid in mongodb.?
How did mongodb get its name?
Oracle (3253)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)