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 > Bangdb vs. CouchDB vs. MarkLogic vs. Percona Server for MongoDB

System Properties Comparison Bangdb vs. CouchDB vs. MarkLogic vs. Percona Server for MongoDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"  Xexclude from comparisonMarkLogic  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphA native JSON - document store inspired by Lotus Notes, scalable from globally distributed server-clusters down to mobile phones.Operational and transactional Enterprise NoSQL databaseA drop-in replacement for MongoDB Community Edition with enterprise-grade features.
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Document storeDocument store
Native XML DBMS
RDF store infoas of version 7
Search engine
Document store
Secondary database modelsSpatial DBMSSpatial DBMS infousing the Geocouch extension
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
Score9.30
Rank#45  Overall
#7  Document stores
Score5.92
Rank#58  Overall
#10  Document stores
#1  Native XML DBMS
#1  RDF stores
#6  Search engines
Score0.52
Rank#254  Overall
#39  Document stores
Websitebangdb.comcouchdb.apache.orgwww.marklogic.comwww.percona.com/­mongodb/­software/­percona-server-for-mongodb
Technical documentationdocs.bangdb.comdocs.couchdb.org/­en/­stabledocs.marklogic.comdocs.percona.com/­percona-distribution-for-mongodb
DeveloperSachin Sinha, BangDBApache Software Foundation infoApache top-level project, originally developed by Damien Katz, a former Lotus Notes developerMarkLogic Corp.Percona
Initial release2012200520012015
Current releaseBangDB 2.0, October 20213.3.3, December 202311.0, December 20223.4.10-2.10, November 2017
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoApache version 2commercial inforestricted free version is availableOpen Source infoGPL Version 2
Cloud-based only infoOnly available as a cloud servicenononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC, C++ErlangC++C++
Server operating systemsLinuxAndroid
BSD
Linux
OS X
Solaris
Windows
Linux
OS X
Windows
Linux
Data schemeschema-freeschema-freeschema-free infoSchema can be enforcedschema-free
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsnoyesyes
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 indexesyes infosecondary, composite, nested, reverse, geospatialyes infovia viewsyesyes
SQL infoSupport of SQLSQL like support with command line toolnoyes infoSQL92no
APIs and other access methodsProprietary protocol
RESTful HTTP API
RESTful HTTP/JSON APIJava API
Node.js Client API
ODBC
proprietary Optic API infoProprietary Query API, introduced with version 9
RESTful HTTP API
SPARQL
WebDAV
XDBC
XQuery
XSLT
proprietary protocol using JSON
Supported programming languagesC
C#
C++
Java
Python
C
C#
ColdFusion
Erlang
Haskell
Java
JavaScript
Lisp
Lua
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
Ruby
Smalltalk
C
C#
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
Server-side scripts infoStored proceduresnoView functions in JavaScriptyes infovia XQuery or JavaScriptJavaScript
Triggersyes, Notifications (with Streaming only)yesyesno
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmSharding infoimproved architecture with release 2.0ShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)Multi-source replication
Source-replica replication
yesSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesyes infovia Hadoop Connector, HDFS Direct Access and in-database MapReduce jobsyes
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyEventual ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoatomic operations within a single document possibleACID infocan act as a resource manager in an XA/JTA transactionno
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyes infostrategy: optimistic lockingyesyes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyesyes
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 modenoyes, with Range Indexesyes infovia In-Memory Engine
User concepts infoAccess controlyes (enterprise version only)Access rights for users can be defined per databaseRole-based access control at the document and subdocument levelsAccess rights for users and roles

More information provided by the system vendor

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

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
BangdbCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"MarkLogicPercona Server for MongoDB
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

Recent citations in the news

How to install the CouchDB NoSQL database on Debian Server 11
16 June 2022, TechRepublic

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

CouchDB 3.0 puts safety first
27 February 2020, InfoWorld

CouchDB 3.0 ends admin party era • DEVCLASS
27 February 2020, DevClass

How to Connect Your Flask App With CouchDB: A NoSQL Database - MUO
14 August 2021, MakeUseOf

provided by Google News

MarkLogic “The NoSQL Database”. In the MarkLogic Query Console, you can… | by Abhay Srivastava | Apr, 2024
23 April 2024, Medium

Database Platform to Simplify Complex Data | Progress Marklogic
7 February 2023, Progress Software

ABN AMRO Moves Progress-Powered Credit Store App to Azure Cloud; Achieves 40% Faster Data Processing, Lower ...
12 March 2024, GlobeNewswire

Seven Quick Steps to Setting Up MarkLogic Server in Kubernetes
1 February 2024, release.nl

Progress's $355m move for MarkLogic sets the tone for 2023
4 January 2023, The Stack

provided by Google News

5 Reasons to Run MongoDB on Kubernetes
6 March 2024, The New Stack

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

Unlock MongoDB's Full Potential: Ensuring Post-Upgrade Success
22 February 2024, The New Stack

Percona launches management system aimed at open-source databases
17 May 2022, The Register

6 keys to MongoDB database security
22 May 2019, InfoWorld

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.

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

AllegroGraph logo

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

Milvus logo

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

Present your product here