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 IoTDB vs. Couchbase vs. H2 vs. NSDb vs. TimescaleDB

System Properties Comparison Apache IoTDB vs. Couchbase vs. H2 vs. NSDb vs. TimescaleDB

Editorial information provided by DB-Engines
NameApache IoTDB  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonH2  Xexclude from comparisonNSDb  Xexclude from comparisonTimescaleDB  Xexclude from comparison
DescriptionAn IoT native database with high performance for data management and analysis, deployable on the edge and the cloud and integrated with Hadoop, Spark and FlinkA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Scalable, High-performance Time Series DBMS designed for Real-time Analytics on top of KubernetesA time series DBMS optimized for fast ingest and complex queries, based on PostgreSQL
Primary database modelTime Series DBMSDocument storeRelational DBMSTime Series DBMSTime Series DBMS
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 DBMSRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.18
Rank#173  Overall
#15  Time Series DBMS
Score17.30
Rank#36  Overall
#5  Document stores
Score8.13
Rank#49  Overall
#31  Relational DBMS
Score0.00
Rank#383  Overall
#41  Time Series DBMS
Score4.64
Rank#71  Overall
#4  Time Series DBMS
Websiteiotdb.apache.orgwww.couchbase.comwww.h2database.comnsdb.iowww.timescale.com
Technical documentationiotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmldocs.couchbase.comwww.h2database.com/­html/­main.htmlnsdb.io/­Architecturedocs.timescale.com
DeveloperApache Software FoundationCouchbase, Inc.Thomas MuellerTimescale
Initial release20182011200520172017
Current release1.1.0, April 2023Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20232.2.220, July 20232.13.0, November 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoApache Version 2.0Open Source infoApache 2.0
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 ErlangJavaJava, ScalaC
Server operating systemsAll OS with a Java VM (>= 1.8)Linux
OS X
Windows
All OS with a Java VMLinux
macOS
Linux
OS X
Windows
Data schemeyesschema-freeyesyes
Typing infopredefined data types such as float or dateyesyesyesyes: int, bigint, decimal, stringnumerics, strings, booleans, arrays, JSON blobs, geospatial dimensions, currencies, binary data, other complex data types
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
Secondary indexesyesyesyesall fields are automatically indexedyes
SQL infoSupport of SQLSQL-like query languageSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesyesSQL-like query languageyes infofull PostgreSQL SQL syntax
APIs and other access methodsJDBC
Native API
CLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
JDBC
ODBC
gRPC
HTTP REST
WebSocket
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languagesC
C#
C++
Go
Java
Python
Scala
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
JavaJava
Scala
.Net
C
C++
Delphi
Java infoJDBC
JavaScript
Perl
PHP
Python
R
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresyesFunctions and timers in JavaScript and UDFs in Java, Python, SQL++Java Stored Procedures and User-Defined Functionsnouser defined functions, PL/pgSQL, PL/Tcl, PL/Perl, PL/Python, PL/Java, PL/PHP, PL/R, PL/Ruby, PL/Scheme, PL/Unix shell
Triggersyesyes infovia the TAP protocolyesyes
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning (by time range) + vertical partitioning (by deviceId)Automatic ShardingnoneShardingyes, across time and space (hash partitioning) attributes
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasMulti-source replication infoincluding cross data center replication
Source-replica replication
With clustering: 2 database servers on different computers operate on identical copies of a databaseSource-replica replication with hot standby and reads on replicas info
MapReduce infoOffers an API for user-defined Map/Reduce methodsIntegration with Hadoop and Sparkyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Strong Consistency with Raft
Eventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Immediate ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyesyesyesUsing Apache Luceneyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoEphemeral bucketsyesno
User concepts infoAccess controlyesUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.fine grained access rights according to SQL-standardfine grained access rights according to SQL-standard

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 IoTDBCouchbase infoOriginally called MembaseH2NSDbTimescaleDB
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

TsFile: A Standard Format for IoT Time Series Data
27 February 2024, The New Stack

Linux 6.5 With AMD P-State EPP Default Brings Performance & Power Efficiency Benefits For Ryzen Servers
21 September 2023, Phoronix

AMD EPYC 8324P / 8324PN Siena 32-Core Siena Linux Server Performance Review
10 October 2023, Phoronix

Apache Promotes IoT Database Project
25 September 2020, Datanami

IoTDB Provides Data Management for Industrial Edge IT
15 October 2020, The New Stack

provided by Google News

Couchbase Survey Finds Enterprises Plan Massive Spend on AI, with Over $21M Allocated in 2023-24
6 May 2024, Datanami

Couchbase Archives
7 May 2024, insideBIGDATA

Couchbase helps enterprise developers build always-on apps
7 May 2024, Total Telecom

With 67% ownership in Couchbase, Inc. (NASDAQ:BASE), institutional investors have a lot riding on the business
3 May 2024, Simply Wall St

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

provided by Google News

TimescaleDB Is a Vector Database Now, Too
25 September 2023, Datanami

Timescale Acquires PopSQL to Bring a Modern, Collaborative SQL GUI to PostgreSQL Developers
4 April 2024, PR Newswire

Power IoT and time-series workloads with TimescaleDB for Azure Database for PostgreSQL
18 March 2019, azure.microsoft.com

Timescale Valuation Rockets to Over $1B with $110M Round, Marking the Explosive Rise of Time-Series Data
22 February 2022, Business Wire

Visualizing IoT Data at Scale With Hopara and TimescaleDB
16 May 2023, Embedded Computing Design

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here