Overview
ProductRatingMost Used ByProduct SummaryStarting Price
MongoDB
Score 8.9 out of 10
N/A
MongoDB is an open source document-oriented database system. It is part of the NoSQL family of database systems. Instead of storing data in tables as is done in a "classical" relational database, MongoDB stores structured data as JSON-like documents with dynamic schemas (MongoDB calls the format BSON), making the integration of data in certain types of applications easier and faster.
$0.10
million reads
Percona Server for MySQL
Score 9.7 out of 10
N/A
Percona Server for MySQL is a free, compatible, enhanced, open source drop-in replacement for MySQL. Percona states it provides superior performance, scalability, and instrumentation. Boasting over 5,300,000 downloads, Percona Server’s self-tuning algorithms and support for high-performance hardware delivers excellent performance and reliability Percona Server for MySQL delivers enterprise-grade features and higher uptime, along with a number of key benefits that…N/A
SAP SQL Anywhere
Score 7.0 out of 10
N/A
SAP® SQL Anywhere® solutions aim to deliver enterprise-level data management and synchronization capabilities. The solutions are designed to run in remote and mobile environments on a wide range of small-footprint devices and in real-world conditions.N/A
Pricing
MongoDBPercona Server for MySQLSAP SQL Anywhere
Editions & Modules
Shared
$0
per month
Serverless
$0.10million reads
million reads
Dedicated
$57
per month
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
MongoDBPercona Server for MySQLSAP SQL Anywhere
Free Trial
YesYesNo
Free/Freemium Version
YesYesNo
Premium Consulting/Integration Services
NoYesNo
Entry-level Setup FeeNo setup feeOptionalNo setup fee
Additional DetailsFully managed, global cloud database on AWS, Azure, and GCPFree and open-source
More Pricing Information
Community Pulse
MongoDBPercona Server for MySQLSAP SQL Anywhere
Considered Multiple Products
MongoDB

No answer on this topic

Percona Server for MySQL
Chose Percona Server for MySQL
It is a solution that complements those mentioned, and if we know the ecosystem of Percona tools, it is easier for us to learn the different options it offers.
Chose Percona Server for MySQL
Percona Server for MySQL Stacks up against all of these competitors. We choose Percona server for MySQL due to these reasons: open source, community support, scalability, and vendor locking. We were looking for an open-source database that is scalable and supported by the …
Chose Percona Server for MySQL
Performance and stability sets Percona Server for MySQL apart from the rest. Percona embraces the upstream version and contributes towards the upstream version making MySQL stronger on two fronts and thus having a much larger community. Many quality contributions have been made …
SAP SQL Anywhere

No answer on this topic

Features
MongoDBPercona Server for MySQLSAP SQL Anywhere
NoSQL Databases
Comparison of NoSQL Databases features of Product A and Product B
MongoDB
10.0
39 Ratings
12% above category average
Percona Server for MySQL
-
Ratings
SAP SQL Anywhere
-
Ratings
Performance10.039 Ratings00 Ratings00 Ratings
Availability10.039 Ratings00 Ratings00 Ratings
Concurrency10.039 Ratings00 Ratings00 Ratings
Security10.039 Ratings00 Ratings00 Ratings
Scalability10.039 Ratings00 Ratings00 Ratings
Data model flexibility10.039 Ratings00 Ratings00 Ratings
Deployment model flexibility10.038 Ratings00 Ratings00 Ratings
Best Alternatives
MongoDBPercona Server for MySQLSAP SQL Anywhere
Small Businesses
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
InterSystems IRIS
InterSystems IRIS
Score 8.0 out of 10
InterSystems IRIS
InterSystems IRIS
Score 8.0 out of 10
Medium-sized Companies
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
InterSystems IRIS
InterSystems IRIS
Score 8.0 out of 10
InterSystems IRIS
InterSystems IRIS
Score 8.0 out of 10
Enterprises
IBM Cloudant
IBM Cloudant
Score 7.4 out of 10
SAP IQ
SAP IQ
Score 10.0 out of 10
SAP IQ
SAP IQ
Score 10.0 out of 10
All AlternativesView all alternativesView all alternativesView all alternatives
User Ratings
MongoDBPercona Server for MySQLSAP SQL Anywhere
Likelihood to Recommend
10.0
(79 ratings)
8.9
(5 ratings)
9.0
(6 ratings)
Likelihood to Renew
10.0
(67 ratings)
9.0
(1 ratings)
10.0
(1 ratings)
Usability
10.0
(15 ratings)
8.7
(4 ratings)
-
(0 ratings)
Availability
9.0
(1 ratings)
-
(0 ratings)
-
(0 ratings)
Support Rating
9.6
(13 ratings)
6.7
(3 ratings)
-
(0 ratings)
Implementation Rating
8.4
(2 ratings)
-
(0 ratings)
-
(0 ratings)
User Testimonials
MongoDBPercona Server for MySQLSAP SQL Anywhere
Likelihood to Recommend
MongoDB
If asked by a colleague I would highly recommend MongoDB. MongoDB provides incredible flexibility and is quick and easy to set up. It also provides extensive documentation which is very useful for someone new to the tool. Though I've used it for years and still referenced the docs often. From my experience and the use cases I've worked on, I'd suggest using it anywhere that needs a fast, efficient storage space for non-relational data. If a relational database is needed then another tool would be more apt.
Read full review
Percona
Percona Server for MySQL covers 100% of our requirements in terms of our OLTP traffic and provides the High Availability levels required through a typical primary and 2 replica's using semi-synchronous replication. We're able to scale our writes using sharding, but a true distributed database would be a great option on top of this. In terms of OLAP traffic, we leverage columns stores available, but Percona Server fairs well
Read full review
SAP
SAP SQL Anywhere is better than not using a database, let's be clear there! However, I wouldn't pick it as my first or even second or third choice. I'd recommend looking at other options. Largely, it appears less powerful both in terms of its robustness and general performance and in its implementation of SQL. The standard Sybase utilities provided are lacking in basic features, and the interactive SQL utility is quite horrendous. However, the great thing is it is an ODBC-compliant SQL-compliant relational database.
Read full review
Pros
MongoDB
  • Being a JSON language optimizes the response time of a query, you can directly build a query logic from the same service
  • You can install a local, database-based environment rather than the non-relational real-time bases such a firebase does not allow, the local environment is paramount since you can work without relying on the internet.
  • Forming collections in Mango is relatively simple, you do not need to know of query to work with it, since it has a simple graphic environment that allows you to manage databases for those who are not experts in console management.
