Try our new research platform with insights from 80,000+ expert users
Senior Software Engineer at a aerospace/defense firm with 501-1,000 employees
Real User
Mar 21, 2021
Free community edition, good documentation, easy to install and deploy
Pros and Cons
  • "In our case, it is most important to have redundancy."
  • "It would be much more useful if I have an admin user and a password."

What is our primary use case?

We use it in our virtual environment.

Our software produces a lot of predefined JSON Structures. We save those JSONs in an encrypted form inside MongoDB.

It's simple storage of JSON. We do not perform any database functions.

What is most valuable?

In our case, it is most important to have redundancy. It supports a replica set and it allows us to use mutual TLS for authentications with the certificates.

The documentation is useful.

What needs improvement?

We work with the community edition and it would be really nice to have for the database side encryption, but it's not available in the community. It is only available in the enterprise edition.

We use mutual TLS, which means we use the certificate for authentication and connection encryption.

When I want to connect to a node, I need to supply the certificate that MongoDB trusts, even though I use an admin password. This is not useful, and it complicates things.

It would be much more useful if I have an admin user and a password.

I would like it to be more straightforward when connecting to a node.

For how long have I used the solution?

We have been using MongoDB for the last 12 months.

We are using version 4.4.0.

Buyer's Guide
MongoDB Enterprise Advanced
March 2026
Learn what your peers think about MongoDB Enterprise Advanced. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
884,933 professionals have used our research since 2012.

What do I think about the stability of the solution?

It's pretty stable. We don't have any complaints.

What do I think about the scalability of the solution?

It's a scalable solution. We haven't had any issues. 

We are in development mode, and not really used by users. We have five people for development.

We can't know for sure if we will continue to use this solution. We are still in the development phase so we have to see when we finish.

How are customer service and support?

I have not contacted technical support. I used the official documentation, which was enough for me.

How was the initial setup?

The initial setup was straightforward. We used Docker, so it was pretty easy.

It didn't take long to deploy.

What's my experience with pricing, setup cost, and licensing?

It's free. It's a community edition, so we do not pay anything.

There are no additional costs.

Which other solutions did I evaluate?

We didn't really evaluate other solutions. We did not have strict requirements in choosing a database. We just needed to keep JSON files informed when we produce them and MongoDB seems to be fine for us.

What other advice do I have?

I would rate MongoDB a nine out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1393596 - PeerSpot reviewer
IT Manager at a insurance company with 10,001+ employees
Real User
Nov 19, 2020
Useful for storing historical data, fast response, and easy to use
Pros and Cons
  • "It stores historical data with ease. For example, if you are a healthcare member, then you will have multiple records of visits to the doctors. To store such data in Oracle Database, you have to create many records. You might also have duplication problems because your records are going in again and again, because of which the data warehouse and the maintenance cost will be huge. MongoDB is comparatively lightweight. It is a JSON extract. Once you define a schema and extract it, you can push all the relationships in any way you want. It is easier to define and get different types of transactions into MongoDB. It is also easier to set it up as compared to other solutions. MongoDB is a NoSQL database, which means it is a document DB in which you can store documents that you created in BSON. It is pretty fast in response. It is faster than relational databases because it does not define any primary keys, secondary keys, tertiary keys, and all those kinds of things."
  • "MongoDB is comparatively lightweight; it is a JSON extract, and once you define a schema and extract it, you can push all the relationships in any way you want, making it easier to define and get different types of transactions into MongoDB and easier to set it up as compared to other solutions."
  • "A normal Oracle or database tester will take some time to gear up to MongoDB because the way of writing queries is different in MongoDB. There should be some kind of midway where a person who is coming from an Oracle background can write a query and get a response by using something like a select * statement or other such things. There should be some way for MongoDB to interpret these commands rather than making a person learn MongoDB commands and writing them. I struggled while writing these MongoDB commands. I had not seen such queries before. It was pretty difficult to get them. This is one of the areas where it would help from the improvement standpoint."
  • "A normal Oracle or database tester will take some time to gear up to MongoDB because the way of writing queries is different in MongoDB."

