---
title: MongoDB Atlas Reviews
meta_title: 'MongoDB Atlas Reviews 2026: Details, Pricing, & Features | G2'
meta_description: Filter 899 reviews by the users' company size, role or industry
  to find out how MongoDB Atlas works for a business like yours.
aggregate_rating:
  rating_value: 4.5
  review_count: 899
  scale: '5'
date_modified: '2026-06-17'
parent_category:
  name: Database Software
  url: https://www.g2.com/categories/database-software
---

# MongoDB Atlas Reviews
**Vendor:** MongoDB  
**Category:** [Database as a Service (DBaaS) Providers](https://www.g2.com/categories/database-as-a-service-dbaas)  
**Average Rating:** 4.5/5.0  
**Total Reviews:** 899
## About MongoDB Atlas
MongoDB Atlas is a developer data platform that provides a tightly integrated collection of data and application infrastructure building blocks to enable enterprises to quickly deploy bespoke architectures to address any application need. Atlas supports transactional, full-text search, vector search, time series and stream processing application use cases across mobile, distributed, event-driven, and serverless architectures.



## MongoDB Atlas Pros & Cons
**What users like:**

- Users appreciate the **intuitive UI** of MongoDB Atlas, enhancing user-friendliness and simplifying database management tasks. (8 reviews)
- Users appreciate the **intuitive user interface** of MongoDB Atlas, making database management user-friendly and efficient. (7 reviews)
- Users appreciate the **intuitive UI and great documentation** of MongoDB Atlas, making database management user-friendly and efficient. (6 reviews)
- Users appreciate the **scalability** of MongoDB Atlas, enabling effortless management and performance across various data types. (5 reviews)
- Users appreciate the **reliability** of MongoDB Atlas, consistently experiencing excellent uptime and seamless database management. (4 reviews)
- Intuitive (3 reviews)
- Performance (3 reviews)
- Users value the **performance efficiency** of MongoDB Atlas, enabling rapid feature deployment with minimal infrastructure management. (3 reviews)
- Database Management (2 reviews)
- Ease of Setup (2 reviews)

**What users dislike:**

- Users find the **pricing expensive** , tied to storage, leading to unexpected costs and frustration with support. (3 reviews)
- Users express concerns over **unclear pricing** , feeling forced into higher tiers and facing excessive costs for services. (3 reviews)
- Users find MongoDB Atlas to be **expensive** , facing high costs for inadequate performance and frustrating support experiences. (2 reviews)
- Users express frustration over MongoDB Atlas due to **high memory usage** resulting in excessive costs and poor performance. (2 reviews)
- Users face significant **latency issues** with MongoDB Atlas, resulting in frustrating delays and poor performance during operations. (2 reviews)
- Users express frustration over **performance issues** , especially during data deletion, leading to inefficiencies and frustrations with support. (2 reviews)
- Poor Customer Support (2 reviews)
- Slow Performance (2 reviews)
- UX Improvement (2 reviews)
- Users express frustration with **billing issues** , citing high costs tied to storage and poor support experiences with MongoDB Atlas. (1 reviews)

## MongoDB Atlas Reviews
  ### 1. Flexible, High-Performance Database with Easy Scaling

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sai shivan J. | Associate Consultant, Mid-Market (51-1000 emp.)

**Reviewed Date:** March 24, 2026

**What do you like best about MongoDB Atlas?**

Best about MongoDB is its flexible document schema that lets me store JSON-like data without rigid table structures, perfect for my data analyst work. MongoDB delivers sub-100ms real-time data retrieval speeds, making it incredibly fast for querying and analyzing large datasets. The horizontal scaling through sharding lets me easily handle growing data volumes without performance drops, which is essential for event data management systems. MongoDB's native JSON/BSON document model means I can work with data in the same format I use in my code, eliminating conversion headaches and boosting developer productivity. Rich ad-hoc queries, powerful indexing, and built-in aggregation pipelines let me perform complex real-time analytics and data transformations directly in the database

**What do you dislike about MongoDB Atlas?**

One thing I dislike about MongoDB is that it doesn't support multi-document ACID transactions as robustly as traditional SQL databases, which can be problematic for applications requiring strong consistency across multiple operations. MongoDB's memory usage can be quite high since it relies heavily on RAM for caching and performance, requiring more infrastructure resources compared to some other databases. The lack of native joins means I often have to handle data relationships in application code rather than at the database level, which adds complexity to queries and can impact performance. Additionally, data duplication is common in MongoDB due to its denormalized document model, leading to increased storage requirements and potential data consistency challenges when updating duplicated fields across multiple documents.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB solves the problem of rigid, fixed schemas in traditional databases by providing a flexible document model that lets me store evolving data structures without complex migrations, speeding up my development significantly. It solves scalability challenges through horizontal sharding, allowing me to handle massive volumes of meter data and event records without performance degradation, which is crucial for my MDMS work. MongoDB's high availability through replica sets ensures zero downtime for my applications, automatically failing over to secondary nodes if the primary fails. The database solves the impedance mismatch problem between code and data by storing JSON/BSON documents that match my application's data structures, eliminating conversion overhead and boosting my productivity as a developer. MongoDB's powerful aggregation framework and indexing solve complex data transformation and analytics needs directly within the database, enabling me to perform real-time data analysis without external processing tools

  ### 2. Flexible Document Model and Fast Development with MongoDB Atlas

**Rating:** 4.5/5.0 stars

**Reviewed by:** Priyanshu J. | Social Media Lead, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 23, 2026

**What do you like best about MongoDB Atlas?**

It is how flexible the document-based structure is for handling real project data. I use it in Node.js backend projects where storing JSON-like data directly as documents makes development much faster compared to traditional relational databases. Adding new fields or updating schemas is simple, so I don’t have to redesign tables every time requirements change. The performance is also very good for read and write operations in smaller web applications and APIs. I’ve integrated it with Auth0 to manage user data after authentication and the workflow feels smooth. MongoDB Atlas onboarding was straightforward, and connecting databases to applications took only a few minutes. Overall, it helped me build and scale backend projects more quickly with less database management complexity.

**What do you dislike about MongoDB Atlas?**

It is that managing complex relationships between data can become difficult compared to SQL databases. In one of my backend projects, handling deeply connected user and task data required extra queries and manual structuring. I also noticed that if indexes are not configured properly, query performance can slow down as the database grows. MongoDB Atlas is easy to start with, but pricing increases quickly when storage and usage scale up. Debugging aggregation pipelines can also become confusing for more advanced queries. Overall, it works great for flexible data structures but complex data handling and scaling need careful management.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

It solved my problem of handling flexible and changing data structures in backend projects. Earlier, whenever project requirements changed, modifying tables and schemas in relational databases took extra effort and slowed development. With MongoDB, I can store JSON-like documents directly, which makes it much easier to manage user data, project details, and API responses. In one of my Node.js projects, I integrated it with Auth0 to store authenticated user profiles without creating complex database tables. Querying and updating data became much faster during development. It also reduced the time needed for database setup and schema changes.

  ### 3. MongoDB Atlas: Effortless Clusters, Flexible Schema, and Reliable Cloud Management

**Rating:** 5.0/5.0 stars

**Reviewed by:** Madhusree D. | Full-stack Developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 19, 2026

**What do you like best about MongoDB Atlas?**

I mostly use MongoDB Atlas as the cloud database for my web projects and small full-stack applications. I like how straightforward it is to create a cluster and connect it to my Node.js apps with Mongoose. It has helped a lot with deployment and day-to-day database management by giving me a consistent, reliable environment that I can access from anywhere.

I also appreciate not having to manage servers myself or handle backups manually. On top of that, the schema-less approach makes updates simpler than with more structured databases. I really value the flexibility of the document schema for unpredictable development needs, since it lets me reorganize data without dealing with traditional relational tables. Overall, the document model saves me a lot of development time because I can add new fields and adjust how information is stored without repeatedly restructuring the database.

**What do you dislike about MongoDB Atlas?**

For personal project its great but when I have to implement a dedicated cluster for a client project the jump from M0 to M10 is quite large in terms of pricing. I also feel that whenever I am trying to run deep analytical query or try to join multiple tables together things get messy, it also can be very heavy on CPU cluster if my indexes aren't perfectly optimized.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

I like how easy it is to implement. I don’t have to worry about installing MongoDB on a cloud server, configuring firewall rules, managing security updates, or dealing with anything complicated. I’ve been using this since I was a novice in development, and using Atlas has helped me a lot because I don’t have to think about major connection or configuration issues when I move a local database to production.

  ### 4. Flexible and Efficient, Although a Bit Complex

**Rating:** 4.0/5.0 stars

**Reviewed by:** Umesh Chandran Y. | Student, Education Management, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 07, 2026

**What do you like best about MongoDB Atlas?**

I mostly use MongoDB Atlas for my cloud database in web projects and small full-stack applications. I enjoy how easy it is to create a cluster and integrate with my Node.js applications using Mongoose. MongoDB Atlas has helped me significantly with deployment and database management, providing a consistent and available environment from any location. I like that it allows me to stop managing the server and handling backups manually. The schema-less nature makes it simpler to handle updates compared to structured databases. I really enjoy the flexibility of the document schema, which caters to unpredictable needs in development, making it easier to reorganize the database without dealing with traditional relational tables. The flexible document model saves me a lot of development time by allowing me to easily add new fields and change how information is stored, without needing to restructure the database repeatedly.

**What do you dislike about MongoDB Atlas?**

The dashboard can be a bit overwhelming if you don't have a working knowledge of cloud databases. There are areas such as clusters, metrics, networking configuration, backup, and security. I had to frequently refer to the documentation to understand which specific configuration was needed to change. The error messages did not give much away, so it ended up being more troubleshooting configuration than the backend.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

I use MongoDB Atlas for cloud database management in web apps, simplifying deployment across environments and stopping server-side hassle. Its flexible schema handles frequent data updates easily, saving me development time and reducing effort compared to traditional databases.

  ### 5. MongoDB Makes JavaScript-First Development Feel Effortless

**Rating:** 5.0/5.0 stars

**Reviewed by:** MdAlqma A. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 29, 2026

**What do you like best about MongoDB Atlas?**

What I like most about MongoDB is how much it speeds up real-world development without getting in the way.

From a daily workflow perspective, the document model is the biggest win. I store data in the same nested structure my APIs return, so I don’t spend time joining tables or reshaping responses. That alone cuts hours when building or modifying endpoints.

The aggregation pipeline is something I use regularly for dashboards and analytics. Instead of writing extra backend logic, I handle filtering, grouping, and transformations directly in the database, which keeps my codebase cleaner and faster.

On the UI/UX side, MongoDB Compass and Atlas make a difference. Being able to visually inspect documents, test queries, and manage indexes saves a lot of debugging time compared to purely CLI-based workflows.

Performance-wise, proper indexing (especially compound indexes) has significantly improved query speeds in my apps, often turning slow endpoints into near-instant responses.

An unexpected benefit has been how well it handles rapid product changes. I can ship features without locking into a strict schema early, which has made iteration much faster and reduced rework.

Overall, it’s improved my workflow by reducing boilerplate, simplifying data handling, and letting me move faster from idea to production.

**What do you dislike about MongoDB Atlas?**

What I dislike about MongoDB mainly shows up as the project grows.

The biggest issue is schema inconsistency. Since validation isn’t strict by default, collections can end up with mixed document structures. This has caused bugs for me in production because different records don’t follow the same shape. I usually fix this with Mongoose or custom validation, but it adds extra complexity. Stronger, more opinionated schema enforcement out of the box would help.

Handling relationships is another weak spot. $lookup works, but it’s not as clean or performant as SQL joins for complex relations. In some cases, I’ve had to duplicate data or restructure things, which increases maintenance overhead. A more optimized and developer-friendly way to handle relations would improve this.

On the UI side, tools like Compass are useful, but they can feel slow or limited when working with large datasets. Querying and exploring big collections isn’t always smooth. Better performance and more advanced debugging tools would make a difference.

Pricing can also become a concern with MongoDB Atlas as usage scales. Costs increase quickly with storage and operations, which impacts ROI for smaller projects. More transparent cost optimization suggestions would help developers manage this better.

Overall, these issues don’t block usage, but they do add friction as the system scales.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB mainly solves the problem of rigid data models slowing down development.

We struggled with frequent schema changes and migrations in relational databases, but now we can evolve document structures on the fly, which has resulted in much faster feature delivery.

We also struggled with complex joins and reshaping data for APIs, but now we can store related data together and fetch it in a single query, which has reduced backend complexity and improved response times.

In terms of impact:

Development time for new features reduced by ~30–40%
API response times improved (e.g., ~400ms → ~150ms in some endpoints)
Less time spent on migrations and schema refactoring

Overall, it’s made our workflow more flexible and significantly faster, especially in fast-changing products.

  ### 6. MongoDB’s Flexible Schema and Powerful Queries That Scale

**Rating:** 4.5/5.0 stars

**Reviewed by:** Prakash C. | Developer, Computer Software, Mid-Market (51-1000 emp.)

**Reviewed Date:** April 21, 2026

**What do you like best about MongoDB Atlas?**

The flexible schema is the biggest advantage of MongoDB, and it also provides support for many data types. It scales well because it offers sharding. It also supports complex queries, aggregation pipelines, and multiple index types, which makes data retrieval both flexible and powerful.

**What do you dislike about MongoDB Atlas?**

One drawback of MongoDB is that its flexible schema can result in data inconsistencies if it isn’t managed carefully. Also, compared with relational databases, it’s generally less well-suited for complex transactional systems. If we are building a system like a bank, or anywhere data consistency is most important, this can become a real concern.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB addresses the challenge of working with unstructured and rapidly changing data by offering a flexible schema. For me, this speeds up development, makes it easier to adjust to new requirements, and simplifies the way data is stored and retrieved. On top of that, its support for sharding enables horizontal scalability, so applications can handle increasing data volumes and traffic more efficiently.

  ### 7. Powerful Document Database with Good Flexibility

**Rating:** 4.5/5.0 stars

**Reviewed by:** Alan R. | Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 25, 2026

**What do you like best about MongoDB Atlas?**

MongoDB is very flexible and easy to work with, especially when dealing with semi-structured or evolving data models. The document-based structure makes development faster since you’re not locked into rigid schemas like traditional relational databases. It integrates well with modern applications and works smoothly with various programming languages and frameworks.

I also appreciate how easy it is to scale horizontally, particularly when using MongoDB Atlas. Features like built-in replication, backups, and monitoring simplify operational management. The query language is powerful yet intuitive, and indexing options allow you to optimize performance effectively. Overall, it’s a solid database for modern, cloud-native applications.

**What do you dislike about MongoDB Atlas?**

While flexibility is a strength, it can also lead to inconsistencies if schema validation isn’t enforced properly. Without clear structure and governance, data models can become messy over time. Performance tuning can require careful indexing and query optimization, especially at scale. Additionally, costs in managed environments like Atlas can grow quickly depending on storage size, backups, and cluster configuration.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB allows us to handle dynamic and evolving data structures without constantly modifying rigid schemas. This speeds up development cycles and makes it easier to adapt applications as requirements change. It also supports high availability and scalability, ensuring our applications remain stable as usage grows. The ability to quickly store and retrieve large volumes of data in a flexible format has significantly reduced development overhead and improved time to market.

  ### 8. Effortless Database Management with MongoDB Atlas

**Rating:** 5.0/5.0 stars

**Reviewed by:** Garrick C. | Staff Software Engineer, Financial Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 30, 2026

**What do you like best about MongoDB Atlas?**

I really appreciate the managed aspect of all parts of database maintenance via a really easy-to-use web-based GUI, which makes MongoDB Atlas an exceptional product to work with daily. It removes all the friction in quickly accessing and managing the database clusters from any device and any place in the world at any time. This is a significant advantage, especially if there's an issue I need to respond to and I don't have a CLI tool to start up. It's very easy to set up and integrate with your preferred cloud host, networking, and database access libraries. I definitely recommend it for the document database.

**What do you dislike about MongoDB Atlas?**

I think they need a better way to manage network access for multiple users or services including tags and managed UI request forms for access. The database triggers are also fairly painful to setup and manage at scale.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

I use MongoDB Atlas for database security, scaling, maintenance, performance, configuration changes, and managed CDC streaming for my web applications and AI embeddings.

  ### 9. MongoDB Delivers High Performance, Scalability, and Flexible Schema

**Rating:** 5.0/5.0 stars

**Reviewed by:** Narrsinh  K. | Director of engineering, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 07, 2026

**What do you like best about MongoDB Atlas?**

Mongodb is fine-tuned , performance supporting Database, feature liks Integration, Pricing and ROI,Schema Flexibility,High Scalability,Rich Query , Language, AI features

**What do you dislike about MongoDB Atlas?**

TTL Indexes :Automatically delete old documents after a time period. Useful for logs/sessions, but not very exciting.
Replica Set Elections :Internal process for choosing a primary node during failover. Important for reliability, but mostly infrastructure mechanics.
Write Concerns: Controls how safely data is written across replicas. Critical in production, but configuration-heavy.
Capped Collections :Fixed-size collections that overwrite old data. Niche use case.
BSON Size Limits :Technical limitation discussions (16 MB document limit) are practical but not fun.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

It is solving scheme flexiblity and performance problem

  ### 10. MongoDB Streamlines API-to-BigQuery Migrations with In-Collection Transformations

**Rating:** 4.0/5.0 stars

**Reviewed by:** Reetika  P. | Quality engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 16, 2026

**What do you like best about MongoDB Atlas?**

Mongo DB is used in our migration work: we pull data from the Facebook API, load it into Mongo collections, and then move that Mongo data into BigQuery. The best part about Mongo is that we can handle most of the major transformations directly within the Mongo collections before loading it onward.

**What do you dislike about MongoDB Atlas?**

The query part is quite tricky, and sometimes the Mongo server doesn’t work.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

For us mongo is extracting the data from API's and further performing the transformation on various collections

  ### 11. Scalable, High-Performance Database with Seamless API IWorking with MongoDB:ntegration

**Rating:** 4.5/5.0 stars

**Reviewed by:** Vishesh B. | Software Engineer, Information Technology and Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** March 24, 2026

**What do you like best about MongoDB Atlas?**

Scalability – built-in horizontal scaling with sharding
High performance – optimized for read/write-heavy applications
Ease of integration – works smoothly with modern APIs and microservices
Aggregation framework – powerful for data processing without needing complex SQL joins

**What do you dislike about MongoDB Atlas?**

One of the biggest limitations is the lack of strong relational support. Unlike traditional SQL databases, handling complex relationships (joins across multiple collections) can be inefficient or require extra design effort, often pushing logic into the application layer.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB solves the problem of rigid and hard-to-scale databases.

It allows flexible data structure → no need to change schema every time
It works well with JSON data → easy to use in code
It supports easy scaling → good for growing applications

  ### 12. Flexible, Easy-to-Use Data Storage with MongoDB

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ravi S. | Frontend Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** June 04, 2026

**What do you like best about MongoDB Atlas?**

I like MongoDB for its data-based storage and schema flexibility. It allows me to store data in non-table formats and handle any kind of data, unlike SQL databases where I had to stick with a predefined schema. The horizontal scaling feature and the easy learning curve also make MongoDB valuable to me. The initial setup of MongoDB was very easy for my team.

**What do you dislike about MongoDB Atlas?**

less suitable for complex joins, memory consumption and data duplication

**What problems is MongoDB Atlas solving and how is that benefiting you?**

I use MongoDB to store data in a non-table format, accommodating any type of data. It offers schema flexibility and the ability to store data in key-value pairs, unlike SQL's rigid tables. This change helps with horizontal scaling and provides an easy learning curve.

  ### 13. MongoDB Accelerated Our ERP/Ecommerce Development

**Rating:** 5.0/5.0 stars

**Reviewed by:** Emmanuel B. | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 18, 2026

**What do you like best about MongoDB Atlas?**

Going from a SQL background to NoSQL wasn’t easy at first, but it ended up paying off in a big way. I built our full ERP/eCommerce system using MongoDB, and it really accelerated development.

When I started this project 8 years ago, I was warned not to choose NoSQL because it supposedly wasn’t recommended for this type of project. I’m glad I didn’t follow that advice.

**What do you dislike about MongoDB Atlas?**

It’s very fast overall. The only time I notice it slowing down is during lookups when there’s a lot of data. Even then, it’s super easy to create data indexes and optimize everything.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

It transforms slow SQL DB design into an easy, auto-created document with a clear structure. It really helps speed up development.

  ### 14. Intuitive UI and Admin Settings That Just Make Sense

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Small-Business (50 or fewer emp.)

**Reviewed Date:** May 28, 2026

**What do you like best about MongoDB Atlas?**

The UI is easy to navigate, with a well-defined sidebar and admin settings that are simple to access. Overall, it just makes sense.

**What do you dislike about MongoDB Atlas?**

There's no mongosh terminal. You can't run aggregations easily and you can just forget about multi-collection joins. I understand that Atlas is like the admin control hub for MongoDB and complex queries and joins are supposed to be run using Compass but the web UI should offer an easy segue into using mongosh or if not, then atleast a panel to run complex queries

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Atlas is a great admin control command center. It makes it easy to set up access, manage users, and configure IP whitelists.

  ### 15. MongoDB: Easy Setup, Smooth Integration, and Great Atlas/Compass UI

**Rating:** 4.5/5.0 stars

**Reviewed by:** Sai pavan kumar D. | Intern, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 08, 2026

**What do you like best about MongoDB Atlas?**

Mongo DB is a no sql database so we need no fixed schema for storing data. Mongo DB is very easy to integrate into our project or web application. The setup was also very easy. It has good documentation also. I really like the user interface of both atlas and compass.

**What do you dislike about MongoDB Atlas?**

Mongo DB doesnot have any strict schema and has little support to complex relationships it sometimes leads to hard data management.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Mongo DB helps me to handle unstructured data. Mongo DB helps me for fast integration and development. We can simple scale our applications also.

  ### 16. Effortless Document Storage, Steep Learning Curve with C#

**Rating:** 4.5/5.0 stars

**Reviewed by:** Soham P. | Software Engineer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 25, 2025

**What do you like best about MongoDB Atlas?**

I love how fast and easy it is to spin up a new cluster with MongoDB and store data. The ability to handle unstructured JSON data quickly and provide fast retrieval is incredibly valuable, especially for my AI-based application that utilizes data from web scraping. I find the document store feature of MongoDB particularly beneficial because it allows me to store any type of data without needing to create structures, which simplifies my development process significantly. The simplicity and ease of initial setup in MongoDB make it an ideal first choice for my database needs. Overall, my experience with MongoDB has been very positive, and I am likely to recommend it to others.

**What do you dislike about MongoDB Atlas?**

I find it challenging to learn MongoDB with non-popular tech stacks like C# Dotnet Core Web API. There aren't enough resources available on the internet to facilitate learning how to effectively use MongoDB with Dotnet Core.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

I use MongoDB for fast storage and quick retrieval of unstructured JSON data, which simplifies managing data from my AI-based application without needing predefined structures.

  ### 17. Reliable Hosting with Easy Scaling and Monitoring

**Rating:** 4.5/5.0 stars

**Reviewed by:** Achirachaya T. | Python Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 10, 2026

**What do you like best about MongoDB Atlas?**

I use MongoDB Atlas for hosting our MongoDB, and I appreciate its reliability; I've never had any problems with its uptime. I really like the tools it offers for scaling and performance monitoring, as they are easy to use with a nice user interface. It's great that new MongoDB versions are deployed as soon as they are released, allowing me to use new features without any delay. The initial setup was easy without any problems, which I really value.

**What do you dislike about MongoDB Atlas?**

I think their alerting system may be a bit improved, for example so I can setup more granular alerts. For example, I can't set up composite rules (for example error rate of specific endpoint + CPU threshold, etc). Basically, it's limited in customization.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB Atlas manages server setup, replication, autoscaling, and backup, saving me from managing these complex tasks.

  ### 18. Database with Strong Performance

**Rating:** 4.5/5.0 stars

**Reviewed by:** Nijat I. | Full-stack Developer, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 08, 2026

**What do you like best about MongoDB Atlas?**

MongoDB provides ease and flexibility when working with massive and unstructured data. MongoDB has a document structure that enables the complex data to be stored without schemas. The MongoDB platform scales smoothly and handles both small and big applications. The platform integrates easily with programming languages and environments. It promotes fast development. It offers a scalable and flexible means to manage database operations.

**What do you dislike about MongoDB Atlas?**

The more complex queries will sometimes be less intuitive than what one would find in a traditional SQL database. Certain aspects of the system require further setup or the use of a paying account. Dealing with very large datasets might require a good amount of indexing and optimization. Aggregation pipelines will occasionally be a problem for the new user. It’s a good system, but these small problems occur.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB tackles the challenge of handling unstructured and large-scale data with efficiency. It allows for flexible data modeling, fast development, and scaling without hassle. There's built-in replication and sharding for enhanced reliability and performance. All in all, this has saved time, simplified database administration, and supported application development in a scalable fashion.

  ### 19. Effortless Setup, Perfect for Schema-Less Storage

**Rating:** 4.5/5.0 stars

**Reviewed by:** Rishab S. | Technical Lead, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** February 22, 2026

**What do you like best about MongoDB Atlas?**

I really like MongoDB for its ability to store schema-less data documents, which lets me easily store JSON objects with arrays of objects internally. I appreciate the feature to perform aggregation-based queries where I can add stages for different types of queries like match, project, group, and sort. The initial setup was very easy and smooth, which made getting started a breeze.

**What do you dislike about MongoDB Atlas?**

I won't say it doesn't work, but the transactions and ability to handle the joins within different databases can be handled more effectively.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB allows me to store information without defining any schema, solving the problem of storing data in a relational format. I like its ability to store schema-less data and perform complex aggregation queries to extract precise information for my app.

  ### 20. Effortless Setup, Needs Better Vectorization Support

**Rating:** 4.0/5.0 stars

**Reviewed by:** Bilal M.

**Reviewed Date:** December 31, 2025

**What do you like best about MongoDB Atlas?**

I like the basic architecture of MongoDB and how easy it is to find my JSON with Python libraries. It provides a good score with Python libraries, making data export, encryption, and decryption very easy. The latest feature about vector databases is just amazing for me as an AI engineer and has changed the landscape for me. I no longer need to use any other vector database, and I'm really comfortable using MongoDB. The initial setup was very easy, especially with the Mongo Compass and the resources provided for Python, which make it easier than any other setup.

**What do you dislike about MongoDB Atlas?**

The major thing with the record databases is that you need to set them up manually most of the time. I would prefer if there's a setup to define everything from Python code rather than having to go into the Mongo interface and change it there. They don't provide automatic integration of vectorized databases from the Python code, which is a bit of a setback for me.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

I use MongoDB to easily store non-SQL data like JSON objects. It streamlines storing embeddings and integrates well with Python, saving me time and effort. MongoDB's ease of use and vector database feature are game-changers for my AI work.

  ### 21. Effortless Sharding and Stellar Read/Write Performance

**Rating:** 5.0/5.0 stars

**Reviewed by:** mangu d. | Database Admin, Entertainment, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 22, 2025

**What do you like best about MongoDB Atlas?**

I use MongoDB Atlas for a document database and appreciate its faster response and easy search with indexing. I really like sharding in MongoDB Atlas because it splits the data equally to all the nodes, which allows it to handle multiple reads and write operations. Setting up MongoDB Atlas is straightforward and easy.

**What do you dislike about MongoDB Atlas?**

I am not a fan of the default ID that MongoDB Atlas creates for every entry.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

I find MongoDB Atlas provides faster responses and easy search with indexing, sharding efficiently handles data by splitting it equally across nodes and supports multiple read and write operations.

  ### 22. Flexible and scalable documental database system!

**Rating:** 4.5/5.0 stars

**Reviewed by:** Verified User in Computer Software | Mid-Market (51-1000 emp.)

**Reviewed Date:** December 22, 2025

**What do you like best about MongoDB Atlas?**

MongoDB is a highly flexible database system that brings several benefits, including support for document nesting and partial indexing across various fields. It continues to allow for robust aggregations, enabling the use of filters and regex operations. At the same time, MongoDB offers a more developer-friendly approach to viewing and modifying any JSON-type documents.

We have choose MongoDB for its inherit flexible and because it scales very well, which is exactly what we need.

**What do you dislike about MongoDB Atlas?**

At times, it can be difficult to determine exactly how much data is being retrieved during an aggregation. Having this information readily available while performing such actions—whether in MongoDB Compass or similar tools—would be a significant advantage for assessing performance concerns and overall efficiency.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB serves as the primary database system for our team, handling both the storage and retrieval of business data. We rely on it across all our microservices, organizing different areas of concern by using separate namespaces.

  ### 23. Flexible Data Storage with Developer-Friendly Experience

**Rating:** 4.5/5.0 stars

**Reviewed by:** Abhishek C. | Associate Software Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** October 01, 2025

**What do you like best about MongoDB Atlas?**

MongoDB's best part is the flexibility it gives you as a developer. That schema-less structure makes it super easy to just start building something without overthinking all your tables and relations like you do in SQL. On my last project, we had to handle this dynamic insurance data where the fields weren't fixed at all, and Mongo just handled it perfectly. It's really easy to use, especially if you're already comfortable with JSON, 'cause the documents just feel natural. Integrating it with Spring Boot was smooth too – I didn't have to spend a ton of time configuring things, you basically just plug in the driver and go. Implementation-wise, it's not super heavy compared to some other databases, and scaling with replica sets and sharding works decent once you get the hang of it. For customer support, I've never used the enterprise version, but the community forums and the docs are pretty strong; I usually find answers quick. I use MongoDB a lot for side projects and at work, especially when the speed of development matters more than having a super strict schema.Overall, it just feels modern and fast and developer-friendly. It might not be the perfect choice for every single thing, but for projects where the requirements are always changing, MongoDB really saves you time.

**What do you dislike about MongoDB Atlas?**

Yeah, what I don't love about MongoDB is how the performance can just fall off if you don't stay on top of your indexes. At first everything's super fast, but once your data gets bigger, some queries just start dragging and you realize you gotta spend all this time tuning indexes.And they do have transactions now, which is good, but it's still not as strong or smooth as what you get with a relational DB like Postgres. For stuff where you need really strict consistency, Mongo can feel a little risky sometimes. I also think the aggregation framework has a pretty high learning curve. Some queries that would just be a simple JOIN in SQL end up being these crazy long pipelines in Mongo, and it can get messy. It's a solid tool for sure, but it's definitely not a "set it and leave" kind of deal. You really gotta keep an eye on it and tune things regularly.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

So the main problem MongoDB solves for us is handling all this unstructured and semi-structured data. Like in our insurance systems, all these different partners send over data that's slightly different, with fields that are always changing or totally optional. With SQL it was a huge pain to constantly be altering tables, but with Mongo we just take the JSON and store it as-is, which honestly saves us a ton of time. We can just prototype and push feature super quick without getting stuck on some rigid schema designs. It makes the team way more agile and we don't have to rely on a DBA for every little schema change. Scalability is another area where it really helps. Once the dataset gets huge, we can scale out with replica sets or sharding without a massive rewrite on the code side. For stuff that's really read-heavy, it performs great—once you finally get the indexes sorted out anyway . Overall, it just lets us move faster, handle messy, evolving data, and there's a lot less friction between us backend devs and the whole database structure thing.

  ### 24. Intuitive UI Simplifies Database Management

**Rating:** 4.5/5.0 stars

**Reviewed by:** Leandro  A. | Developer

**Reviewed Date:** December 03, 2025

**What do you like best about MongoDB Atlas?**

I appreciate MongoDB Atlas for making database management more user-friendly with its intuitive UI, which makes it more comfortable to work with compared to using only the terminal. The feature for managing MongoDB aggregations is particularly beneficial, allowing me to build queries from smaller parts efficiently and intuitively, making the process significantly easier than doing it manually. I highly value how MongoDB Atlas helps me work seamlessly with databases, especially when I am developing and need to check the state of my data. Its performance is fast, which I like, and it integrates well when I am working on the backend with Visual Studio Code. Overall, it's easy to set up if environment variables are configured correctly, making the whole process straightforward.

**What do you dislike about MongoDB Atlas?**

I think it works great , I don't see anything to improve particularly

**What problems is MongoDB Atlas solving and how is that benefiting you?**

I use MongoDB Atlas for database management due to its intuitive UI, making complex tasks like writing aggregations easier than using the terminal. It helps me efficiently query collections and manage data during development.

  ### 25. Reachable, Easy to Use, and a Big Time-Saver with Atlas

**Rating:** 5.0/5.0 stars

**Reviewed by:** M. Berkay T. | BT Stajyeri, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 18, 2026

**What do you like best about MongoDB Atlas?**

Reachable and always ready. Its easy to use. I dont need to make my own onpremise clusters anymore, i can use that time more productively with Atlas !

**What do you dislike about MongoDB Atlas?**

Everything is ok. Free tier is little slow but okay fair enough.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

mongo atlas really calm and peaceful place that helping people solves their big db confused moments because their platform is very friendly and easy to use. Also secure.

  ### 26. Effortless Setup, Powerful Data Handling

**Rating:** 5.0/5.0 stars

**Reviewed by:** Vashishth P. | Software Engineer, Computer Software, Mid-Market (51-1000 emp.)

**Reviewed Date:** January 21, 2026

**What do you like best about MongoDB Atlas?**

I really appreciate MongoDB's ability to support multiple data structures and document-based storage. The partition tolerance and its high availability make it extremely powerful. The integration and setup with our microservices are super easy, and there is really good documentation available to get started with it. MongoDB Atlas cloud database is extremely great, and we're shifting our focus from on-premise hosting to a cloud-hosted database. Also, it's easy to make changes in the schema because of its document-based modeling.

**What do you dislike about MongoDB Atlas?**

Nothing to dislike about MongoDB. Everything works well with this powerful noSQL database.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB solves the problem of saving complex data structures with document-based modeling, making schema changes easy. MongoDB Atlas cloud database is excellent, shifting our focus from on-premise to cloud hosted solutions.

  ### 27. Perfect for Developers: Flexible Schemas and Powerful Aggregation

**Rating:** 5.0/5.0 stars

**Reviewed by:** Rajiv . | Full stack developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 26, 2025

**What do you like best about MongoDB Atlas?**

Basically being as a developer i used it for making my schemas for backend in database and it have advantages of bson type structure which helps me to store the values of realtime type data and it helps me to implement aggregation pipeline as well as use the free tier of database of 512 mb which can be used in mongodb compass

**What do you dislike about MongoDB Atlas?**

Nothing everything is fine just vpc connection is quite harder for new person

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Basically we are having chatting software as well as run time key addtion requirement at that time we have implement it for saving the data of different key as well as json type structure and it gives us benefits on pipeline of that schemas as. well

  ### 28. Strong Horizontal Scaling with Sharding, Though There’s Room to Grow

**Rating:** 3.0/5.0 stars

**Reviewed by:** Deepak T. | accounts executive, Small-Business (50 or fewer emp.)

**Reviewed Date:** March 25, 2026

**What do you like best about MongoDB Atlas?**

MongoDB supports horizontal scaling so it works well for large applications and growing data.

**What do you dislike about MongoDB Atlas?**

very high memory uses, MongoDB performs best when indexes fit in RAM.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Document Data bases

  ### 29. Atlas is our “set it and forget it” database layer

**Rating:** 5.0/5.0 stars

**Reviewed by:** Verified User in Renewables & Environment | Small-Business (50 or fewer emp.)

**Reviewed Date:** December 08, 2025

**What do you like best about MongoDB Atlas?**

Automated scaling, backups, monitoring and performance alerts make it incredibly easy to maintain clusters without dedicating a team to infrastructure. Added to that, the UI is intuitive, queries run fast and features like Atlas Search, Charts and built-in security controls help ship features quickly.

**What do you dislike about MongoDB Atlas?**

Some configuration options feel hidden behind tiers. Also, greater transparency around cost optimization or in-platform recommendations would make the experience even smoother.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Atlas gives us a fully managed, highly scalable database platform so our team doesn’t have to manage uptime or deployments. Its ability to automatically handle all the operational tasks like backups, replication, sharding and monitoring, has allowed us to move faster, reduce operational overhead and maintain reliable uptime while scaling our applications.

  ### 30. MongoDB Makes Scaling Unstructured Data Easy

**Rating:** 4.5/5.0 stars

**Reviewed by:** Kesavan K. | Senior System Engineer, Computer Software, Mid-Market (51-1000 emp.)

**Reviewed Date:** March 10, 2026

**What do you like best about MongoDB Atlas?**

Mongodb is very useful.for unstructured data and scaling up will be more easy

**What do you dislike about MongoDB Atlas?**

As of now there not much dislikes about mongodb

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Mongodb solves our application performance with no compromise in terms of security

  ### 31. Fast Iteration, Flexible Workflows, and Strong Relational Consistency

**Rating:** 4.5/5.0 stars

**Reviewed by:** Anjali T. | Consultant, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 30, 2026

**What do you like best about MongoDB Atlas?**

Speed of iteration 
flexibility 
strict relational consistency

**What do you dislike about MongoDB Atlas?**

no enforced schema
harder data governance

**What problems is MongoDB Atlas solving and how is that benefiting you?**

problem- rigid schemas slow teams down
benefits- store flexible docs

  ### 32. Easy, Intuitive UI with Great Documentation

**Rating:** 5.0/5.0 stars

**Reviewed by:** Anna J. | frontend developer, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 31, 2026

**What do you like best about MongoDB Atlas?**

easy UI, very intuitive, good documentation

**What do you dislike about MongoDB Atlas?**

there is nothing I dislike - customer support might respond faster

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Easy and very fast database setup for frontend projects

  ### 33. Easy Solution for data management

**Rating:** 4.5/5.0 stars

**Reviewed by:** Ronen S. | Data analyst, Small-Business (50 or fewer emp.)

**Reviewed Date:** October 01, 2025

**What do you like best about MongoDB Atlas?**

Flexible schema, scalability and high performance ,built in horizontal scaling with sharding (distributes data across multiple servers).

**What do you dislike about MongoDB Atlas?**

When it comes to data consistency compared to SQL, this system by default emphasizes availability and partition tolerance, as described by the CAP theorem. Achieving strong consistency is possible, but it demands careful setup, particularly in configuring write concerns and read preferences.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Rigid schemas are a hallmark of traditional SQL databases, which require you to define a fixed structure in advance. When your application changes rapidly—such as when you introduce new features or fields—updating the schema can be a cumbersome process. In contrast, MongoDB addresses this issue with its flexible schema approach, allowing you to add or modify fields in your documents without causing downtime.

  ### 34. Secure and Familiar Database

**Rating:** 5.0/5.0 stars

**Reviewed by:** Fenil S. | React devloper, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** May 06, 2025

**What do you like best about MongoDB Atlas?**

MongoDB excels with its flexible document model, which allows for dynamic schema design—making it perfect for fast-paced development cycles and agile teams. Its JSON-like BSON storage format aligns well with modern JavaScript-based stacks like MERN, ensuring smooth data handling from front end to backend. The built-in horizontal scaling, support for geospatial queries, and full-text search are game-changers in terms of versatility.

**What do you dislike about MongoDB Atlas?**

While MongoDB is powerful, it does have some drawbacks. It can consume significantly more storage than traditional relational databases due to its denormalized document structure. For applications with complex relationships, performance tuning requires careful indexing and schema design.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB helps us handle flexible and fast-changing data without worrying about strict schemas. It’s great for building apps quickly, especially when data structures vary. We’ve saved time and avoided complex migrations, and with MongoDB Atlas, scaling and managing the database is super simple.

  ### 35. Seamless Managed MongoDB Experience

**Rating:** 5.0/5.0 stars

**Reviewed by:** Naveen  V. | Senior Site Reliability Engineer, Mid-Market (51-1000 emp.)

**Reviewed Date:** September 23, 2025

**What do you like best about MongoDB Atlas?**

Below are the features which i like the most about the db:
1. scalability and performance
2. robust managed service
3. flexible data model

**What do you dislike about MongoDB Atlas?**

The only things that concern me are the cost of the D,B which can spike with the scale

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Below are the major problems which is being solved by the mongodb
1.flexible data handling
2.high avaialability and scaling
3.Manged operation with atlas like auto backup , monitoring etc

  ### 36. MongoDb I am using in my current project for storing data into the database

**Rating:** 5.0/5.0 stars

**Reviewed by:** Vishal G. | Node Js Developer (Cloud Associate), Mid-Market (51-1000 emp.)

**Reviewed Date:** August 23, 2023

**What do you like best about MongoDB Atlas?**

Mongodb handled unstructure data so we can store any data and as compared to mysql mongodb is easy to understand.

**What do you dislike about MongoDB Atlas?**

As I know everything is good as of now no cons from mu side

**What problems is MongoDB Atlas solving and how is that benefiting you?**

I am using in my project so it helps me alot to save the data or other database operations

  ### 37. MongoDB review

**Rating:** 5.0/5.0 stars

**Reviewed by:** Trung  N. | Student, Small-Business (50 or fewer emp.)

**Reviewed Date:** January 31, 2025

**What do you like best about MongoDB Atlas?**

MongoDB's flexibility and scalability are standout features. Its document-oriented model (using BSON) allows for dynamic, schema-less data structures, making it super versatile for evolving applications. This is especially helpful when dealing with unstructured or semi-structured data.

I also appreciate its horizontal scaling capabilities through sharding, which makes it suitable for handling large datasets and high-throughput applications. Features like indexing, aggregation pipelines, and replica sets for high availability are excellent for both performance and reliability.

For developers, tools like MongoDB Atlas (its cloud platform) simplify deployment and monitoring, saving tons of time.

**What do you dislike about MongoDB Atlas?**

write amplification and potential performance issues under high write loads if not tuned properly. Its flexibility can also be a double-edged sword; having no enforced schema can lead to messy data structures if developers aren't disciplined.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

storing and querying time series data

  ### 38. Mongodb as the good flexibility, scalable to more data and performance , stores different data types

**Rating:** 4.5/5.0 stars

**Reviewed by:** Akanksha R. | Web Development Intern, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** September 08, 2025

**What do you like best about MongoDB Atlas?**

It good as it store different types of data structures, different types of documents as it as good scalability and has good performance.

**What do you dislike about MongoDB Atlas?**

It doesn't support multi document ACID  and contains high memory usage which has data inconsistencies sometimes.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

It helped me in doing the complex projects with the multiple documents and is flexible and has high availability and performance.

  ### 39. Overpriced, Poor performance and some of the worse support I have ever had to deal with

**Rating:** 0.0/5.0 stars

**Reviewed by:** Joe S. | Software Development Manager, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 15, 2024

**What do you like best about MongoDB Atlas?**

I have nothing good to say about MongoDB Atlas.

**What do you dislike about MongoDB Atlas?**

My story with Mongo began when I started a new software position, and they had a legacy version of their software product using Atlas.

Compared to our other infrastructure bills, Mongo was significantly higher for the amount of compute and storage we used ($3K per month). This is a managed service, so you would expect to pay a premium. Ok, sure, but then I expect great functionality, performance, and support.

The main problem began with Mongo when we needed to delete some data because they tie the CPU and memory tiers to storage size, so we were overpaying. Our application would run fine off an M10 dedicated cluster (the smallest tier), but it had automatically scaled to an M50 because of storage. This is already a bit disappointing because they are forcing customers to pay for more compute and memory than they need.

So we started deleting some data, but then we ran into problems. The data deletion process was really slow and also slowed our entire cluster down, causing lag and performance issues for our end users. But hang on, this makes no sense because we are paying for more CPU and RAM than we need, so why would we have this issue?

It took us three months to delete 500GB of data. In the meantime, our bill remained the same because you can't claim the space back without compacting the database. Ok, fine. So we ran compact(), but we only freed ~100GB on the secondary clusters.

Support gave us a script to run that can see how much storage can be freed.

In the end, we had to activate an expensive additional support plan costing us $500 USD per month to get support to run a re-sync command. This should have taken their support people 10 minutes, but instead, they mucked us around going back and forth on the ticket, taking three weeks to resolve.

A year later, we needed to delete some more data. We spent another five months deleting 800GB of data. Then we ran compact() and freed 300GB. Where is our other 500GB? We contacted some humans at Mongo, who really couldn't do much other than suggest we get funding to cover the $500 support for one month. Yes, we got the $500 credit, but when I went to reactivate support, it was going to charge us for three months for one month because Mongo retroactively bills you for three months when you reactivate. Wow, we started in a bad place, now I'm beyond frustrated; this is daylight robbery.

To this day, I am still fighting to reclaim some storage, but at this point, I'm going to recommend to our CEO that our dev team put some effort into moving away completely from Mongo.

I also need to mention that Mongo recommended we use their online archive features, but when we crunched the numbers, it was still quite expensive, and we would have to do significant work to make our application work between the regular clusters and online archive. So it was significantly more logical to just put the data in AWS S3, then delete it in Mongo.

If I can summarize my experience with Mongo, and I acknowledge mine is probably quite different to most, here it is:

Overpriced for the performance you get

Sneaky billing model where they tie CPU and memory to storage

Terrible and expensive support

Sneaky extra charges on reactivating support

Bad support escalation solutions - they couldn't just turn on free 'support'

Poor database performance

Slow delete operations

Ecosystem lock-in

Forced upgrades - no LTS releases

Let me sum it up this way: if your compact() command does not free up the space that is available on your cluster, then provide the customer with free support to do so.

I hate dealing with Mongo. Nothing is simple, everything is expensive, and the performance sucks.

If you are considering using Mongo, find something else. Even if you have to take a bit more time to learn AWS Dynamo, S3, or Aurora, you should do it; you will save time and money in the long run.

Mongo, you deserve this negative review. I have given you plenty of opportunities to resolve things and have escalated issues, but you just don't care.

We wanted to move away from Mongo before; now I can't get rid of it fast enough.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

A simple managed database to get up and moving quickly as a developer.

  ### 40. Scalable and Highly Flexible NoSQL Database

**Rating:** 4.5/5.0 stars

**Reviewed by:** NIKKI . | AI Training Coding Expert , Information Technology and Services, Enterprise (> 1000 emp.)

**Reviewed Date:** November 26, 2024

**What do you like best about MongoDB Atlas?**

My favorite feature in this database is the flexibility of its use as well as the possibility to scale it. Because this model stores data in JSON-like formats, it is possible to handle unstructured and semi-structured data without having to prescribe very specific data models. This flexibility is especially good for application where the structure of the data being stored can change as time passes. Being able to scale a database horizontally through the use of sharding is one of MongoDB’s best features since it helps in loading big data and is efficient when dealing with traffic loads. Also, its complex query language; the power offered by the aggregation framework and indexing and data retrieval make the process very efficient and diverse. Moreover, features such as the MongoDB Atlas make cloud deployment and management easy and more enjoyable. MongoDB has gained many supporters of the community and had a great documentation, which makes it fit for today’s developments.

**What do you dislike about MongoDB Atlas?**

Probably one of the biggest negatives of the MongoDB is its steep learning curve for those that have no prior experience with NoSQL systems or have recently migrated from SQL. On the positive side, it is also very flexible, allowing developers to easily create badly thought out schemas, which when the application starts getting a lot of use can slow down the performance immensely. Also, handling shard and replication in self-serving environment quite challenging and may need good understanding of structure. A third anotated limitation is the ACID properties of transactions while MongoDB has added support for these recently and to a far lesser extent than traditional relational database systems, it may not be suitable where high consistency is critical. Finally and as for the offering of MongoDB Atlas, which is a cloud managed service of MongoDB, there is a high likelihood of accumulating high costs particularly for those that are intending to develop jumbo scale applications for their start-ups or small business enterprises.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

It is solving several problems that are inherent in managing huge amount of unstructured or semi structured data. It’s for businesses who are struggling to scale and create flexibility, as well as develop rapidly. Organizations can operate massive datasets and high traffic applications, while performance stays consistent despite the increasing volume of data, thanks to its ability to scale horizontally, or sharding. For businesses with unpredictable or changing data structure, like e-commerce, IoT, social media, this feature is particularly useful.

The biggest benefit for me about MongoDB has to do with being able to modify the data model on the fly without a rigid schema, which helps speed up development due to the iterations necessary. This flexibility allows prototypes of new features to be easier or to simply pivot when business requirements change. Also, MongoDB’s powerful querying and aggregating functionalities make analyzing large dataset very efficient and help in making data driven decision. Also, MongoDB cloud service, MongoDB Atlas, removes my burden of infrastructure management so I can development application and less of database management. From an overall perspective, MongoDB provides for rapid development, scalability, and efficiency that are necessary to compete in the fast changing world.

  ### 41. Among the best database solutions out there, and it's really useful

**Rating:** 5.0/5.0 stars

**Reviewed by:** Denis S. | Frontend Developer, Information Services, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 06, 2024

**What do you like best about MongoDB Atlas?**

Our application development and data analysis initiatives have relied heavily on MongoDB, a highly scalable and versatile NoSQL database, for its ability to efficiently manage unstructured and semi-structured data. The database provides a feature called indexing, which assigns a unique ID to each row. I've found this to be very helpful in today's world, where web services process massive amounts of data and better storage and resource utilization is essential; in addition, its aggregation capabilities allow me to perform complicated, resource-intensive queries at lightning speed.

**What do you dislike about MongoDB Atlas?**

Starting and writing aggregations in MongoDB can be challenging without a good tool to guide you. You'll also need a basic understanding of databases and SQL queries to understand the concepts.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

The horizontal scalability of MongoDB was a key factor in our decision to use this technology, and I must say that I have made great use of this tool. Our database scaled effortlessly, allowing us to add nodes to our cluster without sacrificing speed, which has been great for our data storage needs. As a result, we can now manage dramatically higher data volumes and workloads without sacrificing performance. It has allowed us to automate the turnaround time in our development department, which has greatly improved the feasibility of projects.

  ### 42. A very good and friendly experience i had with the MongoDB till now.

**Rating:** 3.5/5.0 stars

**Reviewed by:** GOURAV R. | Senior Associate-DevOps, Mid-Market (51-1000 emp.)

**Reviewed Date:** February 03, 2025

**What do you like best about MongoDB Atlas?**

Fast data fetching and easy to use and implementaion.

**What do you dislike about MongoDB Atlas?**

Some time we face connective issue with the database. Without any appropriate reason

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Fast data serfing over the internet and easy to manage it even the GUI is really usefull.

  ### 43. Best Document No Sql alternative

**Rating:** 4.5/5.0 stars

**Reviewed by:** אייל . | VP R&amp;D, Telecommunications, Mid-Market (51-1000 emp.)

**Reviewed Date:** May 09, 2025

**What do you like best about MongoDB Atlas?**

Ease of use, Ease of implementation, Ease of integration, and a lot of documentation online.

**What do you dislike about MongoDB Atlas?**

Cluster reliability, database error protection, data consistency

**What problems is MongoDB Atlas solving and how is that benefiting you?**

Database for a transactional payments system

  ### 44. Future of Databases: A Critical Review of MongoDB

**Rating:** 4.0/5.0 stars

**Reviewed by:** MD EHTASHAAM K. | Software engineer, Enterprise (> 1000 emp.)

**Reviewed Date:** July 16, 2024

**What do you like best about MongoDB Atlas?**

What I like best about MongoDB is its flexibility. Most of the database require fixed schema bt MongoDb allows you to store data in a more dynamic way and document based format. This document based structure is very straightforward and very easy to use even for the newcomers. It is very flexible.
Also setting up MongoDB is quick and it integrates very easily with other platforms.
MongoDB offers strong customer support, with plenty of documentation, community forums, and professional support options. Because of all these features it is frequently and widely use across the globe and industries.

**What do you dislike about MongoDB Atlas?**

However MongoDb is less efficient for complex queries and transactions than traditional databases. Also while handling lare datasets it require very large memory and storage which can be costly.
Proper indexing in MongoDb is also very crucial. Also sometimes it leads to data redundancy.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB solves several problems related to data management. Earlier traditional databases required a fixed schema which made difficult to handle large data. MongoDb allows flexible schema which allows us to easily change data models without much downtime. 
Also there was problem with scaling and it was very costly. MongoDb solved this problem also. It can be scaled horizontally by adding more servers in les cost.
It handles large volumes of data without degrading in performance.

  ### 45. Senior Engineering Manager

**Rating:** 4.5/5.0 stars

**Reviewed by:** Badr Z. | Senior Software Engineering Manager, Small-Business (50 or fewer emp.)

**Reviewed Date:** November 08, 2023

**What do you like best about MongoDB Atlas?**

Ease of use and great UI. Enterprise-ready features. Security,

**What do you dislike about MongoDB Atlas?**

The alerting system must be better. The integration with other monitoring systems should be seamless.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

A complete Database solution. With all required features. Specially out of the box at rest encryption.

  ### 46. Using MongoDB: Leveraging Capabilities While Handling Obstacles

**Rating:** 4.0/5.0 stars

**Reviewed by:** Akhilesh G. | Associate Consultant, Enterprise (> 1000 emp.)

**Reviewed Date:** May 30, 2024

**What do you like best about MongoDB Atlas?**

A document-oriented data architecture is used by the adaptable and scalable MongoDB database, which enables dynamic schemas and simple changes to document structure. Comprising grouping, filtering, and converting data is made possible by its strong query language and indexing features. Because MongoDB uses sharding—a horizontal scalability technique that divides data across numerous servers—it is exceptionally well-suited for managing large-scale data and high-throughput applications. Data redundancy and failover are ensured by its built-in replication and high availability features, which also minimize downtime and guarantee data integrity. All things considered, MongoDB is a useful option for contemporary, data-intensive applications.

**What do you dislike about MongoDB Atlas?**

When compared to traditional databases, its implementation can be less resource-efficient and straightforward, which makes it challenging to manage scenarios needing complicated transactional consistency across several documents. Furthermore, inconsistent data in sharded clusters might result in performance bottlenecks and unequal data distribution. Because of MongoDB's flexible design, inconsistent data structures may result, which could affect the quality of the data and complicate application and query logic. For applications demanding higher consistency assurances, MongoDB's default setup for Write Concerns and Read Concerns may not be ideal. Careful customization is therefore necessary. To overcome these obstacles and capitalize on MongoDB's advantages while minimizing its drawbacks, meticulous preparation and knowledge are needed.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

To create data-intensive applications, like IoT storage solutions and social media analytics systems. Because of its document-oriented data format, changing data requirements may be accommodated without requiring significant schema migrations, allowing for agile development and iteration. Due to its scalability, MongoDB can easily expand without compromising speed, making it an ideal solution for managing large datasets and high-throughput applications. Consulting businesses may create complex analytics and reporting solutions by utilizing its advanced querying and indexing capabilities to pull important insights from a variety of datasets. These functionalities are essential for creating data visualization apps, business intelligence tools, and custom reporting dashboards that are suited to the individual requirements of clients.

  ### 47. Efficient use of NoSQL!

**Rating:** 4.5/5.0 stars

**Reviewed by:** Atakan Steven B. | Javascript Node Developer, Mid-Market (51-1000 emp.)

**Reviewed Date:** August 19, 2024

**What do you like best about MongoDB Atlas?**

Apart from many other NoSQls on the market, MongoDB also stands out with its speed and efficient indexing method. Also being integrated with MongoDB Compass makes it easy to play around with the data.

**What do you dislike about MongoDB Atlas?**

MongoDB is good for proffesional work but MongoDB Compass interface can be sometimes hard to use.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

As the nature of NoSQL, handling data in our projects, creating schemas are good for our usecases.

  ### 48. MongoDB

**Rating:** 4.0/5.0 stars

**Reviewed by:** Verified User in Electrical/Electronic Manufacturing | Small-Business (50 or fewer emp.)

**Reviewed Date:** July 22, 2024

**What do you like best about MongoDB Atlas?**

One thing is that its a NOSQL database, meaning no schema required. Also, main thing i liked in mongodb is simplicity. We can define our data through objects (like document format or the json format). Interface of mongodb is calm and greenish making it very easier to create, edit and deliver the data. Also, there is this thing called "sharding" which i learnt in my studies, what happens is the high amount of data can be shared across multiple servers. This was the coolest thing i got to learn.

**What do you dislike about MongoDB Atlas?**

Well. dislikes about mongodb, is linked to the disadvantages of nosql itself. Not particularly the mongodb, as the nosql doesnot require any schema to be defined. so in my personal experience, i used to get frustated when i noticed many object data got messed up. As i switched from sql. the table format habit was printed in my mind for months, took some while to understand the hierarchy of data being created in the nosql format or rather json format in mongodb (might say complex nodes affect the data).

**What problems is MongoDB Atlas solving and how is that benefiting you?**

So i was working on a project where we needed to show updates on the app as soon as they happened. It was important because our app had to stay current with new info all the time. So we picked mongodb as our database. Also when more users had to use the app, we could add more mongodb servers easily without any crashing or slowing the app down. Obviously its a database, it helped to store large amounts of data organized in this json format. If you are working on a real time project that needs to show updates quicker, mongodb is a great choice!

  ### 49. Experience with MongoDB

**Rating:** 5.0/5.0 stars

**Reviewed by:** Ashutosh P. | Java Full Stack Associate, Information Technology and Services, Small-Business (50 or fewer emp.)

**Reviewed Date:** April 03, 2024

**What do you like best about MongoDB Atlas?**

I liked the rich query language model of MongoDB. It's easy to setup and establish connections with MongoDB clusters. The community support provided is awesome.
It is currently the easest and most flexible NoSQL database in the market. We worked intensively on a large set of Collections for our clients.

**What do you dislike about MongoDB Atlas?**

The only thing we faced was to handle large datasets and clusters. Maintaining consistency is a bit challenging for us. Hoping to get more ACID complaint-friendly features in MongoDB.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

MongoDB helped us build a large collection of client data that would have been hard to manage with  SQL database and managing such large and querying was very easy and cost-effective.

  ### 50. Easily integrated and highly flexible

**Rating:** 4.5/5.0 stars

**Reviewed by:** Aryan K. | Software Engineer, Computer Software, Small-Business (50 or fewer emp.)

**Reviewed Date:** December 21, 2023

**What do you like best about MongoDB Atlas?**

Highly efficient and scalable database service. Mongodb Atlas is a highly effective databse web service in terms of features and integrations. With just a few clicks you can browse through your data collections. It provides us with a very smooth interface and a lot of integration tools also Atlas offers us a wide range of monitoring and deployment tools. You can connect your codebase to mongodb and can easily fetch, upload and perform other CRUD operations within seconds.

**What do you dislike about MongoDB Atlas?**

Although mongodb Atlas it a great database web interface, it has some a steep learning curve for non database users.

**What problems is MongoDB Atlas solving and how is that benefiting you?**

We use mongodb Atlas as an all in one database that helps us store our company data very effectively. It helps us efficiently perform CRUD operations between various servers and mongoDB while maintaining high performance and security. It also helps us monitor our stored data and with the help of mongoDb Compass we can easily write queries that makes our work a lot faster and easier. We highly appreciate the snapshot feature which helps us make a copy of our data time to time, this prevents data loss and failure in case any db query is wrong or inappropriate. We can easily get the previous data with the help of the previously taken snapshot


## MongoDB Atlas Discussions
  - [The instances where mongodb is  not a good choice of primary db](https://www.g2.com/discussions/the-instances-where-mongodb-is-not-a-good-choice-of-primary-db) - 1 comment, 2 upvotes
  - [What is MongoDB used for?](https://www.g2.com/discussions/what-is-mongodb-used-for) - 3 comments, 1 upvote
  - [What can MongoDB be used for?](https://www.g2.com/discussions/what-can-mongodb-be-used-for) - 1 comment, 1 upvote
  - [can we axpect more feature available to students as developerss it would be verry helpful](https://www.g2.com/discussions/can-we-axpect-more-feature-available-to-students-as-developerss-it-would-be-verry-helpful) - 4 comments, 1 upvote
  - [What will be upcoming interesting features](https://www.g2.com/discussions/50468-what-will-be-upcoming-interesting-features) - 1 comment, 1 upvote

- [View MongoDB Atlas pricing details and edition comparison](https://www.g2.com/products/mongodb-atlas/reviews?section=pricing&secure%5Bexpires_at%5D=2026-06-17+12%3A48%3A35+-0500&secure%5Bsession_id%5D=a3fe4a69-4c69-4d46-87a9-295fe43529c2&secure%5Btoken%5D=8cf385a419f9bfda5993bfa7de6b158f935423975155631a3a605dd0cafc824c&format=llm_user)
## MongoDB Atlas Integrations
  - [Cloudinary](https://www.g2.com/products/cloudinary/reviews)
  - [Cursor](https://www.g2.com/products/cursor/reviews)
  - [Google Cloud Console](https://www.g2.com/products/google-cloud-console/reviews)
  - [Next.js](https://www.g2.com/products/next-js/reviews)
  - [NodeJS Web Stack](https://www.g2.com/products/nodejs-web-stack/reviews)
  - [Visual Studio](https://www.g2.com/products/visual-studio/reviews)

## MongoDB Atlas Features
**Reports**
- Reports Interface
- Steps to Answer
- Graphs and Charts
- Score Cards
- Dashboards

**Data Management**
- Data Model
- Data Types
- Built - In Search
- Event Triggers

**Reports**
- Reports Interface
- Share Reports
- Steps to Answer

**Generative AI**
- AI Text Generation
- AI Text Summarization

**Configuration**
- Application Performance
- Orchestration
- Database Monitoring
- Anomaly Detection
- Network Security

**Availability**
- Auto Sharding
- Auto Recovery
- Data Replication

**Visualization**
- Graphs and Charts
- Score Cards
- Dashboards
- Formats

**Database Administration**
- Provisioning
- Governance
- Auditing

**Performance**
- Query Optimization

**Data Updates**
- Historical Snapshots
- Real-Time Updating

**Availability**
- Scalability
- Backup
- Archiving
- Indexing

**Security**
- Data Masking
- Authentication And Single Sign-On
- Data Anonymization

**Security**
- Role-Based Authorization
- Authentication
- Audit Logs
- Encryption

**Collaboration**
- Sharing
- Co-Editing
- Devices

**Self Service **
- Calculated Fields
- Data Column Filtering
- Data Discovery
- Search
- Collaboration / Workflow
- Automodeling

**Data Management**
- Data Replication
- Advanced Data Analytics

**Support**
- Multi-Model
- Operating Systems
- BI Connectors

**Advanced Analytics**
- Predictive Analytics
- Data Visualization
- Big Data Services

**Building Reports**
- Data Transformation
- Data Modeling
- WYSIWYG Report Design
- Integration APIs

**Database Features**
- Storage
- Availability
- Stability
- Scalability
- Security
- Data Manipulation
- Query Language

**Platform**
- Mobile User Support
- Customization 
- User, Role, and Access Management
- Internationalization
- Sandbox / Test Environments
- Performance and Reliability
- Breadth of Partner Applications

**Data Updates**
- Historical Snapshots
- Real-Time Updating
- Email Reports

## Top MongoDB Atlas Alternatives
  - [Amazon DynamoDB](https://www.g2.com/products/amazon-web-services-aws-amazon-dynamodb/reviews) - 4.4/5.0 (499 reviews)
  - [Google Cloud Firestore](https://www.g2.com/products/google-cloud-firestore/reviews) - 4.2/5.0 (96 reviews)
  - [Azure Cosmos DB](https://www.g2.com/products/azure-cosmos-db/reviews) - 4.2/5.0 (59 reviews)

