Try our new research platform with insights from 80,000+ expert users

Cassandra vs MongoDB vs ScyllaDB comparison

 

Comparison Buyer's Guide

Executive Summary

Review summaries and opinions

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Mindshare comparison

As of May 2025, in the NoSQL Databases category, the mindshare of Cassandra is 10.7%, down from 12.7% compared to the previous year. The mindshare of MongoDB is 17.4%, down from 26.1% compared to the previous year. The mindshare of ScyllaDB is 10.3%, up from 9.9% compared to the previous year. It is calculated based on PeerSpot user engagement data.
NoSQL Databases
 

Featured Reviews

Himanshu Amodwala - PeerSpot reviewer
Well-equipped to handle a massive influx of data and billions of requests
The use of Cassandra in real-time data analytics has been pivotal for our e-commerce platform. As our platform operates 24/7, providing services to sellers and customers alike, the need for real-time updates is paramount. For instance, when a customer leaves comments or feedback on an image, they anticipate an immediate reflection of these changes on the portal. Similarly, sellers altering product attributes or updating images expect instant visibility of these modifications. Handling large data volumes with Cassandra has been an excellent experience. Despite challenges related to the influx, these were not attributed to Cassandra itself but rather to middle-layer issues. Generally, it demonstrated scalability with workloads, thanks to its horizontal scaling capabilities. We could easily add new nodes to the system as needed, ensuring the platform coped well with increasing loads. The tool's most beneficial feature for scalability is its entire architecture. The absence of a single point of failure or a leader within the ecosystem contributes to its robust scalability. This key aspect influenced our decision to opt for the Cassandra ecosystem. In terms of performance, it demonstrated the ability to handle approximately 1.6 billion requests per day. This was achieved on AWS using EC2 instances, and it was during a period about four to five years ago.
Uzair Faruqi - PeerSpot reviewer
Transforms data flow with adaptable schema and smooth public cloud deployment
One of our business units uses MongoDB, and we developed an ETL pipeline that extracts data from MongoDB and transfers it into our data warehouse MongoDB is a NoSQL database that is similar to a document database. It offers flexibility in schema adaptation, allowing us to change the schema and…
ArpitShah - PeerSpot reviewer
Self-hosting complexity and the way ScyllaDB counts operations can be confusing and may not reflect actual usage
It seems we have better options available. So probably don't go for ScyllaDB. The reason is, first, it's very high. It's not as straightforward as, like, Postgres or ClickHouse to set up. It requires a complex setup. The other problem is what they call. For example, they will say that for up to a million operations, you experience this. But the problem is if they have nine servers, then your one operation is counted as nine operations, not one. So, even though you have one write, they count it as nine. It's like it's just not false premises. You can always host it yourself, but then it's way more complex. The benefits are not substantially more than those of other databases. It's not that it's slow or anything. It's good enough and all. But it's just that ClickHouse or other databases are simpler and faster and probably provide more features. So, I kind of burn out from the database, and that's why I would keep it small.

Quotes from Members

We asked business professionals to review the solutions they use. Here are some excerpts of what they said:
 

Pros

"Can achieve continuous data without a single downtime because of node to node ring architecture."
"Cassandra has some features that are more useful for specific use cases where you have time series where you have huge amounts of writes. That should be quick, but not specifically the reads. We needed to have quicker reads and writes and this is why we are using Cassandra right now."
"The most valuable features are the counter features and the NoSQL schema. It also has good scalability. You can scale Cassandra to any finite level."
"We can add almost one million columns to the solution."
"I'd rate the solution ten out of ten."
"The most valuable features of Cassandra are the NoSQL database, high performance, and zero-copy streaming."
"A consistent solution."
"Our primary use case for the solution is testing."
"The most valuable feature is the geometric information done with GeoJSON."
"MongoDB is cool. There is a difference between relational databases and newer databases like MongoDB. MongoDB is scalable and fast."
"The most valuable features of MongoDB are the variety of translations available and the ability to deploy it on the cloud is useful. The cloud users can access the data, work on the data, and if they want to import or manipulate some data they can."
"The aggregation framework is very powerful when elaborating on data."
"I think that MongoDB isn't too structured, and that's good for our technical team because they are able to search through the database better than if they are using SQL Server."
"The aggregation framework is really good, allowing a developer to build very complex queries."
"MongoDB is simpler to learn and implement than traditional SQL solutions like MySQL."
"MongoDB stores the JSON data, and it's easy for me to understand because I'm a JavaScript Developer."
"Firstly, if I update something, it's most likely to finish within milliseconds."
"It is lightweight, and it requires less infrastructure."
"I like how fast it is to query data from the ScyllaDB node!"
"ScyllaDB is very fast, and I can use it for so many things."
"The database is easy to use, fast, and accessible for applications because the API is straightforward."
"The performance aspects of Scylla are good, as always... A good point about Scylla is that it can be used extensively."
"ScyllaDB is fast and reliable. It has good performance."
"The product's most valuable features are efficiency and reliability."
 

Cons

