MongoDB Atlas (pay-as-you-go)
MongoDB, IncExternal reviews
509 reviews
from
and
External reviews are not included in the AWS star rating for the product.
best document based database
What do you like best about the product?
MongoDB is a scalable database with flexible schema
What do you dislike about the product?
MongoDB documents limit to 16MB only and also consumes lots of memory
What problems is the product solving and how is that benefiting you?
MongoDB is used for its scalability in nature. We can add any field at runtime
Best for storing real time data
What do you like best about the product?
I have been using mongo DB for a while now and it has been useful for my daily work. There are many benefits of using Mongo DB. It's easy to create and delete data. Out of the NoSQL, I always prefer mongo DB because it's easy to learn. and even data manipulation via a program is also easier. Another advantage of Mongo DB is having replica sets. when dealing with heavy databases to work with real-time data there is a higher chance of database failures. But having replica sets has always kept data consistent and reliable.
What do you dislike about the product?
There are two main issues I have came across while using Mongo DB . The first is having a limit to the document size. (16MB). This is kind of a disadvantage when using MongoDB. The reason there is a limit is that mongo DB works with real-time data. Therefore as a solution, they have introduced to use time ranges in order to save data.
The next issue that I have come across is having to write difficult queries when dealing with nested fields.
The next issue that I have come across is having to write difficult queries when dealing with nested fields.
What problems is the product solving and how is that benefiting you?
Mongo DB has contained replica sets. When dealing with heavy databases to work with real-time data there is a higher chance of database failures. But having replica sets has always kept data consistent and reliable.
Can easily dump and restore data.
Having GridFS feature to store files and images.
Can easily dump and restore data.
Having GridFS feature to store files and images.
One of the best No SQL DB
What do you like best about the product?
MongoDB inspires me with its speed to read data. It is fast, accurate, scalable, and flexible database. The learning curve is very minimal,and one can kick-start using it in no time.
What do you dislike about the product?
Agregation of data in different collections is hard thing to do.
What problems is the product solving and how is that benefiting you?
I am using mongoDB to store non-relational data and for fast database operations.
Awsome NoSQL DBMS product in the market
What do you like best about the product?
It correctly reads the data in real-time and is very efficient.
It meets our project requirements very well and stores the data taking minimum disk space when compared to any other RDBMS. The JSON file format is very handy for developers.
It is the best NoSQL Database software in the market and UI tools for example NoSQL Booster makes managing the databases very easy.
Querying to MongoDB is so easy and requires a very minimal learning curve.
Installation of the local database environment is very easy.
It meets our project requirements very well and stores the data taking minimum disk space when compared to any other RDBMS. The JSON file format is very handy for developers.
It is the best NoSQL Database software in the market and UI tools for example NoSQL Booster makes managing the databases very easy.
Querying to MongoDB is so easy and requires a very minimal learning curve.
Installation of the local database environment is very easy.
What do you dislike about the product?
The topic of clustering is a little difficult to understand and would require a lot of effort from the user to get it.
The third-party library support for MongoDB is not good and it needs to be expanded.
I feel that there should have been supporting for SQL data also.
The third-party library support for MongoDB is not good and it needs to be expanded.
I feel that there should have been supporting for SQL data also.
What problems is the product solving and how is that benefiting you?
We are saving and querying our unstructured JSON fragments in MongoDB.
It's a fast, scalable, resilient, available, and highly performant DB. We store all our unstructured data in MongoDB instances hosted on our production environment Kubernetes clusters. We also use it for our frontend-related projects where SQL-based DBMS would not be so performant.
It's a fast, scalable, resilient, available, and highly performant DB. We store all our unstructured data in MongoDB instances hosted on our production environment Kubernetes clusters. We also use it for our frontend-related projects where SQL-based DBMS would not be so performant.
One of the best Database
What do you like best about the product?
The best thing I like about MongoDB is that it has super easy functions, which we can use to query in the database. The best part is that it allows performing joint operations on different collections despite being a NoSQL database. It also alows us to perform a lot of different operation while doing a joint operations, We can even limit the number of fields that we want in our result.
What do you dislike about the product?
The joint operations are expensive, and we cannot use them a lot of time since it increases the time complexity. Therefore, we have to make a collective collection such that we don't find the need for joint operation in the first place. But this makes our schema and database unreadable and dirty.
What problems is the product solving and how is that benefiting you?
I am solving the problem of storing massive data in a single database. Also, where the data is easily accessible, and the retrieval of the information is speedy.
Recommendations to others considering the product:
It would be best if you used MongoDB since it is one of the best and top leading database provider currently and it also provides excellent documentation to learn each and everything about the MongoDB
Easy to learn NO-SQL based database
What do you like best about the product?
Querying on MongoDB is so easy and simple that even a beginner can understand it very easily.
Also, it has functions that are very useful for direct operations like count(), distinct, etc.
Also, it has functions that are very useful for direct operations like count(), distinct, etc.
What do you dislike about the product?
When a collection becomes too large, MongoDB doesn't perform very well and also there is a lack of connection between different collections.
What problems is the product solving and how is that benefiting you?
We are storing eCommerce websites products as jsons in mongodb.
Benefits are that you can save python dictionaries or jsons directly in mongo.
Benefits are that you can save python dictionaries or jsons directly in mongo.
Recommendations to others considering the product:
Read the documentation before querying.
Mongodb: the friendly No-SQL Database
What do you like best about the product?
Mongodb is very friendly for new developer to learn, moreover, it has amazing document that support many programming languages
What do you dislike about the product?
Unfortunately, the doxuments are heavy in memory
What problems is the product solving and how is that benefiting you?
I created many API's for mobile application using mongodb. The benefit of access methodology (key, value) made the API's very fast.
Recommendations to others considering the product:
Read carefully about how to handle collection referencing before start build your collections
One of the bests DB for NodeJS and noSQL projects
What do you like best about the product?
- Easy integration with JS code
- Fast index system with multiple field support
- Having multi-level documents
- Easy implementation of a type system using mongoose
- Fast index system with multiple field support
- Having multi-level documents
- Easy implementation of a type system using mongoose
What do you dislike about the product?
- It isn't easy to have a good performance if you are a beginner o mid-level
- The tools for inspecting the database (robo3t) are very limited on functionality and on a macOS are not well optimize
- The tools for inspecting the database (robo3t) are very limited on functionality and on a macOS are not well optimize
What problems is the product solving and how is that benefiting you?
Remove relational databases with redundant information because of the use of foreign keys
Flexibility when implementing changes on the schemas
Flexibility when implementing changes on the schemas
NoSQL DB captain MongoDB
What do you like best about the product?
Best thing of mongo DB are,
. It supports GEOSpatial Query
. Easy to use and configure cluster.
. Supports in memory Engine
. It supports GEOSpatial Query
. Easy to use and configure cluster.
. Supports in memory Engine
What do you dislike about the product?
MongoDB will consume more resources and need to configure properly if it is your main database.
What problems is the product solving and how is that benefiting you?
Using mongoDB, GeoNear Query was able to perform easily to get coordinates and also using Quorum high availability was achieved
Recommendations to others considering the product:
MongoDB will give you much more feasibility to integrate in your application due to Engine designed
New tech-stacks need new databases where MongoDB comes
What do you like best about the product?
High availability is the best feature—no need to worry about the stability or server uptime.
What do you dislike about the product?
MongoDB is not matching to all scenarios. Sometimes you need to stick to a SQL database for simplicity. This is not a reason to dislike but a reason to avoid in some cases.
Also, documentation could have improved for new users.
Also, documentation could have improved for new users.
What problems is the product solving and how is that benefiting you?
No need to normalize the schema.
showing 91 - 100