No more typing reviews! Try our Samantha, our new voice AI agent.

MySQL vs SAP Adaptive Server Enterprise comparison

 

Comparison Buyer's Guide

Executive SummaryUpdated on Mar 4, 2025

Review summaries and opinions

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

Categories and Ranking

MySQL
Ranking in Relational Databases Tools
4th
Average Rating
8.2
Reviews Sentiment
7.0
Number of Reviews
152
Ranking in other categories
Open Source Databases (1st)
SAP Adaptive Server Enterprise
Ranking in Relational Databases Tools
20th
Average Rating
8.4
Reviews Sentiment
5.9
Number of Reviews
14
Ranking in other categories
No ranking in other categories
 

Mindshare comparison

As of June 2026, in the Relational Databases Tools category, the mindshare of MySQL is 6.2%, down from 7.8% compared to the previous year. The mindshare of SAP Adaptive Server Enterprise is 1.4%, up from 0.9% compared to the previous year. It is calculated based on PeerSpot user engagement data.
Relational Databases Tools Mindshare Distribution
ProductMindshare (%)
MySQL6.2%
SAP Adaptive Server Enterprise1.4%
Other92.4%
Relational Databases Tools
 

Featured Reviews

Varuns Ug - PeerSpot reviewer
Senior Software Developer at NIT
Reliable transactions have supported secure payments, refunds, and bookings at high volumes
Regarding MySQL improvements, a pain point is horizontal scalability. MySQL scales very well vertically and can support read replicas, but as a system grows significantly, sharding and distributed data management can become complex compared to databases that are designed to scale horizontally from the beginning. This is one of the areas where I think MySQL should work more. Another area is handling very large analytic workloads. MySQL is excellent for transactional systems, but for large-scale analytics or reporting, specialized analytic databases may sometimes be a better fit. Apart from that, one area is performance troubleshooting. As the database grows, diagnosing things such as slow queries, lock contention, and deadlocks becomes complex.
reviewer2784705 - PeerSpot reviewer
Senior Advisor at a government with 10,001+ employees
Long term database experience has supported OLTP workloads and delivers reliable cross platform migrations
SAP is not putting money into modernizing SAP Adaptive Server Enterprise. One of the things I discovered on the last project I was on was that they did not incorporate the Intel new instruction set in SAP Adaptive Server Enterprise. Intel has augmented its instruction set referred to as new instructions. They did that to make conversion easier. When you migrate SAP Adaptive Server Enterprise cross-platform, you go through a process where it converts the character set. If you are going from AIX to Linux or from Solaris to Linux, Linux is referred to as Little Endian, while AIX or Solaris are considered Big Endian. This is determined by how the product stores data. The word size of these processors is 32 bits long. If you start numbering from the little end, it is referred to as Little Endian. If you start numbering from the big end, it is called Big Endian. To migrate a SAP Adaptive Server Enterprise database from a Big Endian setup like AIX or Solaris to migrate to a Big Endian setup on an Intel, the operating system determines whether it is Little Endian or Big Endian. When you migrate from Big Endian to Little Endian, the database has to go through a character set conversion, and some of these databases are quite large with gigabytes and gigabytes of data. They have to do a character set conversion to the existing database before they do anything else. The worst part is that you have to rebuild all the indexes when you do that. When you switch endianness of the database, you have to rebuild all the indexes. It will automatically do that for system tables, but for actual user databases, you have to rebuild all your indexes, and it takes a long time. SAP Adaptive Server Enterprise is a relational database and is the predecessor of Microsoft SQL Server. All that functionality that Microsoft SQL Server had came from essentially SAP Adaptive Server Enterprise. The problem with SAP Adaptive Server Enterprise these days is it is not expanding its place in the marketplace or expanding its position in the marketplace. A lot of companies have migrated away from SAP Adaptive Server Enterprise. It works fairly well, but the problem is SAP Adaptive Server Enterprise was architected to be an OLTP engine and is now doing things for larger databases that were not in its original intended purpose. The endianness of the RDBMS is a major impediment to continuing to use SAP Adaptive Server Enterprise. You have a multi-gigabyte database, and it will go through a conversion process in a single-threaded fashion, and then you have to rebuild the indexes. Rebuilding the indexes is lengthy and time-consuming. The part of the conversion process that is concerned with conversion of the character set is single-threaded. You may have eight cores on your machine or virtual machine and only one can be used in the conversion process. There is another problem with the whole thing in that it will sometimes not operate properly. Under certain workloads, SAP Adaptive Server Enterprise will become overwhelmed. When you convert it, it does not operate properly in all circumstances. The root cause of that is that SAP in its desire to save money and desire to orphan the product has not recompiled or redeveloped the product to take advantage of the Intel new instruction set. Other relational databases such as Oracle and Microsoft SQL Server have the same issue to deal with, but with those platforms, they are taking advantage of the new instruction set. There are some additional Intel instruction sets or instructions in their Intel instruction set. With SAP Adaptive Server Enterprise, they did not bother to incorporate support for the new instruction set instructions. In certain circumstances, the database does not operate properly. It is unable to do what it needs to do. If you do your research and go on the internet and see what happens with Oracle or Microsoft SQL Server, what comes back is that it takes 4% longer to perform a lot of the instructions. When you are using the new instruction set, it adds 4% to the runtime of the database.