What is most valuable?

It stores historical data with ease. For example, if you are a healthcare member, then you will have multiple records of visits to the doctors. To store such data in Oracle Database, you have to create many records. You might also have duplication problems because your records are going in again and again, because of which the data warehouse and the maintenance cost will be huge. MongoDB is comparatively lightweight. It is a JSON extract. Once you define a schema and extract it, you can push all the relationships in any way you want. It is easier to define and get different types of transactions into MongoDB. It is also easier to set it up as compared to other solutions.

MongoDB is a NoSQL database, which means it is a document DB in which you can store documents that you created in BSON. It is pretty fast in response. It is faster than relational databases because it does not define any primary keys, secondary keys, tertiary keys, and all those kinds of things.

What needs improvement?

A normal Oracle or database tester will take some time to gear up to MongoDB because the way of writing queries is different in MongoDB. There should be some kind of midway where a person who is coming from an Oracle background can write a query and get a response by using something like a select * statement or other such things. There should be some way for MongoDB to interpret these commands rather than making a person learn MongoDB commands and writing them. I struggled while writing these MongoDB commands. I had not seen such queries before. It was pretty difficult to get them. This is one of the areas where it would help from the improvement standpoint.

What do I think about the stability of the solution?

It is stable.

What do I think about the scalability of the solution?

It is scalable.

How are customer service and technical support?

I haven't called them ever. I haven't seen any issues, so I would say it's pretty good.

What's my experience with pricing, setup cost, and licensing?

I don't know, but I have heard from people who procure it that it is much cheaper than Oracle.

What other advice do I have?

It is a good tool. You should give it a try. It has a very good and different perspective of looking at how data can be stored in a database and restored from a database because it is not like a straight query or record. The data is just in files. It does whatever a database should do.

I would rate MongoDB a nine out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
Buyer's Guide
MongoDB Enterprise Advanced
March 2026
Learn what your peers think about MongoDB Enterprise Advanced. Get advice and tips from experienced pros sharing their opinions. Updated: March 2026.
884,933 professionals have used our research since 2012.
reviewer2599509 - PeerSpot reviewer
Software Engineer at a transportation company with 51-200 employees
Real User
Top 5Leaderboard
Dec 4, 2024
Leverages public cloud and ease to use but support response time requires improvement
Pros and Cons
  • "It's easy to use."
  • "The stability could be better."

What is our primary use case?

We used MongoDB on AWS for a specific project.

What is most valuable?

We put MongoDB on AWS for a specific project. It's easy to use.

What needs improvement?

If something is wrong on the cluster, then you need to contact the support team. The stability could be better.

For how long have I used the solution?

I used MongoDB for about a year.

What do I think about the stability of the solution?

It's okay. It's acceptable. The stability could be better.

How are customer service and support?

If something is wrong on the cluster, you need to contact the support team. At first, when we were trying to build a cluster.

How would you rate customer service and support?

Neutral

What other advice do I have?

We rated MongoDB a seven out of ten.

Which deployment model are you using for this solution?

Public Cloud

If public cloud, private cloud, or hybrid cloud, which cloud provider do you use?

Amazon Web Services (AWS)
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
GOUTHAM KRISHNA P S - PeerSpot reviewer
Senior Information Security Analyst at channelnext
Reseller
Top 5Leaderboard
Jan 7, 2024
Simple to learn and implement, but data consistency could be more efficient than traditional SQL
Pros and Cons
  • "MongoDB is simpler to learn and implement than traditional SQL solutions like MySQL."
  • "The product's data consistency could be more efficient than traditional SQLs."

What is our primary use case?

I have used the product to store and manage data operations.

What is most valuable?

