DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache IoTDB vs. eXtremeDB vs. MariaDB vs. OrigoDB vs. Splice Machine

System Properties Comparison Apache IoTDB vs. eXtremeDB vs. MariaDB vs. OrigoDB vs. Splice Machine

Editorial information provided by DB-Engines
NameApache IoTDB  Xexclude from comparisoneXtremeDB  Xexclude from comparisonMariaDB  Xexclude from comparisonOrigoDB  Xexclude from comparisonSplice Machine  Xexclude from comparison
DescriptionAn IoT native database with high performance for data management and analysis, deployable on the edge and the cloud and integrated with Hadoop, Spark and FlinkNatively in-memory DBMS with options for persistency, high-availability and clusteringMySQL 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.A fully ACID in-memory object graph databaseOpen-Source SQL RDBMS for Operational and Analytical use cases with native Machine Learning, powered by Hadoop and Spark
Primary database modelTime Series DBMSRelational DBMS
Time Series DBMS
Relational DBMSDocument store
Object oriented DBMS
Relational 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
Score1.31
Rank#159  Overall
#14  Time Series DBMS
Score0.79
Rank#212  Overall
#100  Relational DBMS
#18  Time Series DBMS
Score83.44
Rank#15  Overall
#10  Relational DBMS
Score0.00
Rank#385  Overall
#54  Document stores
#21  Object oriented DBMS
Score0.54
Rank#244  Overall
#114  Relational DBMS
Websiteiotdb.apache.orgwww.mcobject.commariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
origodb.comsplicemachine.com
Technical documentationiotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmlwww.mcobject.com/­docs/­extremedb.htmmariadb.com/­kb/­en/­libraryorigodb.com/­docssplicemachine.com/­how-it-works
DeveloperApache Software FoundationMcObjectMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Robert Friberg et alSplice Machine
Initial release201820012009 infoFork of MySQL, which was first released in 19952009 infounder the name LiveDB2014
Current release1.1.0, April 20238.2, 202111.5.2, August 20243.1, March 2021
License infoCommercial or Open SourceOpen Source infoApache Version 2.0commercialOpen Source infoGPL version 2, commercial enterprise subscription availableOpen SourceOpen Source infoAGPL 3.0, commercial license available
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 languageJavaC and C++C and C++C#Java
Server operating systemsAll OS with a Java VM (>= 1.8)AIX
HP-UX
Linux
macOS
Solaris
Windows
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
Windows
Linux
OS X
Solaris
Windows
Data schemeyesyesyes infoDynamic columns are supportedyesyes
Typing infopredefined data types such as float or dateyesyesyesUser defined using .NET types and collectionsyes
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.nono infosupport of XML interfaces availableyesno infocan be achieved using .NET
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLSQL-like query languageyes infowith the option: eXtremeSQLyes infowith proprietary extensionsnoyes
APIs and other access methodsJDBC
Native API
.NET Client API
JDBC
JNI
ODBC
Proprietary protocol
RESTful HTTP API
ADO.NET
JDBC
ODBC
Proprietary native API
.NET Client API
HTTP API
LINQ
JDBC
Native Spark Datasource
ODBC
Supported programming languagesC
C#
C++
Go
Java
Python
Scala
.Net
C
C#
C++
Java
Lua
Python
Scala
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.NetC#
C++
Java
JavaScript (Node.js)
Python
R
Scala
Server-side scripts infoStored proceduresyesyesyes infoPL/SQL compatibility added with version 10.3yesyes infoJava
Triggersyesyes infoby defining eventsyesyes infoDomain Eventsyes
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning (by time range) + vertical partitioning (by deviceId)horizontal partitioning / shardingseveral options for horizontal partitioning and Shardinghorizontal partitioning infoclient side managed; servers are not synchronizedShared Nothhing Auto-Sharding, Columnar Partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasActive Replication Fabricâ„¢ for IoT
Multi-source replication infoby means of eXtremeDB Cluster option
Source-replica replication infoby means of eXtremeDB High Availability option
Multi-source replication
Source-replica replication
Source-replica replicationMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsIntegration with Hadoop and SparknononoYes, via Full Spark Integration
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Strong Consistency with Raft
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesyes infonot for MyISAM storage enginedepending on modelyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACID infonot for MyISAM storage engineACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoOptimistic (MVCC) and pessimistic (locking) strategies availableyesyesyes, multi-version concurrency control (MVCC)
Durability infoSupport for making data persistentyesyesyes infonot for in-memory storage engineyes infoWrite ahead logyes
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 controlyesfine grained access rights according to SQL-standardRole based authorizationAccess rights for users, groups and roles according to SQL-standard
More information provided by the system vendor
Apache IoTDBeXtremeDBMariaDBOrigoDBSplice Machine
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
Apache IoTDBeXtremeDBMariaDBOrigoDBSplice Machine
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

AMD Zen 5 Not Affected By Inception/SRSO, mitigations=off Yields No Benefit On Ryzen 9000 Series
6 September 2024, Phoronix

TsFile: A Standard Format for IoT Time Series Data
27 February 2024, The New Stack

AMD EPYC 8534P / EPYC 8534PN Benchmarks - Siena Delivers Incredible Value & Energy Efficiency For Linux Servers Review
29 November 2023, Phoronix

Apache Promotes IoT Database Project
25 September 2020, Datanami

AMD EPYC 8324P / 8324PN Siena 32-Core Siena Linux Server Performance Review
10 October 2023, Phoronix

provided by Google News

McObject
17 November 2021, Electronic Design

Latest embedded DBMS supports asymmetric multiprocessing systems
24 May 2023, Embedded

The Data in Hard Real-time SCADA Systems Lets Companies Do More with Less
11 August 2023, Automation.com

Schneider Electric to collaborate with McObject
14 October 2015, Construction Week Online

provided by Google News

K1 Acquires MariaDB, a Leading Database Software Company, and Appoints New CEO
10 September 2024, PR Newswire

Proposal Seeks To Replace MySQL With MariaDB By Default For Ubuntu 25.04
20 September 2024, Phoronix

MariaDB goes private after acquisition by K1 Investment Management
10 September 2024, SiliconANGLE News

MariaDB goes private with new CEO as K1 closes acquisition
10 September 2024, TechCrunch

ServiceNow moves its backend off MariaDB to homebrew Postgres
10 September 2024, The Register

provided by Google News

Machine learning data pipeline outfit Splice Machine files for insolvency
26 August 2021, The Register

Splice Machine Launches the Splice Machine Feature Store to Simplify Feature Engineering and Democratize Machine Learning
19 January 2021, PR Newswire

2021: The Year of the Feature Store
19 January 2021, Datanami

Monte Zweben's Splice Machine Introduces New Hadoop RDBMS
24 June 2014, Forbes

Splice Machine Launches ML Manager Beta Program to Meet the Growing Demand for Operational AI
7 April 2019, insideBIGDATA

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

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

Present your product here