Why are MongoDB data files large in size?
MongoDB doesn’t follow file system fragmentation and pre allocates data files to reserve space while setting up the server. That’s why MongoDB data files are large in size. MongoDB data files can be large for several reasons: Document-oriented Storage: MongoDB is a NoSQL database that stores data in a flexible, JSON-like format known as BSON … Read more