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 > etcd vs. FoundationDB vs. Google Cloud Firestore vs. MariaDB vs. Oracle Coherence

System Properties Comparison etcd vs. FoundationDB vs. Google Cloud Firestore vs. MariaDB vs. Oracle Coherence

Editorial information provided by DB-Engines
Nameetcd  Xexclude from comparisonFoundationDB  Xexclude from comparisonGoogle Cloud Firestore  Xexclude from comparisonMariaDB  Xexclude from comparisonOracle Coherence  Xexclude from comparison
Created as commercial project in 2013, FoundationDB has been acquired by Apple in March 2015 and was withdrawn from the market. As a consequence, the product was removed from the DB-Engines ranking. In April 2018, Apple open-sourced FoundationDB and it therefore reappears in the ranking.
DescriptionA distributed reliable key-value storeOrdered key-value store. Core features are complimented by layers.Cloud Firestore is an auto-scaling document database for storing, syncing, and querying data for mobile and web apps. It offers seamless integration with other Firebase and Google Cloud Platform products.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.Oracles in-memory data grid solution
Primary database modelKey-value storeDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Document storeRelational DBMSKey-value store
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
Score7.25
Rank#54  Overall
#5  Key-value stores
Score1.03
Rank#190  Overall
#31  Document stores
#28  Key-value stores
#89  Relational DBMS
Score7.85
Rank#51  Overall
#8  Document stores
Score93.21
Rank#13  Overall
#9  Relational DBMS
Score1.92
Rank#130  Overall
#22  Key-value stores
Websiteetcd.io
github.com/­etcd-io/­etcd
github.com/­apple/­foundationdbfirebase.google.com/­products/­firestoremariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
www.oracle.com/­java/­coherence
Technical documentationetcd.io/­docs
github.com/­etcd-io/­etcd/­tree/­master/­Documentation
apple.github.io/­foundationdbfirebase.google.com/­docs/­firestoremariadb.com/­kb/­en/­librarydocs.oracle.com/­en/­middleware/­standalone/­coherence
DeveloperFoundationDBGoogleMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Oracle
Initial release201320172009 infoFork of MySQL, which was first released in 19952007
Current release3.4, August 20196.2.28, November 202011.3.2, February 202414.1, August 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoApache 2.0commercialOpen Source infoGPL version 2, commercial enterprise subscription availablecommercial
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageGoC++C and C++Java
Server operating systemsFreeBSD
Linux
Windows infoexperimental
Linux
OS X
Windows
hostedFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
All OS with a Java VM
Data schemeschema-freeschema-free infosome layers support schemasschema-freeyes infoDynamic columns are supportedschema-free
Typing infopredefined data types such as float or datenono infosome layers support typingyesyesyes
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 indexesnonoyesyesno
SQL infoSupport of SQLnosupported in specific SQL layer onlynoyes infowith proprietary extensionsno
APIs and other access methodsgRPC
JSON over HTTP
Android
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
ADO.NET
JDBC
ODBC
Proprietary native API
JCache
JPA
RESTful HTTP API
Supported programming languages.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Rust
Scala
Tcl
.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
Go
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
Ada
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C++
Java
Server-side scripts infoStored proceduresnoin SQL-layer onlyyes, Firebase Rules & Cloud Functionsyes infoPL/SQL compatibility added with version 10.3no
Triggersyes, watching key changesnoyes, with Cloud Functionsyesyes infoLive Events
Partitioning methods infoMethods for storing different data on different nodesShardingShardingseveral options for horizontal partitioning and ShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.yesMulti-source replicationMulti-source replication
Source-replica replication
yes, with selectable consistency level
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoUsing Cloud Dataflownono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyLinearizable consistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynoin SQL-layer onlynoyes infonot for MyISAM storage engineno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDyesACID infonot for MyISAM storage engineconfigurable
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infonot for in-memory storage engineyes infooptionally
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infowith MEMORY storage engineyes
User concepts infoAccess controlnonoAccess rights for users, groups and roles based on Google Cloud Identity and Access Management. Security Rules for 3rd party authentication using Firebase Auth.fine grained access rights according to SQL-standardauthentification to access the cache via certificates or http basic authentication
More information provided by the system vendor
etcdFoundationDBGoogle Cloud FirestoreMariaDBOracle Coherence
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
etcdFoundationDBGoogle Cloud FirestoreMariaDBOracle Coherence
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

show all

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

Monitor Amazon EKS Control Plane metrics using AWS Open Source monitoring services | Amazon Web Services
12 October 2023, AWS Blog

How can corporates use the ETCD platform to hedge their forex? Gaurang Somaiya explains
4 August 2023, The Economic Times

ETCD directives don't go well with RBI's stellar reputation
14 April 2024, Business Standard

RBI holds firm on rupee derivatives stance, defers norm implementation to May 3
4 April 2024, The Hindu

RBI reiterates need for underlying forex exposure for rupee derivatives transactions | Mint
5 April 2024, Mint

provided by Google News

FoundationDB team's new venture, Antithesis, raises $47M to enhance software testing
13 February 2024, SiliconANGLE News

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

Antithesis raises $47M to launch an automated testing platform for software
13 February 2024, TechCrunch

Deno adds scaleable messaging with new Queues feature, sparks debate about proprietary services • DEVCLASS
28 September 2023, DevClass

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15 March 2022, The Register

provided by Google News

Realtime vs Cloud Firestore: Which Firebase Database to go?
8 March 2024, Appinventiv

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google's Cloud Firestore is now generally available
31 January 2019, ZDNet

Google launches Cloud Firestore, a new document database for app developers
3 October 2017, TechCrunch

Firestore and Python | NoSQL on Google Cloud
7 August 2020, Towards Data Science

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

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

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

provided by Google News

Microservices with Major New Coherence and Helidon Releases
9 August 2022, blogs.oracle.com

Nike achieves scalability and performance with Oracle Coherence & Exadata
20 December 2012, blogs.oracle.com

Use your Universal Credits with Oracle WebLogic Server for OKE
15 October 2020, blogs.oracle.com

New solutions for Oracle WebLogic on Azure Virtual Machines
1 April 2021, azure.microsoft.com

GridGain: Product Overview and Analysis
5 June 2019, eWeek

provided by Google News



Share this page

Featured Products

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

RaimaDB logo

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

Neo4j logo

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

Present your product here