Quotes from Members

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

Pros

"The deployment process is pretty fast."
"Mysql is free : it's an open source project, so you can use it with no cost."
"You can easily build data models both on-premise and on the cloud."
"The API's to PHP, ruby, perl, java, python, and many more high level programming languages makes it easy for us to deploy new features fast."
"I would absolutely recommend this solution to others."
"MySQL is an open-source product and has good community support. If you encounter any problem, you can easily ask other members of the community to help. They help you a lot. On top of being free, MySQL is a cross-platform database, meaning it can work on both Windows and Linux. It is very good for us."
"The most valuable feature is the fact that the product is cross-platform, because it reduces server TCO, for my small company."
"I like the simplistic view of MySQL to build custom queries and things like that as compared to SQL Server, which seems more cluttered. SQL Server has a query analyzer. MySQL pretty much does the same, and performance-wise, it has less overhead for connecting to our ERP system. It seems more responsive and cleaner. With MySQL, you get what you need without any overbloating, for which Microsoft is known. That's why they have so many constant security patches for everything because there is so much stuff, which degrades performance."
"I like that SAP ASE can match code and the database index to index data in the programming language."
"The financials is the most valuable feature for us in operational terms because we deal with a lot of services and SAP has integrated everything for us, both financial reporting and operations."
"In SAP Adaptive Server Enterprise, there are some built-in stored procedures that you can use to fire those commands and get the data in a very systematic manner where you can see the results."
"SAP Adaptive Server Enterprise was basically as good as its rivals in my experience."
"This is a wonderful database that is, in my opinion, underrated. Users are able to get the most out of my experience by taking advantage of its centralized environment."
"Sufficient, robust, power DB."
"This product has my complete confidence."
"Provides very good integration."
 

Cons

"The availability of tools could be improved in the MySQL open-source platform. They can provide more analytical tools. I haven't had any particularly difficult issues to troubleshoot on MySQL, but in the past, on Microsoft SQL Server, I had to troubleshoot some difficult issues, and better tools were in place to see what was going on in real-time on the server. So, that's the bit that is lacking on the MySQL open-source platform."
"Some problems with big table operations, and a struggle to keep the servers responding in peak situations."
"We face certain integration issues, especially when we integrate the database with security solutions like IBM QRadar, which affects database performance."
"When it comes to stability SQL Server is better than MySQL. This is an area they could improve."
"MySQL lacks a feature akin to Oracle's Real Application Clusters, which ensures continuous database availability within the same data center or nearby data centers."
"Beware that if you don’t follow these instructions step-by-step, your server may not restart or rather it will start with InnoDB storage engine disabled and an error in the logs."
"The solution is expensive."
"I am looking for the Temporal SQL feature, which basically means that there is complete history for each table."
"Because the solution is customized. we do occasionally face unique bugs. There are always some changes that need to be made here and there."
"SAP should refine its debugging method, and the process needs to be a little faster."
"There is lack of good support in Mexico - I would prefer Oracle or IBM over SAP in terms of support."
"The overall performance of the product is an area where the tool has certain shortcomings and needs to improve."
"I think that the solution needs to be positioned better within the market as it appears as though the Adaptive Server is being left out of the SAP scope."
"In my opinion, product support is not that great from SAP because they have already declared the end-of-date for SAP ASE. They will be stopping product support."
"SAP should refine its debugging method, and the process needs to be a little faster. It should use more Pragmas and fewer pseudocomments. I would like if SAP added more features based on advanced technologies, like artificial intelligence and voice control. The modularization and if-else techniques could also incorporate the latest technology to code and solve complex problems. The SAP Editor should be more elaborative, and it should allow many more types of statements for all uses."
"User interface could be more user friendly."
 

