H2 Database Engine vs. SAP Adaptive Server Enterprise (ASE), legacy

Overview
ProductRatingMost Used ByProduct SummaryStarting Price
H2 Database
Score 8.0 out of 10
N/A
H2 Database Engine is an open source, embeddable database management system (RDMS) written in Java.N/A
SAP Adaptive Server Enterprise (ASE), legacy
Score 7.0 out of 10
N/A
SAP® Adaptive Server® Enterprise (SAP ASE) was a solution that handled massive volumes of data and thousands of concurrent users to accelerate the growth of new data-driven business applications. SAP ASE is a legacy product. It is end of sale (EOS), and reached End of Mainstream Maintenance December 2020.N/A
Pricing
H2 Database EngineSAP Adaptive Server Enterprise (ASE), legacy
Editions & Modules
No answers on this topic
No answers on this topic
Offerings
Pricing Offerings
H2 DatabaseSAP Adaptive Server Enterprise (ASE), legacy
Free Trial
NoNo
Free/Freemium Version
NoNo
Premium Consulting/Integration Services
NoNo
Entry-level Setup FeeNo setup feeNo setup fee
Additional Details
More Pricing Information
Community Pulse
H2 Database EngineSAP Adaptive Server Enterprise (ASE), legacy
Best Alternatives
H2 Database EngineSAP Adaptive Server Enterprise (ASE), legacy
Small Businesses
InfluxDB
InfluxDB
Score 8.8 out of 10
InterSystems IRIS
InterSystems IRIS
Score 7.9 out of 10
Medium-sized Companies
SQLite
SQLite
Score 8.6 out of 10
InterSystems IRIS
InterSystems IRIS
Score 7.9 out of 10
Enterprises
SQLite
SQLite
Score 8.6 out of 10
SAP IQ
SAP IQ
Score 10.0 out of 10
All AlternativesView all alternativesView all alternatives
User Ratings
H2 Database EngineSAP Adaptive Server Enterprise (ASE), legacy
Likelihood to Recommend
8.0
(2 ratings)
10.0
(2 ratings)
Likelihood to Renew
-
(0 ratings)
10.0
(1 ratings)
Usability
-
(0 ratings)
9.0
(1 ratings)
Support Rating
-
(0 ratings)
9.7
(2 ratings)
User Testimonials
H2 Database EngineSAP Adaptive Server Enterprise (ASE), legacy
Likelihood to Recommend
Open Source
For running application tests it's well suited. H2 [Database Engine] can replace the real-world database solution for them easily and removes the requirement to set up a a separate database instance just for running unit tests. For using in actual production application one needs to consider scale. H2 is suitable if application runs in single instance and database is located in same machine as a file where that application runs. This means the application shouldn't have a large user base. However it's easy to switch to an actual MySQL instance if the need arises, it's most likely only a configuration change and doesn't require new code.
Read full review
Discontinued Products
High-performance, high-concurrency transactions are well suited for ASE. ASE is lacking some features in my opinion such as history tables, however there are ways to implement them via workarounds or by using Replication Server. I do think the way the ASE parser and optimizer works are far superior to other products as it is a true cost-based optimizer and the order of the tables in the FROM clause does not really matter although a good SQL coder will place the tables in a meaningful order to make the SQL more readable. ASE is good for applications that require high availability and can be used for mission critical systems.
Read full review
Pros
Open Source
  • Can run as an in-memory database.
  • Simple and quick to get started with, and is light weight (only 2MB).
  • SQL compliant so it compatible with most relational databases.
Read full review
Discontinued Products
  • Easy to setup and maintain
  • Reliable, rarely has major hiccups requiring reboots or crashes
  • Very responsive with complicated queries spanning various tablespaces and hundreds of millions of rows
Read full review
Cons
Open Source
  • There's a warning in official FAQ "Is it Reliable?"-section which makes it seem like H2 is not yet a mature product.
  • If raw SQL queries are used there maybe be differences between MySQL & H2. ORM library should be used.
  • Support seems to be community-based only.
Read full review
Discontinued Products
  • Full database encryption - need to utilize external keys vs internal - for better separation of duties.
  • History Tables.
Read full review
Likelihood to Renew
Open Source
No answers on this topic
Discontinued Products
Our licenses are perpetual. It is the support that we will be renewing. We will renew because we continue to use and receive value from the product.
Read full review
Usability
Open Source
No answers on this topic
Discontinued Products
It does almost everything we need and for the things it doesn't do natively, we are still able to do using other features. For example, natively history tables weren't supported but we were able to create them using triggers.
Read full review
Support Rating
Open Source
No answers on this topic
Discontinued Products
Incredibly responsive, saving us countless hours in troubleshooting.
Read full review
Alternatives Considered
Open Source
While both can run as an in-memory database, H2 Database Engine was just so much easier for us to use since we primarily use the Java stack and H2 Database Engine is also built with Java.
Read full review
Discontinued Products
Much less effort than Oracle. Much better customer support than Oracle. Roughly equivalent to SQL Server in performance and ease of use. Much better customer service than SQL Server. Different ballpark from IQ. Same customer service.
Read full review
Return on Investment
Open Source
  • Doesn't take time from developers, once it's configs are set up for testing it works in everyone's development environments
  • Easy to integrate in application, no need to setup separate database software, no maintenance
  • No need to deal with infrastructure related issues/costs - database runs in same machine as the application that uses it.
Read full review
Discontinued Products
  • Negative - Costs a lot ... but so do they all.
  • Positive - It does what we need it to do.
Read full review
ScreenShots