MongoDB is simpler to learn and implement than traditional SQL solutions like MySQL.

What needs improvement?

The product's data consistency could be more efficient than traditional SQLs.

For how long have I used the solution?

I have used MongoDB for a year while working on a project. I was using the latest version.

What do I think about the stability of the solution?

MongoDB was stable and much faster than traditional SQL.

What do I think about the scalability of the solution?

There were five MongoDB users in our organization working in different teams.

Which solution did I use previously and why did I switch?

I was working with MySQL before. I decided to use MongoDB rather than other products to learn something new. It is easier to learn and implement than other databases.

How was the initial setup?

The learning process for initial setup is easier compared to traditional SQL. Someone without prior experience working with it can learn the process quickly.

What's my experience with pricing, setup cost, and licensing?

MongoDB is an open-source product. We don't have to pay for the licenses.

What other advice do I have?

I advise others to evaluate a lot of other databases. MongoDB worked fine for my project. However, I would have selected a product besides MongoDB to improve my skills and learn something new.

I rate it a six out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
CEO at WilCom Systems Ltd
Real User
Jul 6, 2022
Plenty of applications, scalable, but too many updates
Pros and Cons
  • "The most valuable features of MongoDB are we have a lot of documentation and SQL-based applications that run on it."
  • "MongoDB could improve by not having so many updates and different versions."

What is our primary use case?

We are using MongoDB for unstructured databases.

What is most valuable?

The most valuable features of MongoDB are we have a lot of documentation and SQL-based applications that run on it.

What needs improvement?

MongoDB could improve by not having so many updates and different versions.

For how long have I used the solution?

I have been using MongoDB for approximately two years.

What do I think about the stability of the solution?

MongoDB is stable, but there are always a lot of patches and upgrades every now and then.

What do I think about the scalability of the solution?

MongoDB can scale but you will need to pay for the upgraded solution.

How are customer service and support?

I have not contacted the technical support of MongoDB.

How was the initial setup?

The initial setup of MongoDB is simple and the implementation took approximately one day.

What about the implementation team?

We did the implementation in-house.

What's my experience with pricing, setup cost, and licensing?

MongoDB is a free solution. We wanted to have high availability and the subscription cost was quite expensive because the basic one is free and then when you want to have some other replications or other features you will need to pay money. Overall the solution is expensive.

What other advice do I have?

I would recommend this solution to others.

I rate MongoDB a six out of ten.

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1775157 - PeerSpot reviewer
Chief Strategy Officer (CSO) at a computer software company with 11-50 employees
Real User
Feb 8, 2022
Efficient, and the support is good, but the performance could be improved
Pros and Cons
  • "MongoDB is fast and efficient."
  • "The performance could be faster."

What is our primary use case?

We use MongoDB for big data analysis. We are also developing monitoring tools, and if our data grows big enough, we'll use MongoDB to silo out the data structure.

What is most valuable?

In general, I am satisfied with this solution.

MongoDB is fast and efficient.

What needs improvement?

Currently, I understand that they're revamping and adding a lot of features, and things are moving a little slowly. The performance could be faster.

For how long have I used the solution?

I have been working with MongoDB for a few years.

I'm not sure which version we're running, but our technical team is keeping up with the latest developments.

What do I think about the stability of the solution?

MongoDB for now is stable enough.

What do I think about the scalability of the solution?

MongoDB is a scalable solution.

How are customer service and support?

I am satisfied with the technical support.

Which solution did I use previously and why did I switch?

Previously, I was not using another solution. It was already in place when I joined the company.

How was the initial setup?

I was not involved with the installation. 

We had our technicians complete the installation.

What's my experience with pricing, setup cost, and licensing?

I believe that the licensing fees are paid on a yearly basis.

What other advice do I have?

I would recommend this solution to others who are considering using it.

I would rate MongoDB a seven out of ten.

Which deployment model are you using for this solution?

