DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > HarperDB vs. HyperSQL vs. MariaDB vs. SAP SQL Anywhere vs. Warp 10

System Properties Comparison HarperDB vs. HyperSQL vs. MariaDB vs. SAP SQL Anywhere vs. Warp 10

Editorial information provided by DB-Engines
NameHarperDB  Xexclude from comparisonHyperSQL infoalso known as HSQLDB  Xexclude from comparisonMariaDB  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparisonWarp 10  Xexclude from comparison
DescriptionUltra-low latency distributed database with an intuitive REST API supporting NoSQL and SQL (including joins). Deployment of functions and databases simultaneously with a consolidated node-level architecture.Multithreaded, transactional RDBMS written in Java infoalso known as HSQLDBMySQL application compatible open source RDBMS, enhanced with high availability, security, interoperability and performance capabilities. MariaDB ColumnStore provides a column-oriented storage engine and MariaDB Xpand supports distributed SQL.RDBMS database and synchronization technologies for server, desktop, remote office, and mobile environmentsTimeSeries DBMS specialized on timestamped geo data based on LevelDB or HBase
Primary database modelDocument storeRelational DBMSRelational DBMSRelational DBMSTime Series DBMS
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.60
Rank#244  Overall
#38  Document stores
Score3.23
Rank#93  Overall
#48  Relational DBMS
Score91.04
Rank#13  Overall
#9  Relational DBMS
Score3.95
Rank#80  Overall
#42  Relational DBMS
Score0.14
Rank#344  Overall
#32  Time Series DBMS
Websitewww.harperdb.iohsqldb.orgmariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.sap.com/­products/­technology-platform/­sql-anywhere.htmlwww.warp10.io
Technical documentationdocs.harperdb.io/­docshsqldb.org/­web/­hsqlDocsFrame.htmlmariadb.com/­kb/­en/­libraryhelp.sap.com/­docs/­SAP_SQL_Anywherewww.warp10.io/­content/­02_Getting_started
DeveloperHarperDBMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
SAP infoformerly SybaseSenX
Initial release201720012009 infoFork of MySQL, which was first released in 199519922015
Current release3.1, August 20212.7.2, June 202311.3.2, February 202417, July 2015
License infoCommercial or Open Sourcecommercial infofree community edition availableOpen Source infobased on BSD licenseOpen Source infoGPL version 2, commercial enterprise subscription availablecommercialOpen Source infoApache License 2.0
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
STACKIT MariaDB offers MariaDB in a fully managed version in enterprise grade, 100% GDPR-compliant.
Implementation languageNode.jsJavaC and C++Java
Server operating systemsLinux
OS X
All OS with a Java VM infoEmbedded (into Java applications) and Client-Server operating modesFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
Linux
OS X
Windows
Data schemedynamic schemayesyes infoDynamic columns are supportedyesschema-free
Typing infopredefined data types such as float or dateyes infoJSON data typesyesyesyesyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nonoyesyesno
Secondary indexesyesyesyesyesno
SQL infoSupport of SQLSQL-like data manipulation statementsyesyes infowith proprietary extensionsyesno
APIs and other access methodsJDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
HTTP API infoJDBC via HTTP
JDBC
ODBC
ADO.NET
JDBC
ODBC
Proprietary native API
ADO.NET
HTTP API
JDBC
ODBC
HTTP API
Jupyter
WebSocket
Supported programming languages.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
All languages supporting JDBC/ODBC
Java
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Server-side scripts infoStored proceduresCustom Functions infosince release 3.1Java, SQLyes infoPL/SQL compatibility added with version 10.3yes, in C/C++, Java, .Net or Perlyes infoWarpScript
Triggersnoyesyesyesno
Partitioning methods infoMethods for storing different data on different nodesA table resides as a whole on one (or more) nodes in a clusternoneseveral options for horizontal partitioning and ShardingnoneSharding infobased on HBase
Replication methods infoMethods for redundantly storing data on multiple nodesyes infothe nodes on which a table resides can be definednoneMulti-source replication
Source-replica replication
Source-replica replication infoDatabase mirroringselectable replication factor infobased on HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency infobased on HBase
Foreign keys infoReferential integritynoyesyes infonot for MyISAM storage engineyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of specific operationsACIDACID infonot for MyISAM storage engineACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes, using LMDByesyes infonot for in-memory storage engineyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes infowith MEMORY storage engineyesyes
User concepts infoAccess controlAccess rights for users and rolesfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardMandatory use of cryptographic tokens, containing fine-grained authorizations
More information provided by the system vendor
HarperDBHyperSQL infoalso known as HSQLDBMariaDBSAP SQL Anywhere infoformerly called Adaptive Server AnywhereWarp 10
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesNavicat for MariaDB provides a native environment for MariaDB database management and development.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
HarperDBHyperSQL infoalso known as HSQLDBMariaDBSAP SQL Anywhere infoformerly called Adaptive Server AnywhereWarp 10
DB-Engines blog posts

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

Meet HarperDB, Winner of the Startups of the Year in Denver
9 February 2024, hackernoon.com

Startups of the Year 2023: Meet HarperDB - A Database and Application Development Platform
22 June 2023, hackernoon.com

Jaxon Repp on HarperDB Distributed Database Platform
23 March 2022, InfoQ.com

Unlocking immersive golfing experiences with AWS Wavelength | Amazon Web Services
29 November 2022, AWS Blog

A sharper HarperDB, connectivity done auspiciously
16 January 2023, Techzine Europe

provided by Google News

HyperSQL DataBase flaw leaves library vulnerable to RCE
24 October 2022, The Daily Swig

Introduction to JDBC with HSQLDB tutorial
14 November 2022, TheServerSide.com

provided by Google News

RECOMMENDED CASH OFFER for MARIADB PLC by MERIDIAN BIDCO LLC ("Bidco") which is an Affiliate of K1 ...
31 May 2024, PR Newswire

MariaDB Executive Reshuffle: CRO Departs, CEO Contract Amended - TipRanks.com
31 May 2024, TipRanks

Private equity offer for MariaDB gets thumbsup from shareholders
21 May 2024, The Register

Progress Software (PRGS) Has No Intention to Make an Offer for MariaDB plc
2 May 2024, StreetInsider.com

Database maker MariaDB receives $37M takeover proposal
19 February 2024, SiliconANGLE News

provided by Google News

SAP vulnerabilities Let Attacker Inject OS Commands—Patch Now!
11 July 2023, CybersecurityNews

SAP Again Named a Leader in 2021 Gartner® Magic Quadrant™ for Cloud Database Management Systems
21 December 2021, SAP News

Rimini Street expands support beyond SAP and Oracle
9 June 2017, InsideSAP

Securing SAP with AWS Network Firewall: Part 2 – Managed Rules | Amazon Web Services
17 July 2023, AWS Blog

Rimini Street to offer database, security services
7 June 2017, ZDNet

provided by Google News

Time Series Databases Software Market - A comprehensive study by Key Players | Warp 10, Amazon Timestream ...
6 February 2020, openPR

Time Series Databases Software market latest trends, CAGR, and forecast till 2026 | eSherpa Market Reports
13 April 2020, openPR

Time Series Databases Software Market [2024-2031] | InfluxData, Trendalyze, Amazon Timestream
11 May 2024, Motions Online

Time Series Intelligence Software Market Analysis and Revenue Prediction | Azure Time Series Insights, Trendalyze ...
20 May 2024, Weekly Post Gazette

provided by Google News



Share this page

Featured Products

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here