Answer Posted / Anjali
MongoDB stores each document as a separate BSON (Binary JSON) object, and since they are variable-length documents, the file size can increase significantly. Also, MongoDB uses on-disk journaling and writes operations to multiple data files to optimize performance.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers