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

DBMS > AllegroGraph vs. EsgynDB vs. Microsoft Azure Data Explorer vs. mSQL vs. Riak KV

System Properties Comparison AllegroGraph vs. EsgynDB vs. Microsoft Azure Data Explorer vs. mSQL vs. Riak KV

Editorial information provided by DB-Engines
NameAllegroGraph  Xexclude from comparisonEsgynDB  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonmSQL infoMini SQL  Xexclude from comparisonRiak KV  Xexclude from comparison
DescriptionHigh performance, persistent RDF store with additional support for Graph DBMSEnterprise-class SQL-on-Hadoop solution, powered by Apache TrafodionFully managed big data interactive analytics platformmSQL (Mini SQL) is a simple and lightweight RDBMSDistributed, fault tolerant key-value store
Primary database modelDocument store infowith version 6.5
Graph DBMS
RDF store
Vector DBMS
Relational DBMSRelational DBMS infocolumn orientedRelational DBMSKey-value store infowith links between data sets and object tags for the creation of secondary indexes
Secondary database modelsSpatial DBMSDocument 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
Score1.13
Rank#179  Overall
#30  Document stores
#17  Graph DBMS
#7  RDF stores
#7  Vector DBMS
Score0.25
Rank#312  Overall
#138  Relational DBMS
Score3.80
Rank#81  Overall
#43  Relational DBMS
Score1.27
Rank#169  Overall
#76  Relational DBMS
Score4.01
Rank#79  Overall
#9  Key-value stores
Websiteallegrograph.comwww.esgyn.cnazure.microsoft.com/­services/­data-explorerhughestech.com.au/­products/­msql
Technical documentationfranz.com/­agraph/­support/­documentation/­current/­agraph-introduction.htmldocs.microsoft.com/­en-us/­azure/­data-explorerwww.tiot.jp/­riak-docs/­riak/­kv/­latest
DeveloperFranz Inc.EsgynMicrosoftHughes TechnologiesOpenSource, formerly Basho Technologies
Initial release20042015201919942009
Current release8.0, December 2023cloud service with continuous releases4.4, October 20213.2.0, December 2022
License infoCommercial or Open Sourcecommercial infoLimited community edition freecommercialcommercialcommercial infofree licenses can be providedOpen Source infoApache version 2, commercial enterprise edition
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++, JavaCErlang
Server operating systemsLinux
OS X
Windows
LinuxhostedAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Linux
OS X
Data schemeyes infoRDF schemasyesFixed schema with schema-less datatypes (dynamic)yesschema-free
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-typesyesno
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.no infobulk load of XML files possiblenoyesnono
Secondary indexesyesyesall fields are automatically indexedyesrestricted
SQL infoSupport of SQLSPARQL is used as query languageyesKusto Query Language (KQL), SQL subsetA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersno
APIs and other access methodsRESTful HTTP API
SPARQL
ADO.NET
JDBC
ODBC
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
JDBC
ODBC
HTTP API
Native Erlang Interface
Supported programming languagesC#
Clojure
Java
Lisp
Perl
Python
Ruby
Scala
All languages supporting JDBC/ODBC/ADO.Net.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C++
Delphi
Java
Perl
PHP
Tcl
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Server-side scripts infoStored proceduresyes infoJavaScript or Common LispJava Stored ProceduresYes, possible languages: KQL, Python, RnoErlang
Triggersyesnoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicynoyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodeswith FederationShardingSharding infoImplicit feature of the cloud servicenoneSharding infono "single point of failure"
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Multi-source replication between multi datacentersyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.noneselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesSpark connector (open source): github.com/­Azure/­azure-kusto-sparknoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationImmediate ConsistencyEventual Consistency
Immediate Consistency
noneEventual Consistency
Foreign keys infoReferential integritynoyesnonono infolinks between data sets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnonono
Concurrency infoSupport for concurrent manipulation of datayesyesyesnoyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nononono
User concepts infoAccess controlUsers with fine-grained authorization concept, user roles and pluggable authenticationfine grained access rights according to SQL-standardAzure Active Directory Authenticationnoyes, using Riak Security
More information provided by the system vendor
AllegroGraphEsgynDBMicrosoft Azure Data ExplorermSQL infoMini SQLRiak KV
Specific characteristicsKnowledge Graph Platform Leader FedShard - Designed for Entity-Event Knowledge Graph...
» more
Competitive advantagesAllegroGraph is uniquely suited to support adhoc queries through SPARQL, Prolog and...
» more
News

How a Neuro-Symbolic AI Approach Can Improve Trust in AI Apps
23 May 2024

Can Neuro-Symbolic AI Solve AI’s Weaknesses?
17 April 2024

100 Companies That Matter in KM – Franz Inc.
3 April 2024

Exploring AllegroGraph v8 – Unleashing the Power of Neuro-Symbolic AI (Recorded Webinar)
9 February 2024

What is Neuro-Symbolic AI?
23 January 2024

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
AllegroGraphEsgynDBMicrosoft Azure Data ExplorermSQL infoMini SQLRiak KV
Recent citations in the news

Q&A: Can Neuro-Symbolic AI Solve AI’s Weaknesses?
8 April 2024, TDWI

AI predictions for 2024 unveil exciting technological horizons
21 November 2023, Wire19

Neuro-Symbolic AI: The Peak of Artificial Intelligence
16 November 2021, AiThority

The Foundation of Data Fabrics and AI: Semantic Knowledge Graphs - DataScienceCentral.com
19 May 2022, Data Science Central

Franz Releases the First Neuro-Symbolic AI Platform Merging Knowledge Graphs, Generative AI, and Vector Storage
11 December 2023, Datanami

provided by Google News

We’re retiring Azure Time Series Insights on 7 July 2024 – transition to Azure Data Explorer | Azure updates
31 May 2024, Microsoft

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

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

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

Individually great, collectively unmatched: Announcing updates to 3 great Azure Data Services
7 February 2019, Microsoft

provided by Google News

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

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Riak NoSQL Database: Use Cases and Best Practices
23 December 2011, InfoQ.com

Basho, Maker of Riak NoSQL Database, Raises $25M
13 January 2015, Data Center Knowledge

Basho to Bolster Riak with DB Plug-Ins
5 May 2014, Datanami

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.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.

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