Category Archives: MongoDB

Advantages and Disadvantages of MongoDB

MongoDB is one of the popular NoSQL database, is an open-source document-oriented database. The term ‘NoSQL’ means ‘not only SQL or non-relational’. It provides an altogether different mechanism for storage and retrieval of data, uses BSON storage format (similar to JSON format) and it is not based on relational database structure. Advantages and Disadvantages of MongoDB: Advantages- Flexibilty-… Read More »