DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Alibaba Cloud AnalyticDB for PostgreSQL vs. Faircom DB vs. Machbase Neo vs. Microsoft Azure Data Explorer

System Properties Comparison Alibaba Cloud AnalyticDB for PostgreSQL vs. Faircom DB vs. Machbase Neo vs. Microsoft Azure Data Explorer

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameAlibaba Cloud AnalyticDB for PostgreSQL infoformer name was HybridDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonMachbase Neo infoFormer name was Infiniflux  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparison
DescriptionAn online MPP (Massively Parallel Processing) data warehousing service based on GreenplumNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.TimeSeries DBMS for AIoT and BigDataFully managed big data interactive analytics platform
Primary database modelRelational DBMSKey-value store
Relational DBMS
Time Series DBMSRelational DBMS infocolumn oriented
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.62
Rank#241  Overall
#110  Relational DBMS
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score0.22
Rank#324  Overall
#29  Time Series DBMS
Score5.16
Rank#69  Overall
#37  Relational DBMS
Websitewww.alibabacloud.com/­product/­hybriddb-postgresqlwww.faircom.com/­products/­faircom-dbmachbase.comazure.microsoft.com/­services/­data-explorer
Technical documentationwww.alibabacloud.com/­help/­en/­analyticdb-for-postgresql/­latest/­product-introduction-overviewdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlmachbase.com/­dbmsdocs.microsoft.com/­en-us/­azure/­data-explorer
DeveloperAlibaba / Pivotal Software Inc. / PostgreSQL Global Development GroupFairCom CorporationMachbaseMicrosoft
Initial release2016197920132019
Current releaseV12, November 2020V8.0, August 2023cloud service with continuous releases
License infoCommercial or Open Sourcecommercialcommercial infoRestricted, free version availablecommercial infofree test version availablecommercial
Cloud-based only infoOnly available as a cloud serviceyesnonoyes
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageANSI C, C++C
Server operating systemshostedAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
macOS
Windows
hosted
Data schemeyesschema free, schema optional, schema required, partial schema,yesFixed schema with schema-less datatypes (dynamic)
Typing infopredefined data types such as float or dateyesyes, ANSI SQL Types, JSON, typed binary structuresyesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-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.yesnonoyes
Secondary indexesyesyesyesall fields are automatically indexed
SQL infoSupport of SQLyesyes, ANSI SQL with proprietary extensionsSQL-like query languageKusto Query Language (KQL), SQL subset
APIs and other access methodsJDBC
ODBC
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
gRPC
HTTP REST
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
Supported programming languagesC
Java
Perl
Python
R
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C
C#
C++
Go
Java
JavaScript
PHP infovia ODBC
Python
R infovia ODBC
Scala
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Server-side scripts infoStored proceduresyesyes info.Net, JavaScript, C/C++noYes, possible languages: KQL, Python, R
Triggersyesyesnoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicy
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningShardingSharding infoImplicit feature of the cloud service
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud serviceyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).selectable replication factoryes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoSpark connector (open source): github.com/­Azure/­azure-kusto-spark
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Eventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDtunable from ACID to Eventually Consistentnono
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesYes, tunable from durable to delayed durability to in-memorynoyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes infovolatile and lookup tableno
User concepts infoAccess controlfine grained access rights according to SQL-standardFine grained access rights according to SQL-standard with additional protections for filessimple password-based access controlAzure Active Directory Authentication

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 AnalyticDB for PostgreSQL infoformer name was HybridDBFaircom DB infoformerly c-treeACEMachbase Neo infoFormer name was InfinifluxMicrosoft Azure Data Explorer
Recent citations in the news

Alibaba Cloud upgrades AnalyticDB with vector database engine
25 July 2023, CloudTech News

Gartner names Alibaba Cloud leader in cloud database management for 4th year
9 February 2024, Backend News

Two Critical Flaws Found in Alibaba Cloud's PostgreSQL Databases
20 April 2023, The Hacker News

Accidental ‘write’ Permissions In Alibaba PostgreSQL Let Attackers Access Sensitive Data
22 April 2023, GBHackers

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

“Luxembourg is a perfect target area”: Korean accelerator exec
27 October 2022, Delano.lu

provided by Google News

General availability: Azure Data Explorer adds new geospatial capabilities | Azure updates
23 January 2024, Microsoft

Introducing Microsoft Fabric: The data platform for the era of AI | Microsoft Azure Blog
23 May 2023, Microsoft

Providing modern data transfer and storage service at Microsoft with Microsoft Azure - Inside Track Blog
13 July 2023, Microsoft

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, Microsoft

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

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.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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.

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