DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Blazegraph vs. Couchbase vs. IRONdb vs. NuoDB vs. Oracle Berkeley DB

System Properties Comparison Blazegraph vs. Couchbase vs. IRONdb vs. NuoDB vs. Oracle Berkeley DB

Editorial information provided by DB-Engines
NameBlazegraph  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonIRONdb  Xexclude from comparisonNuoDB  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparison
Amazon has acquired Blazegraph's domain and (probably) product. It is said that Amazon Neptune is based on Blazegraph.IRONdb seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionHigh-performance graph database supporting Semantic Web (RDF/SPARQL) and Graph Database (tinkerpop3, blueprints, vertex-centric) APIs with scale-out and High Availability.A 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 transactionsWidely used in-process key-value store
Primary database modelGraph DBMS
RDF store
Document storeTime Series DBMSRelational DBMSKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Secondary database modelsKey-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
Score0.75
Rank#219  Overall
#19  Graph DBMS
#8  RDF stores
Score17.30
Rank#36  Overall
#5  Document stores
Score0.89
Rank#198  Overall
#92  Relational DBMS
Score2.21
Rank#117  Overall
#20  Key-value stores
#3  Native XML DBMS
Websiteblazegraph.comwww.couchbase.comwww.circonus.com/solutions/time-series-database/www.3ds.com/­nuodb-distributed-sql-databasewww.oracle.com/­database/­technologies/­related/­berkeleydb.html
Technical documentationwiki.blazegraph.comdocs.couchbase.comdocs.circonus.com/irondb/category/getting-starteddoc.nuodb.comdocs.oracle.com/­cd/­E17076_05/­html/­index.html
DeveloperBlazegraphCouchbase, Inc.Circonus LLC.Dassault Systèmes infooriginally NuoDB, Inc.Oracle infooriginally developed by Sleepycat, which was acquired by Oracle
Initial release20062011201720131994
Current release2.1.5, March 2019Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 2023V0.10.20, January 201818.1.40, May 2020
License infoCommercial or Open SourceOpen Source infoextended commercial license availableOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablecommercialcommercial infolimited edition freeOpen Source infocommercial license available
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 languageJavaC, C++, Go and ErlangC and C++C++C, Java, C++ (depending on the Berkeley DB edition)
Server operating systemsLinux
OS X
Windows
Linux
OS X
Windows
Linuxhosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Data schemeschema-freeschema-freeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes infoRDF literal typesyesyes 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.nonoyes infoonly with the Berkeley DB XML edition
Secondary indexesyesyesnoyesyes
SQL infoSupport of SQLSPARQL is used as query languageSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesSQL-like query language (Circonus Analytics Query Language: CAQL)yesyes infoSQL interfaced based on SQLite is available
APIs and other access methodsJava API
RESTful HTTP API
SPARQL QUERY
SPARQL UPDATE
TinkerPop 3
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
Supported programming languages.Net
C
C++
Java
JavaScript
PHP
Python
Ruby
.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
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
Server-side scripts infoStored proceduresyesFunctions and timers in JavaScript and UDFs in Java, Python, SQL++yes, in LuaJava, SQLno
Triggersnoyes infovia the TAP protocolnoyesyes infoonly for the SQL API
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/writtennone
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication infoincluding cross data center replication
Source-replica replication
configurable replication factor, datacenter awareyes infoManaged transparently by NuoDBSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Immediate consistency per node, eventual consistency across nodesImmediate Consistency
Foreign keys infoReferential integrityyes infoRelationships in Graphsnonoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoACID infotunable commit protocolACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoMVCC
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.yes infoEphemeral bucketsnoyes infoTemporary tableyes
User concepts infoAccess controlSecurity and Authentication via Web Application Container (Tomcat, Jetty)User and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.noStandard SQL roles/ privileges, Administrative Usersno

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
BlazegraphCouchbase infoOriginally called MembaseIRONdbNuoDBOracle Berkeley DB
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

Back to the future: Does graph database success hang on query language?
5 March 2018, ZDNet

Harnessing GPUs Delivers a Big Speedup for Graph Analytics
15 December 2015, Datanami

This AI Paper Introduces A Comprehensive RDF Dataset With Over 26 Billion Triples Covering Scholarly Data Across All Scientific Disciplines
19 August 2023, MarkTechPost

Representation Learning on RDF* and LPG Knowledge Graphs
24 September 2020, Towards Data Science

Faster with GPUs: 5 turbocharged databases
26 September 2016, InfoWorld

provided by Google 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 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

Short Interest in Couchbase, Inc. (NASDAQ:BASE) Increases By 13.6%
30 April 2024, MarketBeat

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

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

Margo Seltzer Named ACM Athena Lecturer for Technical and Mentoring Contributions
26 April 2023, HPCwire

ACM recognizes far-reaching technical achievements with special awards
26 May 2021, EurekAlert

EC will investigate the Oracle/Sun takeover due to concerns about MySQL
3 September 2009, The Guardian

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular -- ADTmag
5 March 2019, ADT Magazine

The importance of bitcoin nodes and how to start one
9 May 2014, The Merkle News

provided by Google News



Share this page

Featured Products

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

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

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

Present your product here