Flexible and high available database
Overall Satisfaction with MongoDB
MongoDB is used across the organization. Since it's stored as JSON documents, it's used to store all our structured, semi-structured and unstructured data. The MongoDB database makes it easy to store and retrieve data. We use statistics and time series data in this database and it's very easy to project it in a graphical format.
Pros
- MongoDB database uses the most widely used JSON documents to store and retrieve. Also it's stored as BSON internally.
- MongoDB is well suited for semi-structured and un-structured data.
- MongoDB is very easy to scale and replicate.
Cons
- The possibility of using joins like relational databases.
- Since it's storing key values in each document, it uses up more memory.
- It also has concurrency issues for read and write operations.
- Easy adoption to MongoDB database
- Storing and retrieval of data in json format
- High availability
We find MongoDB is an easily adoptable NoSQL database.
Comments
Please log in to join the conversation