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

DBMS > CouchDB vs. EJDB vs. Hazelcast vs. TimesTen vs. VoltDB

System Properties Comparison CouchDB vs. EJDB vs. Hazelcast vs. TimesTen vs. VoltDB

Editorial information provided by DB-Engines
NameCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"  Xexclude from comparisonEJDB  Xexclude from comparisonHazelcast  Xexclude from comparisonTimesTen  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionA native JSON - document store inspired by Lotus Notes, scalable from globally distributed server-clusters down to mobile phones.Embeddable document-store database library with JSON representation of queries (in MongoDB style)A widely adopted in-memory data gridIn-Memory RDBMS compatible to OracleDistributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memory
Primary database modelDocument storeDocument storeKey-value storeRelational DBMSRelational DBMS
Secondary database modelsSpatial DBMS infousing the Geocouch extensionDocument store infoJSON support with IMDG 3.12
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score9.30
Rank#45  Overall
#7  Document stores
Score0.27
Rank#297  Overall
#44  Document stores
Score5.97
Rank#57  Overall
#6  Key-value stores
Score1.31
Rank#163  Overall
#74  Relational DBMS
Score1.44
Rank#158  Overall
#73  Relational DBMS
Websitecouchdb.apache.orggithub.com/­Softmotions/­ejdbhazelcast.comwww.oracle.com/­database/­technologies/­related/­timesten.htmlwww.voltdb.com
Technical documentationdocs.couchdb.org/­en/­stablegithub.com/­Softmotions/­ejdb/­blob/­master/­README.mdhazelcast.org/­imdg/­docsdocs.oracle.com/­database/­timesten-18.1docs.voltdb.com
DeveloperApache Software Foundation infoApache top-level project, originally developed by Damien Katz, a former Lotus Notes developerSoftmotionsHazelcastOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005VoltDB Inc.
Initial release20052012200819982010
Current release3.3.3, December 20235.3.6, November 202311 Release 2 (11.2.2.8.0)11.3, April 2022
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoGPLv2Open Source infoApache Version 2; commercial licenses availablecommercialOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageErlangCJavaJava, C++
Server operating systemsAndroid
BSD
Linux
OS X
Solaris
Windows
server-lessAll OS with a Java VMAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Linux
OS X infofor development
Data schemeschema-freeschema-freeschema-freeyesyes
Typing infopredefined data types such as float or datenoyes infostring, integer, double, bool, date, object_idyesyesyes
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.noyes infothe object must implement a serialization strategyno
Secondary indexesyes infovia viewsnoyesyesyes
SQL infoSupport of SQLnonoSQL-like query languageyesyes infoonly a subset of SQL 99
APIs and other access methodsRESTful HTTP/JSON APIin-process shared libraryJCache
JPA
Memcached protocol
RESTful HTTP API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Java API
JDBC
RESTful HTTP/JSON API
Supported programming languagesC
C#
ColdFusion
Erlang
Haskell
Java
JavaScript
Lisp
Lua
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
Ruby
Smalltalk
Actionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
C
C++
Java
PL/SQL
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresView functions in JavaScriptnoyes infoEvent Listeners, Executor ServicesPL/SQLJava
Triggersyesnoyes infoEventsnono
Partitioning methods infoMethods for storing different data on different nodesSharding infoimproved architecture with release 2.0noneShardingnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
noneyes infoReplicated MapMulti-source replication
Source-replica replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynono infotypically not needed, however similar functionality with collection joins possiblenoyesno infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoatomic operations within a single document possiblenoone or two-phase-commit; repeatable reads; read commitedACIDACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayes infostrategy: optimistic lockingyes infoRead/Write Lockingyesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyesyes infoby means of logfiles and checkpointsyes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlAccess rights for users can be defined per databasenoRole-based access controlfine grained access rights according to SQL-standardUsers and roles with access to stored procedures

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"EJDBHazelcastTimesTenVoltDB
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 Automate A Blog Post App Deployment With GitHub Actions, Node.js, CouchDB, and Aptible
4 December 2023, hackernoon.com

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

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

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

CouchDB 3.0 puts safety first
27 February 2020, InfoWorld

provided by Google News

Hazelcast Showcases Real-Time Data Platform at 2024 Gartner Summit
15 May 2024, Datanami

Hazelcast Weaves Wider Logic Threads Through The Data Fabric
7 March 2024, Forbes

Hazelcast 5.4 real time data processing platform boosts AI and consistency
17 April 2024, VentureBeat

Real-Time Data Platform Hazelcast Introduces New Chief Technology Officer Adrian Soars
7 November 2023, Finovate

Hazelcast to Demonstrate Power of Unified Platform for Real-Time and AI Applications at the ...
13 May 2024, WDRB

provided by Google News

Oracle starts peddling Exalytics in-memory appliance
12 March 2012, The Register

provided by Google News

Unveiling Volt Active Data's game-changing approach to limitless app performance
16 October 2023, YourStory

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31 August 2021, PR Newswire

VoltDB Turns to Real-Time Analytics with NewSQL Database
30 January 2014, Datanami

VoltDB Upgrades Power, Security of Its In-Memory Database
1 February 2017, eWeek

VoltDB Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

provided by Google News



Share this page

Featured Products

Neo4j logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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

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