Pricing and Cost Advice

"We are using the licensed version of MySQL."
"The pricing falls within the moderate range."
"It is open source. We prefer it for POCs because it saves the license cost."
"The solution’s pricing depends on customer requirements. A license is not required for the community edition."
"Microsoft licensing for SQL Server is probably ten times more expensive. I used to work for the government, and I remember when we were looking into upgrading to the enterprise version of SQL Server 2019, the licensing was going to cost 350,000. To get the equivalent in the cloud, it was going to be about four grand to get the same processing power and everything else. With MySQL, it was going to be about 300 for the same licensing. Cost-wise, for sure, there is a huge difference. Would you prefer to pay 300 a month or 3,000 to have the same amount of data resources? You might lose a few options that you need, but it isn't worth the price difference."
"This is an open-source product that can be used free of charge."
"We're using the open-source version right now, which is free. I do see some value in some of the more enterprise functions. We're using the open-source version right now, and I was interested in the MySQL Enterprise version really for the tools that they provide, but we decided not to make the purchase."
"There is no licensing fee."
"I rate SAP Adaptive Server Enterprise's pricing a six out of ten."
"The licensing cost for ASE is pretty low."
"Price-wise, the product is worth it since one needs very less infrastructure to use it."
report
Use our free recommendation engine to learn which Relational Databases Tools solutions are best for your needs.
902,495 professionals have used our research since 2012.
 

Top Industries

By visitors reading reviews
Financial Services Firm
10%
Manufacturing Company
9%
Construction Company
8%
Comms Service Provider
6%
Construction Company
16%
Financial Services Firm
15%
Manufacturing Company
11%
Government
7%
 

Company Size

By reviewers
Large Enterprise
Midsize Enterprise
Small Business
By reviewers
Company SizeCount
Small Business74
Midsize Enterprise34
Large Enterprise63
By reviewers
Company SizeCount
Small Business3
Large Enterprise11
 

Questions from the Community

Why are MySQL connections encrypted and what is the biggest benefit of this?
MySQL encrypts connections to protect your data and the biggest benefit from this is that nobody can corrupt it. If you move information over a network without encryption, you are endangering it, m...
Considering that there is a free version of MySQL, would you invest in one of the paid editions?
I may be considered a MySQL veteran since I have been using it since before Oracle bought it and created paid versions. So back in my day, it was all free, it was open-source and the best among sim...
What is one thing you would improve with MySQL?
One thing I would improve related to MySQL is not within the product itself, but with the guides to it. Before, when it was free, everyone was on their own, seeking tutorials and how-to videos onli...
What is your experience regarding pricing and costs for SAP Adaptive Server Enterprise?
From a pricing perspective, I would say the solution is fairly priced. In Oracle, you have two or three databases at most on one machine. In SAP Adaptive Server Enterprise, one machine can have mul...
What needs improvement with SAP Adaptive Server Enterprise?
SAP is not putting money into modernizing SAP Adaptive Server Enterprise. One of the things I discovered on the last project I was on was that they did not incorporate the Intel new instruction set...
What is your primary use case for SAP Adaptive Server Enterprise?
I have worked with SAP Adaptive Server Enterprise, SAP Adaptive Server Enterprise IQ, and Replication Server. I also worked with SQL Anywhere at one point. SAP acquired Sybase at one point, and the...
 

Also Known As

No data available
SAP ASE
 

Overview

 

Sample Customers

Facebook, Tumblr, Scholastic, MTV Networks, Wikipedia, Verizon Wireless, Sage Group, Glassfish Open Message Queue, and RightNow Technologies.
City of Buenos Aires, ASR Group, Citrix, EarlySense, Usha International Limited, Automotive Resources International (ARI), Takisada-Osaka Co. Ltd., Coelba (Grupo Neoenergia), RZD Russian Railways, National Basketball Association - NBA, TALLY
Find out what your peers are saying about MySQL vs. SAP Adaptive Server Enterprise and other solutions. Updated: June 2026.
902,495 professionals have used our research since 2012.