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. Fujitsu Enterprise Postgres vs. HEAVY.AI vs. InfinityDB vs. KeyDB

System Properties Comparison CouchDB vs. Fujitsu Enterprise Postgres vs. HEAVY.AI vs. InfinityDB vs. KeyDB

Editorial information provided by DB-Engines
NameCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"  Xexclude from comparisonFujitsu Enterprise Postgres  Xexclude from comparisonHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022  Xexclude from comparisonInfinityDB  Xexclude from comparisonKeyDB  Xexclude from comparison
DescriptionA native JSON - document store inspired by Lotus Notes, scalable from globally distributed server-clusters down to mobile phones.Enterprise-grade PostgreSQL-based DBMS with security enhancements such as Transparent Data Encryption and Data Masking, plus high-availability and performance improvement features.A high performance, column-oriented RDBMS, specifically developed to harness the massive parallelism of modern CPU and GPU hardwareA Java embedded Key-Value Store which extends the Java Map interfaceAn ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocols
Primary database modelDocument storeRelational DBMSRelational DBMSKey-value storeKey-value store
Secondary database modelsSpatial DBMS infousing the Geocouch extensionDocument store
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score9.30
Rank#45  Overall
#7  Document stores
Score0.31
Rank#285  Overall
#129  Relational DBMS
Score1.77
Rank#141  Overall
#65  Relational DBMS
Score0.00
Rank#378  Overall
#57  Key-value stores
Score0.71
Rank#226  Overall
#33  Key-value stores
Websitecouchdb.apache.orgwww.postgresql.fastware.comgithub.com/­heavyai/­heavydb
www.heavy.ai
boilerbay.comgithub.com/­Snapchat/­KeyDB
keydb.dev
Technical documentationdocs.couchdb.org/­en/­stablewww.postgresql.fastware.com/­product-manualsdocs.heavy.aiboilerbay.com/­infinitydb/­manualdocs.keydb.dev
DeveloperApache Software Foundation infoApache top-level project, originally developed by Damien Katz, a former Lotus Notes developerPostgreSQL Global Development Group, Fujitsu Australia Software TechnologyHEAVY.AI, Inc.Boiler Bay Inc.EQ Alpha Technology Ltd.
Initial release2005201620022019
Current release3.3.3, December 2023Fujitsu Enterprise Postgres 14, January 20225.10, January 20224.0
License infoCommercial or Open SourceOpen Source infoApache version 2commercialOpen Source infoApache Version 2; enterprise edition availablecommercialOpen Source infoBSD-3
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 languageErlangCC++ and CUDAJavaC++
Server operating systemsAndroid
BSD
Linux
OS X
Solaris
Windows
Linux
Windows
LinuxAll OS with a Java VMLinux
Data schemeschema-freeyesyesyes infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeschema-free
Typing infopredefined data types such as float or datenoyesyesyes infoall Java primitives, Date, CLOB, BLOB, huge sparse arrayspartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexes
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.nononono
Secondary indexesyes infovia viewsyesnono infomanual creation possible, using inversions based on multi-value capabilityyes infoby using the Redis Search module
SQL infoSupport of SQLnoyesyesnono
APIs and other access methodsRESTful HTTP/JSON APIADO.NET
JDBC
native C library
ODBC
streaming API for large objects
JDBC
ODBC
Thrift
Vega
Access via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
Proprietary protocol infoRESP - REdis Serialization Protoco
Supported programming languagesC
C#
ColdFusion
Erlang
Haskell
Java
JavaScript
Lisp
Lua
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
Ruby
Smalltalk
.Net
C
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
All languages supporting JDBC/ODBC/Thrift
Python
JavaC
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Server-side scripts infoStored proceduresView functions in JavaScriptuser defined functionsnonoLua
Triggersyesyesnonono
Partitioning methods infoMethods for storing different data on different nodesSharding infoimproved architecture with release 2.0partitioning by range, list and by hashSharding infoRound robinnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Source-replica replicationMulti-source replicationnoneMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency infoREAD-COMMITTED or SERIALIZEDEventual Consistency
Strong eventual consistency with CRDTs
Foreign keys infoReferential integritynoyesnono infomanual creation possible, using inversions based on multi-value capabilityno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoatomic operations within a single document possibleACIDnoACID infoOptimistic locking for transactions; no isolation for bulk loadsOptimistic locking, atomic execution of commands blocks and scripts
Concurrency infoSupport for concurrent manipulation of datayes infostrategy: optimistic lockingyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logs
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnoyes
User concepts infoAccess controlAccess rights for users can be defined per databasefine grained access rights according to SQL-standardfine grained access rights according to SQL-standardnosimple password-based access control and ACL
More information provided by the system vendor
CouchDB infostands for "Cluster Of Unreliable Commodity Hardware"Fujitsu Enterprise PostgresHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022InfinityDBKeyDB
Specific characteristics100% compatible with community PostgreSQL
» more
Competitive advantagesBuilt-in TDE and Data Masking security. In-Memory Columnar Index, and a high speed...
» more
Typical application scenariosTransactional payments applications, reporting and mixed workloads.
» more
Market metricsOver 30 years experience in database technology. Over 20 years in Postgres development...
» more
Licensing and pricing modelsCore based licensing
» 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

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"Fujitsu Enterprise PostgresHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022InfinityDBKeyDB
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

Fujitsu recognized as winner of 2023 Microsoft Japan Healthcare & Life Sciences Partner of the Year Award for its ...
28 June 2023, Fujitsu

Fujitsu Develops Column-Oriented Data-Processing Engine Enabling Fast, High-Volume Data Analysis in Database ...
26 February 2015, Fujitsu

Latest News
17 September 2020, IBM Newsroom

Primary Data says stop, Hammerspace, Innodisk cooks some SSDs, and Fujitsu goes blockchain
22 May 2018, The Register

DCPMM
1 August 2020, Fujitsu

provided by Google News

Big Data Analytics: A Game Changer for Infrastructure
13 July 2023, Spiceworks News and Insights

HEAVY.AI Launches HEAVY 7.0, Introducing Real-Time Machine Learning Capabilities
19 April 2023, businesswire.com

Making the most of geospatial intelligence
14 April 2023, InfoWorld

OmniSci Gets HEAVY New Name and New CEO
1 March 2022, Datanami

The insideBIGDATA IMPACT 50 List for Q4 2023
11 October 2023, insideBIGDATA

provided by Google News

Oh, snap! Snap snaps up database developer KeyDB
12 May 2022, TechCrunch

Snap Acquires KeyDB for Open-Source Services
17 May 2022, XR Today

Garnet–open-source faster cache-store speeds up applications, services
18 March 2024, Microsoft

Microsoft open-sources Garnet cache-store -- a Redis rival?
19 March 2024, The Stack

Redis 6 arrives with multithreading for faster I/O
30 April 2020, 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.

AllegroGraph logo

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

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

Neo4j logo

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

Present your product here