On-premises
Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1595568 - PeerSpot reviewer
Technical Content Writer at a computer software company with 51-200 employees
Real User
Jan 11, 2022
Straightforward to set up with good store and fetch capabilities
Pros and Cons
  • "We've found the product to be scalable."
  • "We'd like technical support to respond faster to queries."

What is our primary use case?

Our company uses MongoDB for various clients.

We primarily use the solution to store the databases, various user logins or log information, and lots of other things.

What is most valuable?

The solution's most valuable aspect is its ability to store and fetch. Both the processes are easy with this tool. Patching and sewing are simple.

The solution is stable.

We've found the product to be scalable. 

The initial setup is pretty straightforward.

What needs improvement?

We'd like technical support to respond faster to queries. 

For how long have I used the solution?

I've used the solution for maybe six or seven years at this point. It's been a while.

What do I think about the stability of the solution?

The solution is stable and the performance is good. It's reliable. There are no bugs or glitches. It doesn't crash or freeze.

What do I think about the scalability of the solution?

In terms of scalability, if you compare it with the traditional database system, it's quite scalable.

We have ten to 15 users on the solution currently.

How are customer service and support?

We've used technical support in the past. The support response could be a bit faster. That would be helpful for us. 

Which solution did I use previously and why did I switch?

We also use SQL databases. We use the SQL server. We've been using it over the last year. 

How was the initial setup?

The installation process is simple. It's not overly complex or difficult. 

I'm not sure how big of a team we need for deployment and maintenance. 

What about the implementation team?

We have an in-house technical team. They have experience installing it. We do not need integrators or consultants or any outside assistance. 

What's my experience with pricing, setup cost, and licensing?

I cannot speak to the exact pricing of the solution. I don't have any visibility on those details. 

What other advice do I have?

We have the solution deployed both on-premises and on the cloud. We're using the latest version of the solution. 

I'd recommend this solution to others who are curious about using it. 

In general, I would rate the solution at an eight out of ten. It's been pretty good overall and we're mostly satisfied with its capabilities. 

Disclosure: My company does not have a business relationship with this vendor other than being a customer.
PeerSpot user
reviewer1734405 - PeerSpot reviewer
Head Channel and Capacity at a computer software company with 201-500 employees
Real User
Dec 9, 2021
Helpful online community, stable, and open source
Pros and Cons
  • "One of the most valuable features of MongoDB is it is Its open source."

    What is our primary use case?

    We are using MongoDB to store our transactions. On the front end, we developed something in Java, that fits right into the application. We do not use MongoDB's capabilities to do other operations, such as BI.

    What is most valuable?

    One of the most valuable features of MongoDB is it is Its open source.

    For how long have I used the solution?

    I have been using MongoDB for approximately two years.

    What do I think about the stability of the solution?

    MongoDB is stable.

    What do I think about the scalability of the solution?

    I have found MongoDB to be scalable.

    We have approximately 200 users using this solution.

    How are customer service and support?

    We have support through online communities, such as forums and blogs.

    How was the initial setup?

    The installation of MongoDB is straightforward. There is a lot of documentation available and it can be installed on Linux or Windows. The implementation process does not take too much time.

    What about the implementation team?

    We have a team of engineers that does the implementation of the solution.

    What's my experience with pricing, setup cost, and licensing?

    There is an enterprise license and it could be cheaper. We are using the free open source version.

    What other advice do I have?

    I would recommend this solution to others.

    I rate MongoDB an eight out of ten.

    Which deployment model are you using for this solution?

    On-premises
    Disclosure: My company does not have a business relationship with this vendor other than being a customer.
    PeerSpot user
    Buyer's Guide
    Download our free MongoDB Enterprise Advanced Report and get advice and tips from experienced pros sharing their opinions.
    Updated: March 2026
    Buyer's Guide
    Download our free MongoDB Enterprise Advanced Report and get advice and tips from experienced pros sharing their opinions.