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 > Apache Drill vs. Couchbase vs. CouchDB vs. IRONdb vs. Oracle Berkeley DB

System Properties Comparison Apache Drill vs. Couchbase vs. CouchDB vs. IRONdb vs. Oracle Berkeley DB

Editorial information provided by DB-Engines
NameApache Drill  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"  Xexclude from comparisonIRONdb  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparison
IRONdb seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionSchema-free SQL Query Engine for Hadoop, NoSQL and Cloud StorageA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseA native JSON - document store inspired by Lotus Notes, scalable from globally distributed server-clusters down to mobile phones.A distributed Time Series DBMS with a focus on scalability, fault tolerance and operational simplicityWidely used in-process key-value store
Primary database modelDocument store
Relational DBMS
Document storeDocument storeTime Series 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
Spatial DBMS infousing the Geocouch extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.95
Rank#127  Overall
#23  Document stores
#60  Relational DBMS
Score17.30
Rank#36  Overall
#5  Document stores
Score9.30
Rank#45  Overall
#7  Document stores
Score2.21
Rank#117  Overall
#20  Key-value stores
#3  Native XML DBMS
Websitedrill.apache.orgwww.couchbase.comcouchdb.apache.orgwww.circonus.com/solutions/time-series-database/www.oracle.com/­database/­technologies/­related/­berkeleydb.html
Technical documentationdrill.apache.org/­docsdocs.couchbase.comdocs.couchdb.org/­en/­stabledocs.circonus.com/irondb/category/getting-starteddocs.oracle.com/­cd/­E17076_05/­html/­index.html
DeveloperApache Software FoundationCouchbase, Inc.Apache Software Foundation infoApache top-level project, originally developed by Damien Katz, a former Lotus Notes developerCirconus LLC.Oracle infooriginally developed by Sleepycat, which was acquired by Oracle
Initial release20122011200520171994
Current release1.20.3, January 2023Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20233.3.3, December 2023V0.10.20, January 201818.1.40, May 2020
License infoCommercial or Open SourceOpen Source infoApache Version 2Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Source infoApache version 2commercialOpen 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 languageC, C++, Go and ErlangErlangC and C++C, Java, C++ (depending on the Berkeley DB edition)
Server operating systemsLinux
OS X
Windows
Linux
OS X
Windows
Android
BSD
Linux
OS X
Solaris
Windows
LinuxAIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Data schemeschema-freeschema-freeschema-freeschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesnoyes infotext, numeric, histogramsno
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.nononoyes infoonly with the Berkeley DB XML edition
Secondary indexesnoyesyes infovia viewsnoyes
SQL infoSupport of SQLSQL SELECT statement is SQL:2003 compliantSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesnoSQL-like query language (Circonus Analytics Query Language: CAQL)yes infoSQL interfaced based on SQLite is available
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
CLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
RESTful HTTP/JSON APIHTTP API
Supported programming languagesC++.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
C
C#
ColdFusion
Erlang
Haskell
Java
JavaScript
Lisp
Lua
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
Ruby
Smalltalk
.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Lua
Perl
PHP
Python
R
Ruby
Rust
Scala
.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 proceduresuser defined functionsFunctions and timers in JavaScript and UDFs in Java, Python, SQL++View functions in JavaScriptyes, in Luano
Triggersnoyes infovia the TAP protocolyesnoyes infoonly for the SQL API
Partitioning methods infoMethods for storing different data on different nodesShardingAutomatic ShardingSharding infoimproved architecture with release 2.0Automatic, metric affinity per nodenone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication infoincluding cross data center replication
Source-replica replication
Multi-source replication
Source-replica replication
configurable replication factor, datacenter awareSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Eventual ConsistencyImmediate consistency per node, eventual consistency across nodes
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDno infoatomic operations within a single document possiblenoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infostrategy: optimistic lockingyes
Durability infoSupport for making data persistentDepending on the underlying data sourceyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.Depending on the underlying data sourceyes infoEphemeral bucketsnonoyes
User concepts infoAccess controlDepending on the underlying data sourceUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.Access rights for users can be defined per databasenono

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
Apache DrillCouchbase infoOriginally called MembaseCouchDB infostands for "Cluster Of Unreliable Commodity Hardware"IRONdbOracle 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

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

Apache Drill case study: A tutorial on processing CSV files
9 June 2016, TheServerSide.com

Analyse Kafka messages with SQL queries using Apache Drill
23 September 2019, Towards Data Science

Apache Drill Poised to Crack Tough Data Challenges
19 May 2015, Datanami

Apache Drill Eliminates ETL, Data Transformation for MapR Database
11 April 2016, The New Stack

Drill Mines Diverse Data Sets, Google Style
20 May 2015, The Next Platform

provided by Google News

11 Analysts Have This To Say About Couchbase
22 May 2024, Markets Insider

UBS Starts Couchbase Inc (BASE) at Neutral
22 May 2024, StreetInsider.com

Couchbase (NASDAQ:BASE) Earns Neutral Rating from Analysts at UBS Group
22 May 2024, MarketBeat

UBS Neutral on Couchbase stock citing Capella's growth potential
22 May 2024, Investing.com

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

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

Tracking Expenses with CouchDB and Angular — SitePoint
28 August 2014, SitePoint

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

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

Margo I. Seltzer | Berkman Klein Center
18 August 2020, Berkman Klein Center

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

How to store financial market data for backtesting
26 January 2019, Towards Data Science

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

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.

Present your product here