Read full review
Percona
  • Faster than other server solutions
  • Installation and configuration process is easy from the user's standpoint
  • Easy to learn and good support
Read full review
SAP
  • Good performance with relatively large data sets - its cost-based query optimizer is particularly robust
  • ANSI SQL compliant
  • Supports T-SQL
  • Scales well between the desktop (single user) and client/server installations supporting 50-1000 users
Read full review
Cons
MongoDB
  • An aggregate pipeline can be a bit overwhelming as a newcomer.
  • There's still no real concept of joins with references/foreign keys, although the aggregate framework has a feature that is close.
  • Database management/dev ops can still be time-consuming if rolling your own deployments. (Thankfully there are plenty of providers like Compose or even MongoDB's own Atlas that helps take care of the nitty-gritty.
Read full review
Percona
  • Better documentation
  • A better UI
Read full review
SAP
  • I think it should be more user friendly for non-technical users.
  • More functional functionalities should be added to the object explore when working with a table to transform data/manipulate data.
Read full review
Likelihood to Renew
MongoDB
I am looking forward to increasing our SaaS subscriptions such that I get to experience global replica sets, working in reads from secondaries, and what not. Can't wait to be able to exploit some of the power that the "Big Boys" use MongoDB for.
Read full review
Percona
No answers on this topic
SAP
Ease of use, relationship to existing software's used in house and familiarity with the product
Read full review
Usability
MongoDB
NoSQL database systems such as MongoDB lack graphical interfaces by default and therefore to improve usability it is necessary to install third-party applications to see more visually the schemas and stored documents. In addition, these tools also allow us to visualize the commands to be executed for each operation.
Read full review
Percona
It is easy to install and use. Using it along with Percona Monitoring and Management makes it even easier to use.
Read full review
SAP
No answers on this topic
Support Rating
MongoDB
Finding support from local companies can be difficult. There were times when the local company could not find a solution and we reached a solution by getting support globally. If a good local company is found, it will overcome all your problems with its global support.
Read full review
Percona
We are using opensource so we have not used customer support.
Read full review
SAP
No answers on this topic
Implementation Rating
MongoDB
While the setup and configuration of MongoDB is pretty straight forward, having a vendor that performs automatic backups and scales the cluster automatically is very convenient. If you do not have a system administrator or DBA familiar with MongoDB on hand, it's a very good idea to use a 3rd party vendor that specializes in MongoDB hosting. The value is very well worth it over hosting it yourself since the cost is often reasonable among providers.
Read full review
Percona
No answers on this topic
SAP
No answers on this topic
Alternatives Considered
MongoDB
We have [measured] the speed in reading/write operations in high load and finally select the winner = MongoDBWe have [not] too much data but in case there will be 10 [times] more we need Cassandra. Cassandra's storage engine provides constant-time writes no matter how big your data set grows. For analytics, MongoDB provides a custom map/reduce implementation; Cassandra provides native Hadoop support.
Read full review
Percona
Performance and stability sets Percona Server for MySQL apart from the rest. Percona embraces the upstream version and contributes towards the upstream version making MySQL stronger on two fronts and thus having a much larger community. Many quality contributions have been made by Percona into the base code. Percona provides great tools to support Percona Server for MySQL and this makes the monitoring and management easier
Read full review
SAP
I worked with Oracle for years during my career. I wouldn't select SQL Anywhere to implement a global ATM system with tens of thousands of concurrent connections, but SQL Anywhere is much easier to use and deploy and works very well in workgroup settings. Query performance often exceeds some Oracle versions without having to rely on database tuning.
Read full review
Return on Investment
MongoDB
  • Open Source w/ reasonable support costs have a direct, positive impact on the ROI (we moved away from large, monolithic, locked in licensing models)
  • You do have to balance the necessary level of HA & DR with the number of servers required to scale up and scale out. Servers cost money - so DR & HR doesn't come for free (even though it's built into the architecture of MongoDB
Read full review
Percona
  • At the performance level, it maintains and even improves other open-source databases such as MariaDB or some commercial ones such as Oracle.
  • If we compare it with MySQL, we could have up to 50% improvement in performance.
  • For some small companies or startups, the price of the complete solution and the support can be a bit high.
Read full review
SAP
  • Skilled/experienced resources are less prominent than Microsoft SQL Server or even Oracle, or MySQL, so finding solutions and assistance, if needed, takes more time than it would with other platforms
  • You will need to find a good SQL query tool by yourself because the Sybase Central / Interactive SQL utilities are lacking in many basic features, and just generally have a bad user interface
Read full review
ScreenShots

MongoDB Screenshots

Screenshot of Screenshot of Screenshot of Screenshot of Screenshot of Screenshot of

Percona Server for MySQL Screenshots

Screenshot of Percona Server for MySQL FeaturesScreenshot of Percona Server for MySQL Features