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. Cubrid vs. Faircom DB vs. Hazelcast vs. IBM Db2 Event Store

System Properties Comparison Apache IoTDB vs. Cubrid vs. Faircom DB vs. Hazelcast vs. IBM Db2 Event Store

Editorial information provided by DB-Engines
NameApache IoTDB  Xexclude from comparisonCubrid  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonHazelcast  Xexclude from comparisonIBM Db2 Event Store  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 FlinkCUBRID is an open-source SQL-based relational database management system with object extensions for OLTPNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.A widely adopted in-memory data gridDistributed Event Store optimized for Internet of Things use cases
Primary database modelTime Series DBMSRelational DBMSKey-value store
Relational DBMS
Key-value storeEvent Store
Time Series DBMS
Secondary database modelsDocument store infoJSON support with IMDG 3.12
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.19
Rank#176  Overall
#15  Time Series DBMS
Score1.31
Rank#169  Overall
#78  Relational DBMS
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score6.87
Rank#55  Overall
#6  Key-value stores
Score0.23
Rank#316  Overall
#2  Event Stores
#28  Time Series DBMS
Websiteiotdb.apache.orgcubrid.com (korean)
cubrid.org (english)
www.faircom.com/­products/­faircom-dbhazelcast.comwww.ibm.com/­products/­db2-event-store
Technical documentationiotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmlcubrid.org/­manualsdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlhazelcast.org/­imdg/­docswww.ibm.com/­docs/­en/­db2-event-store
DeveloperApache Software FoundationCUBRID Corporation, CUBRID FoundationFairCom CorporationHazelcastIBM
Initial release20182008197920082017
Current release1.1.0, April 202311.0, January 2021V12, November 20205.3.6, November 20232.0
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoApache Version 2.0commercial infoRestricted, free version availableOpen Source infoApache Version 2; commercial licenses availablecommercial infofree developer edition 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++, JavaANSI C, C++JavaC and C++
Server operating systemsAll OS with a Java VM (>= 1.8)Linux
Windows
AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
All OS with a Java VMLinux infoLinux, macOS, Windows for the developer addition
Data schemeyesyesschema free, schema optional, schema required, partial schema,schema-freeyes
Typing infopredefined data types such as float or dateyesyesyes, ANSI SQL Types, JSON, typed binary structuresyesyes
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 infothe object must implement a serialization strategyno
Secondary indexesyesyesyesyesno
SQL infoSupport of SQLSQL-like query languageyesyes, ANSI SQL with proprietary extensionsSQL-like query languageyes infothrough the embedded Spark runtime
APIs and other access methodsJDBC
Native API
ADO.NET
JDBC
ODBC
OLE DB
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
JCache
JPA
Memcached protocol
RESTful HTTP API
ADO.NET
DB2 Connect
JDBC
ODBC
RESTful HTTP API
Supported programming languagesC
C#
C++
Go
Java
Python
Scala
C
C#
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
C
C#
C++
Cobol
Delphi
Fortran
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Scala
Visual Basic
Server-side scripts infoStored proceduresyesJava Stored Proceduresyes info.Net, JavaScript, C/C++yes infoEvent Listeners, Executor Servicesyes
Triggersyesyesyesyes infoEventsno
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning (by time range) + vertical partitioning (by deviceId)noneFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasSource-replica replicationyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).yes infoReplicated MapActive-active shard replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsIntegration with Hadoop and Sparknonoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Strong Consistency with Raft
Immediate ConsistencyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmEventual Consistency
Foreign keys infoReferential integritynoyesyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDtunable from ACID to Eventually Consistentone or two-phase-commit; repeatable reads; read commitedno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesNo - written data is immutable
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyesYes - Synchronous writes to local disk combined with replication and asynchronous writes in parquet format to permanent shared storage
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesyesyes
User concepts infoAccess controlyesfine grained access rights according to SQL-standardFine grained access rights according to SQL-standard with additional protections for filesRole-based access controlfine 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

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Apache IoTDBCubridFaircom DB infoformerly c-treeACEHazelcastIBM Db2 Event Store
Recent citations in the news

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

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

Intel Xeon Max Enjoying Some Performance Gains With Linux 6.6
12 October 2023, Phoronix

Benchmarking The Performance Impact To AMD Inception Mitigations
15 August 2023, Phoronix

provided by Google News

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

provided by Google News

Hazelcast 5.4 real time data processing platform boosts AI and consistency
17 April 2024, VentureBeat

Hazelcast Sets New Standards for AI Workloads with Platform 5.4 Enhancements
18 April 2024, Datanami

Hazelcast Weaves Wider Logic Threads Through The Data Fabric
7 March 2024, Forbes

Real-Time Data Platform Hazelcast Introduces New Chief Technology Officer Adrian Soars
7 November 2023, Finovate

Hazelcast Versus Redis: A Practical Comparison
4 January 2024, Database Trends and Applications

provided by Google News

Capture and Analyze XXL Data Streams with IBM Db2 Event Store 2.0
22 August 2019, IBM

IBM Builds New Ultra-Fast Platform for Hoovering Up and Analyzing Data from Anywhere
31 May 2018, Data Center Knowledge

Advancements in streaming data storage, real-time analysis and machine learning
25 July 2019, IBM

Best cloud databases of 2022
4 October 2022, ITPro

How IBM Is Turning Db2 into an 'AI Database'
3 June 2019, Datanami

provided by Google News



Share this page

Featured Products

Neo4j logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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

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

Present your product here