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 > Citus vs. Couchbase vs. IRONdb vs. NuoDB vs. Riak KV

System Properties Comparison Citus vs. Couchbase vs. IRONdb vs. NuoDB vs. Riak KV

Editorial information provided by DB-Engines
NameCitus  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonIRONdb  Xexclude from comparisonNuoDB  Xexclude from comparisonRiak KV  Xexclude from comparison
IRONdb seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionScalable hybrid operational and analytics RDBMS for big data use cases based on PostgreSQLA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseA distributed Time Series DBMS with a focus on scalability, fault tolerance and operational simplicityNuoDB is a webscale distributed database that supports SQL and ACID transactionsDistributed, fault tolerant key-value store
Primary database modelRelational DBMSDocument storeTime Series DBMSRelational DBMSKey-value store infowith links between data sets and object tags for the creation of secondary indexes
Secondary database modelsDocument storeKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.21
Rank#118  Overall
#56  Relational DBMS
Score17.30
Rank#36  Overall
#5  Document stores
Score0.89
Rank#198  Overall
#92  Relational DBMS
Score4.10
Rank#82  Overall
#9  Key-value stores
Websitewww.citusdata.comwww.couchbase.comwww.circonus.com/solutions/time-series-database/www.3ds.com/­nuodb-distributed-sql-database
Technical documentationdocs.citusdata.comdocs.couchbase.comdocs.circonus.com/irondb/category/getting-starteddoc.nuodb.comwww.tiot.jp/­riak-docs/­riak/­kv/­latest
DeveloperCouchbase, Inc.Circonus LLC.Dassault Systèmes infooriginally NuoDB, Inc.OpenSource, formerly Basho Technologies
Initial release20102011201720132009
Current release8.1, December 2018Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 2023V0.10.20, January 20183.2.0, December 2022
License infoCommercial or Open SourceOpen Source infoAGPL, commercial license also availableOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablecommercialcommercial infolimited edition freeOpen Source infoApache version 2, commercial enterprise edition
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 languageCC, C++, Go and ErlangC and C++C++Erlang
Server operating systemsLinuxLinux
OS X
Windows
Linuxhosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
Linux
OS X
Data schemeyesschema-freeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyesyesyes infotext, numeric, histogramsyesno
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.yes infospecific XML type available, but no XML query functionalitynonono
Secondary indexesyesyesnoyesrestricted
SQL infoSupport of SQLyes infostandard, with numerous extensionsSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesSQL-like query language (Circonus Analytics Query Language: CAQL)yesno
APIs and other access methodsADO.NET
JDBC
native C library
ODBC
streaming API for large objects
CLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
HTTP APIADO.NET
JDBC
ODBC
HTTP API
Native Erlang Interface
Supported programming languages.Net
C
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Lua
Perl
PHP
Python
R
Ruby
Rust
Scala
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
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 proceduresuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.Functions and timers in JavaScript and UDFs in Java, Python, SQL++yes, in LuaJava, SQLErlang
Triggersyesyes infovia the TAP protocolnoyesyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesShardingAutomatic ShardingAutomatic, metric affinity per nodedata is dynamically stored/cached on the nodes where it is read/writtenSharding infono "single point of failure"
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication infoother methods possible by using 3rd party extensionsMulti-source replication infoincluding cross data center replication
Source-replica replication
configurable replication factor, datacenter awareyes infoManaged transparently by NuoDBselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Immediate consistency per node, eventual consistency across nodesImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integrityyesnonoyesno infolinks between data sets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoACID infotunable commit protocolno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoMVCCyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoEphemeral bucketsnoyes infoTemporary table
User concepts infoAccess controlfine grained access rights according to SQL-standardUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.noStandard SQL roles/ privileges, Administrative Usersyes, 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
CitusCouchbase infoOriginally called MembaseIRONdbNuoDBRiak 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

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

Ubicloud wants to build an open source alternative to AWS
5 March 2024, TechCrunch

How Citus Health Uses AWS to Provide Secure and Real-Time Virtual Patient Care - AWS Startups
18 August 2023, AWS Blog

Microsoft Benchmarks Distributed PostgreSQL DBs
10 July 2023, Datanami

Distributed PostgreSQL Benchmarks: Azure Cosmos DB, CockroachDB, and YugabyteDB
8 July 2023, InfoQ.com

Microsoft acquires Citus Data, re-affirming its commitment to Open Source and accelerating Azure PostgreSQL ...
24 January 2019, Microsoft

provided by Google News

Couchbase Announces New Features to Accelerate AI-Powered Adaptive Applications for Customers
29 February 2024, PR Newswire

Couchbase's revenue grows 20% and its stock rises in extended trading
5 March 2024, SiliconANGLE News

Q4 Earnings Highs And Lows: Couchbase (NASDAQ:BASE) Vs The Rest Of The Data Storage Stocks
30 April 2024, The Globe and Mail

Couchbase Server and Capella to gain vector support
1 March 2024, InfoWorld

Couchbase (NASDAQ:BASE) Trading Down 4.4%
30 April 2024, MarketBeat

provided by Google News

Application observability firm Apica buys telemetry data startup Circonus and adds more funding
21 February 2024, SiliconANGLE News

Apica Acquires Telemetry Data Management Pioneer Circonus And Lands New Funding
22 February 2024, Datanami

Apica gets $6 million in funding and buys Circonus -
21 February 2024, Enterprise Times

provided by Google News

Paul DiLaura of Dassault Systemes Joins NuoDB Board of Directors
18 April 2024, Yahoo Singapore News

Paul DiLaura of Dassault Systemes Joins NuoDB Board of Directors
18 April 2024, Yahoo Movies UK

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

NuoDB set to improve distributed SQL performance
7 January 2020, TechTarget

provided by Google News

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

Riak NoSQL Database: Use Cases and Best Practices
23 December 2011, InfoQ.com

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

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.

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.

AllegroGraph logo

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

Present your product here