DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Bangdb vs. Couchbase vs. Ehcache vs. IBM Cloudant vs. MariaDB

System Properties Comparison Bangdb vs. Couchbase vs. Ehcache vs. IBM Cloudant vs. MariaDB

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonEhcache  Xexclude from comparisonIBM Cloudant  Xexclude from comparisonMariaDB  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseA widely adopted Java cache with tiered storage optionsDatabase as a Service offering based on Apache CouchDBMySQL 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 modelDocument store
Graph DBMS
Time Series DBMS
Document storeKey-value storeDocument storeRelational DBMS
Secondary database modelsSpatial DBMSKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
Document store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score17.30
Rank#36  Overall
#5  Document stores
Score4.89
Rank#67  Overall
#8  Key-value stores
Score2.68
Rank#106  Overall
#20  Document stores
Score93.21
Rank#13  Overall
#9  Relational DBMS
Websitebangdb.comwww.couchbase.comwww.ehcache.orgwww.ibm.com/­products/­cloudantmariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
Technical documentationdocs.bangdb.comdocs.couchbase.comwww.ehcache.org/­documentationcloud.ibm.com/­docs/­Cloudantmariadb.com/­kb/­en/­library
DeveloperSachin Sinha, BangDBCouchbase, Inc.Terracotta Inc, owned by Software AGIBM, Apache Software Foundation infoIBM acquired Cloudant in February 2014MariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Initial release20122011200920102009 infoFork of MySQL, which was first released in 1995
Current releaseBangDB 2.0, October 2021Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20233.10.0, March 202211.3.2, February 2024
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Source infoApache Version 2; commercial licenses availablecommercialOpen Source infoGPL version 2, commercial enterprise subscription available
Cloud-based only infoOnly available as a cloud servicenononoyesno
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 languageC, C++C, C++, Go and ErlangJavaErlangC and C++
Server operating systemsLinuxLinux
OS X
Windows
All OS with a Java VMhostedFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Data schemeschema-freeschema-freeschema-freeschema-freeyes infoDynamic columns are supported
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyesnoyes
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.nononoyes
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyesnoyesyes
SQL infoSupport of SQLSQL like support with command line toolSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesnonoyes infowith proprietary extensions
APIs and other access methodsProprietary protocol
RESTful HTTP API
CLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
JCacheRESTful HTTP/JSON APIADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesC
C#
C++
Java
Python
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
JavaC#
Java
JavaScript
Objective-C
PHP
Ruby
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 proceduresnoFunctions and timers in JavaScript and UDFs in Java, Python, SQL++noView functions (Map-Reduce) in JavaScriptyes infoPL/SQL compatibility added with version 10.3
Triggersyes, Notifications (with Streaming only)yes infovia the TAP protocolyes infoCache Event Listenersyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmAutomatic ShardingSharding infoby using Terracotta ServerShardingseveral options for horizontal partitioning and Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)Multi-source replication infoincluding cross data center replication
Source-replica replication
yes infoby using Terracotta ServerMulti-source replication
Source-replica replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Tunable Consistency (Strong, Eventual, Weak)Eventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononoyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDyes infosupports JTA and can work as an XA resourceno infoatomic operations within a document possibleACID infonot for MyISAM storage engine
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyesyes infoOptimistic lockingyes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyes infousing a tiered cache-storage approachyesyes 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.yes, run db with in-memory only modeyes infoEphemeral bucketsyesnoyes infowith MEMORY storage engine
User concepts infoAccess controlyes (enterprise version only)User and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.noAccess rights for users can be defined per databasefine grained access rights according to SQL-standard
More information provided by the system vendor
BangdbCouchbase infoOriginally called MembaseEhcacheIBM CloudantMariaDB
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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more
Navicat 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
BangdbCouchbase infoOriginally called MembaseEhcacheIBM CloudantMariaDB
DB-Engines blog posts

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

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

Insider Sale: Matthew Cain Sells 10,053 Shares of Couchbase Inc (BASE)
18 May 2024, Yahoo Finance

Couchbase Announces New Features to Accelerate AI-Powered Adaptive Applications for Customers
29 February 2024, PR Newswire

Baird Maintains Couchbase (BASE) Outperform Recommendation
17 May 2024, MSN

Couchbase's database gets support for vector search and retrieval-augmented generation
29 February 2024, SiliconANGLE News

Couchbase Server and Capella to gain vector support
1 March 2024, InfoWorld

provided by Google News

Atlassian asks customers to patch critical Jira vulnerability
22 July 2021, BleepingComputer

Critical Jira Flaw in Atlassian Could Lead to RCE
22 July 2021, Threatpost

DZone Coding Java JBoss 5 to 7 in 11 steps
9 January 2014, dzone.com

provided by Google News

Cloudant Best (and Worst) Practices — Part 1
18 March 2019, IBM

Intro to Enterprise Cloud Storage: How to Set Up a Cloudant Database
1 December 2014, Linux.com

IBM Expands Cloud Database Services with Kubernetes
26 September 2019, EnterpriseAI

IBM to Purchase Cloudant Database as a service (DBaaS) Provider
22 March 2014, App Developer Magazine

IBM Code Engine and IBM Cloudant: Serverless Data and Infrastructure
16 August 2021, IBM

provided by Google News

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

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

MariaDB Board Changes Post-Promissory Note Acquisition - TipRanks.com
30 April 2024, TipRanks

AMD EPYC 4004 Benchmarks: Outperforming Intel Xeon E-2400 With Performance, Efficiency & Value Review
21 May 2024, Phoronix

ServiceNow trades MariaDB for RaptorDB (PostgreSQL)
13 May 2024, Techzine Europe

provided by Google News



Share this page

Featured Products

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.

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

SingleStore logo

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

Present your product here