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 > CouchDB vs. Microsoft Azure Cosmos DB vs. Oracle Coherence vs. Riak KV

System Properties Comparison CouchDB vs. Microsoft Azure Cosmos DB vs. Oracle Coherence vs. Riak KV

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonOracle Coherence  Xexclude from comparisonRiak KV  Xexclude from comparison
DescriptionA native JSON - document store inspired by Lotus Notes, scalable from globally distributed server-clusters down to mobile phones.Globally distributed, horizontally scalable, multi-model database serviceOracles in-memory data grid solutionDistributed, fault tolerant key-value store
Primary database modelDocument storeDocument store
Graph DBMS
Key-value store
Wide column store
Key-value storeKey-value store infowith links between data sets and object tags for the creation of secondary indexes
Secondary database modelsSpatial DBMS infousing the Geocouch extensionSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score10.26
Rank#45  Overall
#7  Document stores
Score29.85
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score2.02
Rank#131  Overall
#22  Key-value stores
Score4.44
Rank#80  Overall
#9  Key-value stores
Websitecouchdb.apache.orgazure.microsoft.com/­services/­cosmos-dbwww.oracle.com/­java/­coherence
Technical documentationdocs.couchdb.org/­en/­stablelearn.microsoft.com/­azure/­cosmos-dbdocs.oracle.com/­en/­middleware/­standalone/­coherencewww.tiot.jp/­riak-docs/­riak/­kv/­latest
DeveloperApache Software Foundation infoApache top-level project, originally developed by Damien Katz, a former Lotus Notes developerMicrosoftOracleOpenSource, formerly Basho Technologies
Initial release2005201420072009
Current release3.3.3, December 202314.1, August 20233.2.0, December 2022
License infoCommercial or Open SourceOpen Source infoApache version 2commercialcommercialOpen Source infoApache version 2, commercial enterprise edition
Cloud-based only infoOnly available as a cloud servicenoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageErlangJavaErlang
Server operating systemsAndroid
BSD
Linux
OS X
Solaris
Windows
hostedAll OS with a Java VMLinux
OS X
Data schemeschema-freeschema-freeschema-freeschema-free
Typing infopredefined data types such as float or datenoyes infoJSON typesyesno
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.nonono
Secondary indexesyes infovia viewsyes infoAll properties auto-indexed by defaultnorestricted
SQL infoSupport of SQLnoSQL-like query languagenono
APIs and other access methodsRESTful HTTP/JSON APIDocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
JCache
JPA
RESTful HTTP API
HTTP API
Native Erlang Interface
Supported programming languagesC
C#
ColdFusion
Erlang
Haskell
Java
JavaScript
Lisp
Lua
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
Ruby
Smalltalk
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
.Net
C++
Java
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Server-side scripts infoStored proceduresView functions in JavaScriptJavaScriptnoErlang
TriggersyesJavaScriptyes infoLive Eventsyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesSharding infoimproved architecture with release 2.0Sharding infoImplicit feature of the cloud serviceShardingSharding infono "single point of failure"
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
yes infoImplicit feature of the cloud serviceyes, with selectable consistency levelselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsyeswith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*noyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Eventual Consistency
Immediate Consistency
Eventual Consistency
Foreign keys infoReferential integritynononono infolinks between data sets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoatomic operations within a single document possibleMulti-item ACID transactions with snapshot isolation within a partitionconfigurableno
Concurrency infoSupport for concurrent manipulation of datayes infostrategy: optimistic lockingyesyesyes
Durability infoSupport for making data persistentyesyesyes infooptionallyyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes
User concepts infoAccess controlAccess rights for users can be defined per databaseAccess rights can be defined down to the item levelauthentification to access the cache via certificates or http basic authenticationyes, using Riak Security

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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
CouchDB infostands for "Cluster Of Unreliable Commodity Hardware"Microsoft Azure Cosmos DB infoformer name was Azure DocumentDBOracle CoherenceRiak KV
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 ends admin party era • DEVCLASS
27 February 2020, DevClass

CouchDB 3.0 puts safety first
27 February 2020, InfoWorld

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

provided by Google News

Public preview: Filtered vector search in vCore-based Azure Cosmos DB for MongoDB | Azure updates
24 April 2024, Microsoft

Public preview: Change partition key of a container in Azure Cosmos DB (NoSQL API) | Azure updates
27 March 2024, Microsoft

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10 November 2023, InfoQ.com

How to Migrate Azure Cosmos DB Databases | by Arwin Lashawn
25 August 2023, DataDrivenInvestor

Azure Cosmos DB joins the AI toolchain
23 May 2023, InfoWorld

provided by Google News

Microservices with Major New Coherence and Helidon Releases
9 August 2022, Oracle

Nike achieves scalability and performance with Oracle Coherence & Exadata
20 December 2012, Oracle

Oracle releases free open source Oracle Coherence community edition
28 June 2020, iTWire

New solutions for Oracle WebLogic on Azure Virtual Machines
1 April 2021, Microsoft

Oracle launches Oracle Banking Cloud Services - ThePaypers
8 February 2023, The Paypers

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13 January 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6 October 2015, The Register

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.

SingleStore logo

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

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

Milvus logo

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

Present your product here