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

DBMS > Apache Kylin vs. EJDB vs. Faircom DB vs. MariaDB vs. TimesTen

System Properties Comparison Apache Kylin vs. EJDB vs. Faircom DB vs. MariaDB vs. TimesTen

Editorial information provided by DB-Engines
NameApache Kylin  Xexclude from comparisonEJDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonMariaDB  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionA distributed analytics engine for big data, providing a SQL interface and multi-dimensional analysis (OLAP) and leveraging the Hadoop stackEmbeddable document-store database library with JSON representation of queries (in MongoDB style)Native high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.MySQL 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.In-Memory RDBMS compatible to Oracle
Primary database modelRelational DBMSDocument storeKey-value store
Relational DBMS
Relational DBMSRelational 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.20
Rank#175  Overall
#80  Relational DBMS
Score0.30
Rank#294  Overall
#44  Document stores
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score1.35
Rank#165  Overall
#75  Relational DBMS
Websitekylin.apache.orggithub.com/­Softmotions/­ejdbwww.faircom.com/­products/­faircom-dbmariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationkylin.apache.org/­docsgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlmariadb.com/­kb/­en/­librarydocs.oracle.com/­database/­timesten-18.1
DeveloperApache Software Foundation, originally contributed from eBay IncSoftmotionsFairCom CorporationMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Oracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release2015201219792009 infoFork of MySQL, which was first released in 19951998
Current release3.1.0, July 2020V12, November 202011.3.2, February 202411 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoGPLv2commercial infoRestricted, free version availableOpen Source infoGPL version 2, commercial enterprise subscription availablecommercial
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 languageJavaCANSI C, C++C and C++
Server operating systemsLinuxserver-lessAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
FreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeyesschema-freeschema free, schema optional, schema required, partial schema,yes infoDynamic columns are supportedyes
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, bool, date, object_idyes, ANSI SQL Types, JSON, typed binary structuresyesyes
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.nonoyesno
Secondary indexesyesnoyesyesyes
SQL infoSupport of SQLANSI SQL for queries (using Apache Calcite)noyes, ANSI SQL with proprietary extensionsyes infowith proprietary extensionsyes
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
in-process shared libraryADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
ADO.NET
JDBC
ODBC
Proprietary native API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresnoyes info.Net, JavaScript, C/C++yes infoPL/SQL compatibility added with version 10.3PL/SQL
Triggersnoyesyesno
Partitioning methods infoMethods for storing different data on different nodesnoneFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningseveral options for horizontal partitioning and Shardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Multi-source replication
Source-replica replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityno infotypically not needed, however similar functionality with collection joins possibleyesyes infonot for MyISAM storage engineyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanotunable from ACID to Eventually ConsistentACID infonot for MyISAM storage engineACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoRead/Write Lockingyesyesyes
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyes infonot for in-memory storage engineyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes infowith MEMORY storage engineyes
User concepts infoAccess controlnoFine grained access rights according to SQL-standard with additional protections for filesfine grained access rights according to SQL-standardfine grained access rights according to SQL-standard
More information provided by the system vendor
Apache KylinEJDBFaircom DB infoformerly c-treeACEMariaDBTimesTen
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 KylinEJDBFaircom DB infoformerly c-treeACEMariaDBTimesTen
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

Migrating from ClickHouse to Apache Doris: Boosting OLAP Performance
9 October 2023, hackernoon.com

Introducing Kyligence Copilot: The AI Copilot for Data to Excel Your KPIs
23 August 2023, insideBIGDATA

Overhauling Apache Kylin for the cloud
18 November 2021, InfoWorld

eBay's Kylin Becomes a Top-Level Apache Open Source Project
9 December 2015, eBay Inc.

How Kyligence Cloud uses Amazon EMR Serverless to simplify OLAP | Amazon Web Services
9 November 2022, AWS Blog

provided by Google News

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

provided by Google News

Form 8.1 Opening Position Disclosure (MariaDB plc)
10 April 2024, Yahoo Finance

MariaDB (NYSE:MRDB) Shares Up 2.4%
13 April 2024, Defense World

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

MariaDB Receives Takeover Bid | DealFlow's SPAC News
29 March 2024, DealFlow's SPAC News

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

provided by Google News



Share this page

Featured Products

Neo4j logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Milvus logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Present your product here