How does mongodb store data on disk?
Answer / Prem Prakash Pal
MongoDB stores data on disk by creating BSON (Binary JSON) files. Each collection has its own set of files, and each document within a collection is stored in a separate file. MongoDB uses a data structure called a 'chi' to keep track of the location of each document within its respective file. This allows for efficient querying and indexing.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is mongodb for big data?
Can you lock more than one database at the same time in mongodb?
Does mongodb support foreign key constraints?
How to define array in mongoose schema?
When using replication, can some members use journaling and others not?
Where is the mongodb database?
How can you see the connection used by mongos?
How does sharding work with replication in mongodb?
What are mongodb indexes?
What do you understand by nosql databases? Is mongodb a nosql database? Explain.
Where is my mongodb database?
How do you know the all indexes available for a collection?
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)