Answer Posted / 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 |
Post New Answer View All Answers