Skip to content

Reviews for MongoDB

Login to Review
shall1083
Skyler Hall
Apr 10, 2026
4.83/5
Game-Changer for Modern Development
Ease of Use
Features
Value for Money
Customer Support
Overall Experience

As a developer transitioning from traditional SQL databases, MongoDB has been a revelation. Its flexible document model perfectly aligns with how we structure data in our applications, eliminating the need for complex joins and migrations. Scaling our application horizontally has become straightforward with its built-in sharding, and the query performance for our read-heavy workloads is exceptional. The free tier and clear documentation made getting started incredibly smooth.

0 helpful 0 not helpful
dakota_white20
Dakota White
Apr 07, 2026
3.83/5
Great performance once you get the hang of it, but a steep learning curve
Ease of Use
Features
Value for Money
Customer Support
Overall Experience

The flexibility of MongoDB's document model is fantastic for rapid development and its performance with the right indexes is impressive. However, the change from the relational mindset to a document-based one can be tricky, and the lack of out-of-the-box ACID transactions in early versions of its distributed setup was a pain point. The tooling and community are excellent, but you really need to understand how to structure data and queries to avoid performance pitfalls. For the right use case, it's a great choice, but the learning curve for proper indexing and data modeling is real.

0 helpful 0 not helpful
Review Summary
3.8

Based on 22 reviews

Ease of Use 3.7/5
Features 4.3/5
Value for Money 4.1/5
Customer Support 3.1/5
Overall Experience 3.7/5
Rating Distribution
5
9
4
6
3
4
2
3
1
0
MongoDB
MongoDB

MongoDB is a popular open-source, document-oriented NoSQL database. It stores data in flexible, JSON-like documents, rather than rows and columns …

Back to Product