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. IBM Cloudant vs. JaguarDB vs. OpenTSDB vs. TimesTen

System Properties Comparison CouchDB vs. IBM Cloudant vs. JaguarDB vs. OpenTSDB vs. TimesTen

Editorial information provided by DB-Engines
NameCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"  Xexclude from comparisonIBM Cloudant  Xexclude from comparisonJaguarDB  Xexclude from comparisonOpenTSDB  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionA native JSON - document store inspired by Lotus Notes, scalable from globally distributed server-clusters down to mobile phones.Database as a Service offering based on Apache CouchDBPerformant, highly scalable DBMS for AI and IoT applicationsScalable Time Series DBMS based on HBaseIn-Memory RDBMS compatible to Oracle
Primary database modelDocument storeDocument storeKey-value store
Vector DBMS
Time Series DBMSRelational DBMS
Secondary database modelsSpatial DBMS infousing the Geocouch extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score9.30
Rank#45  Overall
#7  Document stores
Score2.68
Rank#106  Overall
#20  Document stores
Score0.00
Rank#383  Overall
#60  Key-value stores
#13  Vector DBMS
Score1.68
Rank#146  Overall
#12  Time Series DBMS
Score1.31
Rank#163  Overall
#74  Relational DBMS
Websitecouchdb.apache.orgwww.ibm.com/­products/­cloudantwww.jaguardb.comopentsdb.netwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationdocs.couchdb.org/­en/­stablecloud.ibm.com/­docs/­Cloudantwww.jaguardb.com/­support.htmlopentsdb.net/­docs/­build/­html/­index.htmldocs.oracle.com/­database/­timesten-18.1
DeveloperApache Software Foundation infoApache top-level project, originally developed by Damien Katz, a former Lotus Notes developerIBM, Apache Software Foundation infoIBM acquired Cloudant in February 2014DataJaguar, Inc.currently maintained by Yahoo and other contributorsOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20052010201520111998
Current release3.3.3, December 20233.3 July 202311 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourceOpen Source infoApache version 2commercialOpen Source infoGPL V3.0Open Source infoLGPLcommercial
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageErlangErlangC++ infothe server part. Clients available in other languagesJava
Server operating systemsAndroid
BSD
Linux
OS X
Solaris
Windows
hostedLinuxLinux
Windows
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeschema-freeschema-freeyesschema-freeyes
Typing infopredefined data types such as float or datenonoyesnumeric data for metrics, strings for tagsyes
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.nonononono
Secondary indexesyes infovia viewsyesyesnoyes
SQL infoSupport of SQLnonoA subset of ANSI SQL is implemented infobut no views, foreign keys, triggersnoyes
APIs and other access methodsRESTful HTTP/JSON APIRESTful HTTP/JSON APIJDBC
ODBC
HTTP API
Telnet API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesC
C#
ColdFusion
Erlang
Haskell
Java
JavaScript
Lisp
Lua
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
Ruby
Smalltalk
C#
Java
JavaScript
Objective-C
PHP
Ruby
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Erlang
Go
Java
Python
R
Ruby
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresView functions in JavaScriptView functions (Map-Reduce) in JavaScriptnonoPL/SQL
Triggersyesyesnonono
Partitioning methods infoMethods for storing different data on different nodesSharding infoimproved architecture with release 2.0ShardingShardingSharding infobased on HBasenone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Multi-source replication
Source-replica replication
Multi-source replicationselectable replication factor infobased on HBaseMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyEventual ConsistencyEventual ConsistencyImmediate Consistency infobased on HBaseImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoatomic operations within a single document possibleno infoatomic operations within a document possiblenonoACID
Concurrency infoSupport for concurrent manipulation of datayes infostrategy: optimistic lockingyes infoOptimistic lockingyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes 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.nonononoyes
User concepts infoAccess controlAccess rights for users can be defined per databaseAccess rights for users can be defined per databaserights management via user accountsnofine grained access rights according to SQL-standard

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
CouchDB infostands for "Cluster Of Unreliable Commodity Hardware"IBM CloudantJaguarDBOpenTSDBTimesTen
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

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, 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

Cloudant Best (and Worst) Practices — Part 1
18 March 2019, ibm.com

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

IBM Code Engine and IBM Cloudant: Serverless Data and Infrastructure
16 August 2021, ibm.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

provided by Google News

Comparing Different Time-Series Databases
10 February 2022, hackernoon.com

Brain Monitoring with Kafka, OpenTSDB, and Grafana
5 August 2016, KDnuggets

MapR to help admins peer into dense Hadoop clusters
28 June 2016, SiliconANGLE News

MakeMyTrip travels forward in time using the power of open source
16 May 2017, Open Source For You

MapR-DB NoSQL Database Integrated into the MapR Distribution
17 October 2014, insideBIGDATA

provided by Google News

In-memory databases with Emulex Gen 7
25 October 2023, Broadcom Inc.

provided by Google News



Share this page

Featured Products

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Neo4j logo

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

Milvus logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

Present your product here