Why is MongoDB good
July 26, 2022

Why is MongoDB good

Mehmet Fatih Onal | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with MongoDB

Due to the software developments made, the institution's NoSQL technology was needed. Therefore, a solution was created by purchasing the enterprise version.
  • We preferred the application because it stores documents in a JSON-like format. No need for extra format conversion.
  • Allows changes to the structure of documents and stores partially completed documents. The recorded data can be read very easily.
  • Can be user friendly. While it is very easy to create indexes in other database applications, it is a bit cumbersome to do this in Mongo.
  • The difficulties that we do not encounter when working with much larger data on MS SQL make us very difficult when working with fewer data in mongo due to the in-memory feature.
  • Since MSSQL does not have the unlock feature, it causes writing conflicts while reading and writing data at the same time.
  • It consumes a lot of RAM due to its in-memory feature. If you have a fast-growing structure, you should do the RAM memory planning well.

Do you think MongoDB delivers good value for the price?

Yes

Are you happy with MongoDB's feature set?

Yes

Did MongoDB live up to sales and marketing promises?

Yes

Did implementation of MongoDB go as expected?

Yes

Would you buy MongoDB again?

Yes

It is one of the reasons why we prefer it to store documents in a JSON-style format, to access the desired document very quickly regardless of its size, to be readable by human eyes, and to be easily scalable and manageable.
Finding support from local companies can be difficult. There were times when the local company could not find a solution and we reached a solution by getting support globally. If a good local company is found, it will overcome all your problems with its global support.
If you are dealing with high-performance large volumes of data or if you want to add thousands of records in one second, MongoDB is the best choice for it. Since MongoDB is a schemaless database, horizontal scaling is very easy.

MongoDB Feature Ratings

Performance
9
Availability
9
Concurrency
9
Security
9
Scalability
9
Data model flexibility
9
Deployment model flexibility
9