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 > Alibaba Cloud MaxCompute vs. Apache IoTDB vs. Faircom DB vs. HBase vs. TypeDB

System Properties Comparison Alibaba Cloud MaxCompute vs. Apache IoTDB vs. Faircom DB vs. HBase vs. TypeDB

Editorial information provided by DB-Engines
NameAlibaba Cloud MaxCompute  Xexclude from comparisonApache IoTDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonHBase  Xexclude from comparisonTypeDB infoformerly named Grakn  Xexclude from comparison
DescriptionMaxCompute (previously known as ODPS) is a general purpose, fully managed, multi-tenancy data processing platform for large-scale data warehousingAn IoT native database with high performance for data management and analysis, deployable on the edge and the cloud and integrated with Hadoop, Spark and FlinkNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Wide-column store based on Apache Hadoop and on concepts of BigTableTypeDB is a strongly-typed database with a rich and logical type system and TypeQL as its query language
Primary database modelRelational DBMS infoa graph-processing framework is available with the graphs being stored in tablesTime Series DBMSKey-value store
Relational DBMS
Wide column storeGraph DBMS
Relational DBMS infoOften described as a 'hyper-relational' database, since it implements the 'Entity-Relationship Paradigm' to manage complex data structures and ontologies.
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.77
Rank#214  Overall
#98  Relational DBMS
Score1.18
Rank#173  Overall
#15  Time Series DBMS
Score0.20
Rank#318  Overall
#48  Key-value stores
#141  Relational DBMS
Score30.50
Rank#26  Overall
#2  Wide column stores
Score0.65
Rank#234  Overall
#20  Graph DBMS
#107  Relational DBMS
Websitewww.alibabacloud.com/­product/­maxcomputeiotdb.apache.orgwww.faircom.com/­products/­faircom-dbhbase.apache.orgtypedb.com
Technical documentationwww.alibabacloud.com/­help/­en/­maxcomputeiotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmldocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlhbase.apache.org/­book.htmltypedb.com/­docs
DeveloperAlibabaApache Software FoundationFairCom CorporationApache Software Foundation infoApache top-level project, originally developed by PowersetVaticle
Initial release20162018197920082016
Current release1.1.0, April 2023V12, November 20202.3.4, January 20212.26.3, January 2024
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2.0commercial infoRestricted, free version availableOpen Source infoApache version 2Open Source infoGPL Version 3, commercial licenses available
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaANSI C, C++JavaJava
Server operating systemshostedAll OS with a Java VM (>= 1.8)AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
Unix
Windows infousing Cygwin
Linux
OS X
Windows
Data schemeyesyesschema free, schema optional, schema required, partial schema,schema-free, schema definition possibleyes
Typing infopredefined data types such as float or dateyesyesyes, ANSI SQL Types, JSON, typed binary structuresoptions to bring your own types, AVROyes
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.nonononono
Secondary indexesnoyesyesnoyes
SQL infoSupport of SQLSQL-like query languageSQL-like query languageyes, ANSI SQL with proprietary extensionsnono
APIs and other access methodsFluentd
Flume
MaxCompute Console
JDBC
Native API
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
Java API
RESTful HTTP API
Thrift
gRPC protocol
TypeDB Console (shell)
TypeDB Studio (Visualisation software- previously TypeDB Workbase)
Supported programming languagesJavaC
C#
C++
Go
Java
Python
Scala
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C
C#
C++
Groovy
Java
PHP
Python
Scala
All JVM based languages
Groovy
Java
JavaScript (Node.js)
Python
Scala
Server-side scripts infoStored proceduresuser defined functions infoin Javayesyes info.Net, JavaScript, C/C++yes infoCoprocessors in Javano
Triggersnoyesyesyesno
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud servicehorizontal partitioning (by time range) + vertical partitioning (by deviceId)File partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningShardingSharding infoby using Cassandra
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Multi-source replication
Source-replica replication
Multi-source replication infoby using Cassandra
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesIntegration with Hadoop and Sparknoyesyes infoby using Apache Kafka and Apache Zookeeper
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Strong Consistency with Raft
Eventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate Consistency or Eventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyesnono infosubstituted by the relationship feature
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonotunable from ACID to Eventually ConsistentSingle row ACID (across millions of columns)ACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyesno
User concepts infoAccess controlAccess rights for users and rolesyesFine grained access rights according to SQL-standard with additional protections for filesAccess Control Lists (ACL) for RBAC, integration with Apache Ranger for RBAC & ABACyes infoat REST API level; other APIs in progress
More information provided by the system vendor
Alibaba Cloud MaxComputeApache IoTDBFaircom DB infoformerly c-treeACEHBaseTypeDB infoformerly named Grakn
Specific characteristicsTypeDB is a polymorphic database with a conceptual data model, a strong subtyping...
» more
Competitive advantagesTypeDB provides a new level of expressivity, extensibility, interoperability, and...
» more
Typical application scenariosLife sciences : TypeDB makes working with biological data much easier and accelerates...
» more
Licensing and pricing modelsApache f or language drivers, and AGPL and Commercial for the database server. The...
» more

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
Alibaba Cloud MaxComputeApache IoTDBFaircom DB infoformerly c-treeACEHBaseTypeDB infoformerly named Grakn
DB-Engines blog posts

Cloudera's HBase PaaS offering now supports Complex Transactions
11 August 2021,  Krishna Maheshwari (sponsor) 

Why is Hadoop not listed in the DB-Engines Ranking?
13 May 2013, Paul Andlinger

show all

Recent citations in the news

Alibaba Cloud Brings ‘MaxCompute’ Big Data Service To Europe
5 November 2019, Silicon UK

Alibaba Cloud introduces serverless AI solution to boost enterprise efficiency
31 January 2024, Backend News

Streaming Data Services Comparison: Alibaba Cloud, AWS, Azure, Google Cloud, IBM Cloud
20 January 2020, Wire19

How Big Data Platform Helped Power Last Year's Double 11
3 March 2020, DataDrivenInvestor

AWS, IBM, Microsoft, Google emerge Cloud DBMS leaders
22 December 2022, Daily Host News

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

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

provided by Google News

Best Practices from Rackspace for Modernizing a Legacy HBase/Solr Architecture Using AWS Services | Amazon Web ...
9 October 2023, AWS Blog

Less Components, Higher Performance: Apache Doris instead of ClickHouse, MySQL, Presto, and HBase
20 October 2023, hackernoon.com

HBase: The database big data left behind
6 May 2016, InfoWorld

What Is HBase? (Definition, Uses, Benefits, Features)
22 December 2022, Built In

HBase Tutorial
24 February 2023, Simplilearn

provided by Google News

An Enterprise Data Stack Using TypeDB | by Daniel Crowe
2 September 2021, Towards Data Science

Speedb Goes Open Source With Its Speedb Data Engine, A Drop-in Replacement for RocksDB
9 November 2022, Business Wire

Modelling Biomedical Data for a Drug Discovery Knowledge Graph
6 October 2020, Towards Data Science

195 Data Science Libraries You Should Reconsider Using | by Dimitris Effrosynidis
2 February 2024, DataDrivenInvestor

How Roche Discovered Novel Potential Gene Targets with TypeDB
8 June 2021, Towards Data Science

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.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Neo4j logo

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

Present your product here