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 > Microsoft Azure Data Explorer vs. mSQL vs. OrigoDB vs. SAP Adaptive Server vs. TimescaleDB

System Properties Comparison Microsoft Azure Data Explorer vs. mSQL vs. OrigoDB vs. SAP Adaptive Server vs. TimescaleDB

Editorial information provided by DB-Engines
NameMicrosoft Azure Data Explorer  Xexclude from comparisonmSQL infoMini SQL  Xexclude from comparisonOrigoDB  Xexclude from comparisonSAP Adaptive Server infoformer name: Sybase ASE  Xexclude from comparisonTimescaleDB  Xexclude from comparison
DescriptionFully managed big data interactive analytics platformmSQL (Mini SQL) is a simple and lightweight RDBMSA fully ACID in-memory object graph databaseThe SAP (Sybase) Adaptive Server Enterprise (ASE) is an enterprise-class RDBMSA time series DBMS optimized for fast ingest and complex queries, based on PostgreSQL
Primary database modelRelational DBMS infocolumn orientedRelational DBMSDocument store
Object oriented DBMS
Relational DBMSTime Series 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
Spatial DBMS infowith Boeing's Spatial Query ServerRelational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score1.27
Rank#167  Overall
#77  Relational DBMS
Score0.00
Rank#383  Overall
#53  Document stores
#20  Object oriented DBMS
Score36.31
Rank#25  Overall
#17  Relational DBMS
Score4.64
Rank#71  Overall
#4  Time Series DBMS
Websiteazure.microsoft.com/­services/­data-explorerhughestech.com.au/­products/­msqlorigodb.comwww.sap.com/­products/­technology-platform/­sybase-ase.htmlwww.timescale.com
Technical documentationdocs.microsoft.com/­en-us/­azure/­data-explorerorigodb.com/­docshelp.sap.com/­docs/­SAP_ASEdocs.timescale.com
DeveloperMicrosoftHughes TechnologiesRobert Friberg et alSAP, SybaseTimescale
Initial release201919942009 infounder the name LiveDB19872017
Current releasecloud service with continuous releases4.4, October 202116.02.13.0, November 2023
License infoCommercial or Open Sourcecommercialcommercial infofree licenses can be providedOpen SourcecommercialOpen Source infoApache 2.0
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 languageCC#C and C++C
Server operating systemshostedAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Linux
Windows
AIX
HP-UX
Linux
Solaris
Unix
Windows
Linux
OS X
Windows
Data schemeFixed schema with schema-less datatypes (dynamic)yesyesyesyes
Typing infopredefined data types such as float or dateyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesUser defined using .NET types and collectionsyesnumerics, 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.yesnono infocan be achieved using .NETnoyes
Secondary indexesall fields are automatically indexedyesyesyesyes
SQL infoSupport of SQLKusto Query Language (KQL), SQL subsetA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersnoyesyes infofull PostgreSQL SQL syntax
APIs and other access methodsMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
JDBC
ODBC
.NET Client API
HTTP API
LINQ
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C++
Delphi
Java
Perl
PHP
Tcl
.NetC
C++
Cobol
Java
Java
Perl
PHP
Python
.Net
C
C++
Delphi
Java infoJDBC
JavaScript
Perl
PHP
Python
R
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresYes, possible languages: KQL, Python, RnoyesJava and Transact-SQLuser defined functions, PL/pgSQL, PL/Tcl, PL/Perl, PL/Python, PL/Java, PL/PHP, PL/R, PL/Ruby, PL/Scheme, PL/Unix shell
Triggersyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicynoyes infoDomain Eventsyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud servicenonehorizontal partitioning infoclient side managed; servers are not synchronizedhorizontal partitioningyes, across time and space (hash partitioning) attributes
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.noneSource-replica replicationMulti-source replication
Source-replica replication
Source-replica replication with hot standby and reads on replicas info
MapReduce infoOffers an API for user-defined Map/Reduce methodsSpark connector (open source): github.com/­Azure/­azure-kusto-sparknononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
noneImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonodepending on modelyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesnoyesyesyes
Durability infoSupport for making data persistentyesyesyes infoWrite ahead logyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesno
User concepts infoAccess controlAzure Active Directory AuthenticationnoRole based authorizationfine 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

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

More resources
Microsoft Azure Data ExplorermSQL infoMini SQLOrigoDBSAP Adaptive Server infoformer name: Sybase ASETimescaleDB
Recent citations in the news

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

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

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

Azure Data Explorer and Stream Analytics for anomaly detection
16 January 2020, Microsoft

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, Microsoft

provided by Google News

Make Your MySQL Server More Secure With These 7 Steps - MUO
1 December 2022, MakeUseOf

Writing a Web Service in Perl
9 July 2003, PCQuest

Higher Education PS rules out ghost students before PAC - Zambia
29 November 2018, diggers.news

provided by Google News

New Services in SAP HANA Cloud Lower TCO for Customers in Data-Intensive, Highly Regulated Industries
7 April 2021, SAP News

Arcion Introduces SAP Sybase ASE Connector for Ultimate Migration Flexibility
5 January 2023, Business Wire

Patch SAP Adaptive Server Enterprise now to avoid takeover risk
3 June 2020, BleepingComputer

Newly Patched SAP ASE Flaws Could Let Attackers Hack Database Servers
3 June 2020, The Hacker News

Critical SAP ASE Flaws Allow Complete Control of Databases
3 June 2020, Threatpost

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, Microsoft

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

Milvus logo

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

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.

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