"The secondary index in Cassandra was a bit problematic and could be improved."
"There could be more integration, and it could be more user-friendly."
"Maybe they can improve their performance in data fetching from a high volume of data sets."
"Fine-tuning was a bit of a challenge."
"The solution doesn't have joins between tables so you need other tools for that."
"It can be difficult to analyze what's going on inside of the database relative to other databases. It can also be difficult to troubleshoot sometimes."
"The solution is not easy to use because it is a big database and you have to learn the interface. This is the case though in most of these solutions."
"Cassandra could be more user-friendly like MongoDB."
"From my point of view, they need a totally free IDE to work at high levels."
"The stability could be better."
"I suppose it could be a little more secure."
"I have found the solution difficult to operate as an administrator."
"The MongoDB documentation can be a little complicated sometimes."
"Its security features can be better. Sometimes, my higher authority says that we are not going to use MongoDB because it doesn't provide that much security for the RDBMS or relational data that we use for transactions. Instead of MongoDB, we will use Oracle Database because for a transactional service, you have to rely on RDBMS ACID properties. I would love to work on MongoDB by using my mobile phone. When I am working remotely or traveling and have some instances deployed on my server, I should be able to check through my mobile whether all the data is being pulled. GitHub has a similar feature, where it lets you read from the laptop, and you can also pull and push with your mobile phone. I would request MongoDB to provide such a feature. Basically, I want a mobile version for both iOS and Android versions."
"The solution should more easily integrate with custom code."
"The analytics needs improvement."
"The documentation of Scylla is an area with shortcomings and needs to be improved."
"ScyllaDB needs to improve its handling of transactions."
"Data export, along with how we can purchase the data periodically, needs to be improved so that the storage is within control. Then, we could optimize it even better."
"If you don't have the best computing resources, then it's not easy to set up. In such cases, we have to run ScyllaDB in developer mode."
"The documentation is not well established for new developers."
"It seems we have better options available. So probably don't go for ScyllaDB. The reason is, first, it's very high. It's not as straightforward as, like, Postgres or ClickHouse to set up. It requires a complex setup."
"Some of the regular commands in NoSQL do not work."
"The product needs to add more features and improve the response time of the support team."
 

Pricing and Cost Advice

"There are licensing fees that must be paid, but I'm not sure if they are paid monthly or yearly."
"I use the tool's open-source version."
"Cassandra is a free open source solution, but there is a commercial version available called DataStax Enterprise."
"We are using the open-source version of Cassandra, the solution is free."
"I don't have the specific numbers on pricing, but it was fairly priced."
"We pay for a license."
"I believe that the licensing fees are paid on a yearly basis."
"You only have to pay for the paid version, not the open-source version."
"There is an annual subscription for the use of this solution."
"I believe that MongoDB is free."
"The product is affordable."
"MongoDB's pricing is not reasonable, but it is not as expensive as the others."
"I currently use the solution's community edition which is free."
"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."
"It's free."
"The paid version of ScyllaDB is not that expensive. The main advantage of the paid version is direct support from the ScyllaDB team, which can resolve issues faster—typically within a day, compared to two to three days with the free version. The paid version also offers better guidance and support, while the free version has good documentation and is more high-level. I’d rate their support team nine out of ten because of the quick responses from their community."
"I believe that there is a yearly licensing cost and that it's expensive."
"It's a bit expensive."
"It is an expensive tool compared to its competitor."
report
Use our free recommendation engine to learn which NoSQL Databases solutions are best for your needs.
850,349 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
22%
Computer Software Company
15%
University
5%
Retailer
5%
Financial Services Firm
19%
Computer Software Company
15%
University
7%
Manufacturing Company
6%
Computer Software Company
18%
Financial Services Firm
14%
Comms Service Provider
8%
Hospitality Company
6%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
 

Questions from the Community

What do you like most about Cassandra?
The use of Cassandra in real-time data analytics has been pivotal for our e-commerce platform. As our platform operat...
What needs improvement with Cassandra?
While Cassandra can handle NoSQL, I think there should be more flexibility for whole schema design when data is store...
What do you like most about MongoDB?
MongoDB's approach to handling data in documents rather than traditional tables has been particularly beneficial.
What is your experience regarding pricing and costs for MongoDB?
We use the free version of MongoDB, so there are no licensing costs.
What needs improvement with MongoDB?
There is room for improvement in integrating MongoDB with agentive AI solutions. While solutions for other databases ...
What do you like most about Scylla?
The performance aspects of Scylla are good, as always... A good point about Scylla is that it can be used extensively.
What is your experience regarding pricing and costs for Scylla?
The enterprise version comes with a cost of about $300,000 per year, however, we did not experience the promised comp...
What needs improvement with Scylla?
From a sales pitch standpoint, it needs to deliver on promises of better ROI and compaction. Additionally, ticketing ...
 

Comparisons

 

Overview

 

Sample Customers

1. Apple 2. Netflix 3. Facebook 4. Instagram 5. Twitter 6. eBay 7. Spotify 8. Uber 9. Airbnb 10. Adobe 11. Cisco 12. IBM 13. Microsoft 14. Yahoo 15. Reddit 16. Pinterest 17. Salesforce 18. LinkedIn 19. Hulu 20. Airbnb 21. Walmart 22. Target 23. Sony 24. Intel 25. Cisco 26. HP 27. Oracle 28. SAP 29. GE 30. Siemens 31. Volkswagen 32. Toyota
Facebook, MetLife, City of Chicago, Expedia, eBay, Google
IBM, Investing.com, mParticle, Comcast, GE, Fanatics, Ola, CERN, adgear, Samsung
Find out what your peers are saying about MongoDB, ScyllaDB, Microsoft and others in NoSQL Databases. Updated: May 2025.
850,349 professionals have used our research since 2012.