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

DBMS > Alibaba Cloud MaxCompute vs. KairosDB vs. Microsoft Azure Data Explorer vs. NuoDB vs. Titan

System Properties Comparison Alibaba Cloud MaxCompute vs. KairosDB vs. Microsoft Azure Data Explorer vs. NuoDB vs. Titan

Editorial information provided by DB-Engines
NameAlibaba Cloud MaxCompute  Xexclude from comparisonKairosDB  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonNuoDB  Xexclude from comparisonTitan  Xexclude from comparison
Titan has been decommisioned after the takeover by Datastax. It will be removed from the DB-Engines ranking. A fork has been open-sourced as JanusGraph.
DescriptionMaxCompute (previously known as ODPS) is a general purpose, fully managed, multi-tenancy data processing platform for large-scale data warehousingDistributed Time Series DBMS based on Cassandra or H2Fully managed big data interactive analytics platformNuoDB is a webscale distributed database that supports SQL and ACID transactionsTitan is a Graph DBMS optimized for distributed clusters.
Primary database modelRelational DBMS infoa graph-processing framework is available with the graphs being stored in tablesTime Series DBMSRelational DBMS infocolumn orientedRelational DBMSGraph DBMS
Secondary database modelsDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.80
Rank#220  Overall
#102  Relational DBMS
Score0.69
Rank#238  Overall
#19  Time Series DBMS
Score5.82
Rank#65  Overall
#37  Relational DBMS
Score0.94
Rank#207  Overall
#96  Relational DBMS
Websitewww.alibabacloud.com/­product/­maxcomputegithub.com/­kairosdb/­kairosdbazure.microsoft.com/­services/­data-explorerwww.3ds.com/­nuodb-distributed-sql-databasegithub.com/­thinkaurelius/­titan
Technical documentationwww.alibabacloud.com/­help/­en/­maxcomputekairosdb.github.iodocs.microsoft.com/­en-us/­azure/­data-explorerdoc.nuodb.comgithub.com/­thinkaurelius/­titan/­wiki
DeveloperAlibabaMicrosoftDassault Systèmes infooriginally NuoDB, Inc.Aurelius, owned by DataStax
Initial release20162013201920132012
Current release1.2.2, November 2018cloud service with continuous releases
License infoCommercial or Open SourcecommercialOpen Source infoApache 2.0commercialcommercial infolimited edition freeOpen Source infoApache license, version 2.0
Cloud-based only infoOnly available as a cloud serviceyesnoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaC++Java
Server operating systemshostedLinux
OS X
Windows
hostedhosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
Linux
OS X
Unix
Windows
Data schemeyesschema-freeFixed schema with schema-less datatypes (dynamic)yesyes
Typing infopredefined data types such as float or dateyesyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesyes
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.nonoyesno
Secondary indexesnonoall fields are automatically indexedyesyes
SQL infoSupport of SQLSQL-like query languagenoKusto Query Language (KQL), SQL subsetyesno
APIs and other access methodsFluentd
Flume
MaxCompute Console
Graphite protocol
HTTP REST
Telnet API
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
JDBC
ODBC
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
Supported programming languagesJavaJava
JavaScript infoNode.js
PHP
Python
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Clojure
Java
Python
Server-side scripts infoStored proceduresuser defined functions infoin JavanoYes, possible languages: KQL, Python, RJava, SQLyes
Triggersnonoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceSharding infobased on CassandraSharding infoImplicit feature of the cloud servicedata is dynamically stored/cached on the nodes where it is read/writtenyes infovia pluggable storage backends
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceselectable replication factor infobased on Cassandrayes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.yes infoManaged transparently by NuoDByes
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknoyes infovia Faunus, a graph analytics engine
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Eventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynononoyesyes infoRelationships in graph
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanononoACID infotunable commit protocolACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoMVCCyes
Durability infoSupport for making data persistentyesyesyesyesyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcast
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nononoyes infoTemporary table
User concepts infoAccess controlAccess rights for users and rolessimple password-based access controlAzure Active Directory AuthenticationStandard SQL roles/ privileges, Administrative UsersUser authentification and security via Rexster Graph Server

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
Alibaba Cloud MaxComputeKairosDBMicrosoft Azure Data ExplorerNuoDBTitan
DB-Engines blog posts

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Recent citations in the news

Alibaba Cloud Unveils New Products to Empower Data Intelligence for Enterprises and Internet Companies
26 February 2019, Business Wire

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

Alibaba Cloud To Launch Big Data Service in Europe
15 June 2017, Alizila

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

provided by Google News

Expo: Real Time A/B Testing and Monitoring with Spark Streaming and Kafka at Walmart Labs
24 May 2019, InfoQ.com

provided by Google News

Announcing General Availability to migrate Virtual Network injected Azure Data Explorer Cluster to Private Endpoints ...
5 February 2024, azure.microsoft.com

Microsoft Introduces Azure Integration Environments and Business Process Tracking in Public Preview
23 November 2023, InfoQ.com

What is Microsoft Fabric? A big tech stack for big data
9 February 2024, InfoWorld

Why the Azure community should start planning for Microsoft Fabric today
20 June 2023, MSDynamicsWorld

Data Explorer processes unlabeled visual data, boosting creation of production-ready AI models
19 April 2023, VentureBeat

provided by Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Temenos Accelerates Its Next Generation Open Cloud Capabilities
20 November 2018, Temenos

NuoDB set to improve distributed SQL performance
7 January 2020, TechTarget

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

Big Data Product Watch 1/31/17: No-Cost NuoDB, GPU Analytics, Cloud Object Storage, More -- ADTmag
31 January 2017, ADT Magazine

provided by Google News

Amazon DynamoDB Storage Backend for Titan: Distributed Graph Database | Amazon Web Services
24 August 2015, AWS Blog

Beyond Titan: The Evolution of DataStax's New Graph Database
21 June 2016, Datanami

Titan Graph Database Integration with DynamoDB: World-class Performance, Availability, and Scale for New Workloads
20 August 2015, All Things Distributed

DataStax acquires Aurelius, the startup behind the Titan graph database
3 February 2015, VentureBeat

DSE Graph review: Graph database does double duty
14 November 2019, InfoWorld

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.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

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