DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Apache IoTDB vs. EDB Postgres vs. Ignite vs. Linter vs. MariaDB

System Properties Comparison Apache IoTDB vs. EDB Postgres vs. Ignite vs. Linter vs. MariaDB

Editorial information provided by DB-Engines
NameApache IoTDB  Xexclude from comparisonEDB Postgres  Xexclude from comparisonIgnite  Xexclude from comparisonLinter  Xexclude from comparisonMariaDB  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 FlinkThe EDB Postgres Platform is an enterprise-class data management platform based on the open source database PostgreSQL with flexible deployment options and Oracle compatibility features, complemented by tool kits for management, integration, and migration.Apache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.RDBMS for high security requirementsMySQL 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.
Primary database modelTime Series DBMSRelational DBMSKey-value store
Relational DBMS
Relational DBMSRelational DBMS
Secondary database modelsDocument store
Spatial DBMS
Spatial DBMSDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.18
Rank#173  Overall
#15  Time Series DBMS
Score1.90
Rank#135  Overall
#63  Relational DBMS
Score3.16
Rank#96  Overall
#15  Key-value stores
#49  Relational DBMS
Score0.09
Rank#346  Overall
#152  Relational DBMS
Score93.21
Rank#13  Overall
#9  Relational DBMS
Websiteiotdb.apache.orgwww.enterprisedb.comignite.apache.orglinter.rumariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
Technical documentationiotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmlwww.enterprisedb.com/­docsapacheignite.readme.io/­docsmariadb.com/­kb/­en/­library
DeveloperApache Software FoundationEnterpriseDBApache Software Foundationrelex.ruMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Initial release20182005201519902009 infoFork of MySQL, which was first released in 1995
Current release1.1.0, April 202314, December 2021Apache Ignite 2.611.3.2, February 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2.0commercial infoBSD for PostgreSQL-componentsOpen Source infoApache 2.0commercialOpen Source infoGPL version 2, commercial enterprise subscription 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.
Implementation languageJavaCC++, Java, .NetC and C++C and C++
Server operating systemsAll OS with a Java VM (>= 1.8)Linux
Windows
Linux
OS X
Solaris
Windows
AIX
Android
BSD
HP Open VMS
iOS
Linux
OS X
VxWorks
Windows
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Data schemeyesyesyesyesyes infoDynamic columns are supported
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.noyes infospecific XML-type available, but no XML query functionality.yesnoyes
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLSQL-like query languageyes infostandard with numerous extensionsANSI-99 for query and DML statements, subset of DDLyesyes infowith proprietary extensions
APIs and other access methodsJDBC
Native API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
ADO.NET
JDBC
LINQ
ODBC
OLE DB
Oracle Call Interface (OCI)
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesC
C#
C++
Go
Java
Python
Scala
.Net
C
C++
Delphi
Java
Perl
PHP
Python
Tcl
C#
C++
Java
PHP
Python
Ruby
Scala
C
C#
C++
Java
Perl
PHP
Python
Qt
Ruby
Tcl
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresyesuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.yes (compute grid and cache interceptors can be used instead)yes infoproprietary syntax with the possibility to convert from PL/SQLyes infoPL/SQL compatibility added with version 10.3
Triggersyesyesyes (cache interceptors and events)yesyes
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning (by time range) + vertical partitioning (by deviceId)horizontal partitioning infoby hash, list or rangeShardingnoneseveral options for horizontal partitioning and Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasMulti-source replicationyes (replicated cache)Source-replica replicationMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsIntegration with Hadoop and Sparknoyes (compute grid and hadoop accelerator)nono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Strong Consistency with Raft
Immediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesnoyesyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDACIDACID infonot for MyISAM storage engine
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infonot for in-memory storage engine
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesyes infowith MEMORY storage engine
User concepts infoAccess controlyesfine grained access rights according to SQL-standardSecurity Hooks for custom implementationsfine grained access rights according to SQL-standardfine grained access rights according to SQL-standard
More information provided by the system vendor
Apache IoTDBEDB PostgresIgniteLinterMariaDB
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 IoTDBEDB PostgresIgniteLinterMariaDB
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

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

Linux 6.5 With AMD P-State EPP Default Brings Performance & Power Efficiency Benefits For Ryzen Servers
21 September 2023, Phoronix

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

Apache Promotes IoT Database Project
25 September 2020, Datanami

IoTDB Provides Data Management for Industrial Edge IT
15 October 2020, The New Stack

provided by Google News

EDB Puts Postgres in the Middle of Analytics Workflow with New Lakehouse Stack
22 April 2024, Datanami

EDB Is Developing Its Flagship Database Into A Comprehensive Platform For Analytics, AI
27 February 2024, CRN

Key new features and innovations in EDB Postgres 16
1 December 2023, InfoWorld

EDB Introduces Two New Ways to Get Postgres in AWS Marketplace
28 November 2023, Yahoo Finance

EDB Closes the High Availability Gap for Postgres in the Cloud with EDB Postgres Distributed on BigAnimal
29 August 2023, GlobeNewswire

provided by Google News

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

Apache Ignite: An Overview
6 September 2023, Open Source For You

GridGain Releases Conference Schedule for Virtual Apache Ignite Summit 2023
1 June 2023, Datanami

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

Real-time in-memory OLTP and Analytics with Apache Ignite on AWS | Amazon Web Services
14 May 2016, AWS Blog

provided by Google News

СУБД «Линтер Бастион» прошла сертификацию ФСТЭК России по новым требованиям к системам управления ...
11 March 2024, ServerNews

provided by Google News

RECOMMENDED CASH OFFER for MARIADB plc by MERIDIAN BIDCO LLC which is an Affiliate of K1 INVESTMENT ...
24 April 2024, PR Newswire

Progress outbids private equity in offer for MariaDB plc
28 March 2024, The Register

Progress Software Confirms Bid to Acquire MariaDB
26 March 2024, The Wall Street Journal

Can MariaDB’s enterprise business be saved?
21 February 2024, InfoWorld

Struggling database company MariaDB could be taken private in $37M deal
19 February 2024, TechCrunch

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

RaimaDB logo

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

Milvus logo

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

Neo4j logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Present your product here