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

DBMS > EJDB vs. GBase vs. Microsoft Azure Data Explorer vs. SAP IQ vs. Stardog

System Properties Comparison EJDB vs. GBase vs. Microsoft Azure Data Explorer vs. SAP IQ vs. Stardog

Editorial information provided by DB-Engines
NameEJDB  Xexclude from comparisonGBase  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSAP IQ infoformer name: Sybase IQ  Xexclude from comparisonStardog  Xexclude from comparison
DescriptionEmbeddable document-store database library with JSON representation of queries (in MongoDB style)Widely used RDBMS in China, including analytical, transactional, distributed transactional, and cloud-native data warehousing.Fully managed big data interactive analytics platformColumnar RDBMS optimized for Big Data analyticsEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelDocument storeRelational DBMSRelational DBMS infocolumn orientedRelational DBMS infocolumn-orientedGraph DBMS
RDF store
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.27
Rank#297  Overall
#44  Document stores
Score1.07
Rank#185  Overall
#86  Relational DBMS
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score2.75
Rank#104  Overall
#53  Relational DBMS
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Websitegithub.com/­Softmotions/­ejdbwww.gbase.cnazure.microsoft.com/­services/­data-explorerwww.sap.com/­products/­technology-platform/­sybase-iq-big-data-management.htmlwww.stardog.com
Technical documentationgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.microsoft.com/­en-us/­azure/­data-explorerhelp.sap.com/­docs/­SAP_IQdocs.stardog.com
DeveloperSoftmotionsGeneral Data Technology Co., Ltd.MicrosoftSAP, formerly SybaseStardog-Union
Initial release20122004201919942010
Current releaseGBase 8a, GBase 8s, GBase 8ccloud service with continuous releases16.1 SPS04, April 20197.3.0, May 2020
License infoCommercial or Open SourceOpen Source infoGPLv2commercialcommercialcommercialcommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
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 languageCC, Java, PythonJava
Server operating systemsserver-lessLinuxhostedAIX
HP-UX
Linux
Solaris
Windows
Linux
macOS
Windows
Data schemeschema-freeyesFixed schema with schema-less datatypes (dynamic)yesschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateyes infostring, integer, double, bool, date, object_idyesyes 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.yesyesnono infoImport/export of XML data possible
Secondary indexesnoyesall fields are automatically indexedyesyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLnoStandard with numerous extensionsKusto Query Language (KQL), SQL subsetyesYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsin-process shared libraryADO.NET
C API
JDBC
ODBC
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
JDBC
ODBC
RESTful HTTP API
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languagesActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
C#.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C#
C++
Java
Perl
PHP
Python
Ruby
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresnouser defined functionsYes, possible languages: KQL, Python, Ryesuser defined functions and aggregates, HTTP Server extensions in Java
Triggersnoyesyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioning (by range, list and hash) and vertical partitioningSharding infoImplicit feature of the cloud serviceshared disk or shared nothing architectures with SAP IQ Multiplexernone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.SAP/Sybase Replication ServerMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkHadoop integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency in HA-Cluster
Foreign keys infoReferential integrityno infotypically not needed, however similar functionality with collection joins possibleyesnoyesyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayes infoRead/Write Lockingyesyesyesyes
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.nonoyes
User concepts infoAccess controlnoyesAzure Active Directory Authenticationfine grained access rights according to SQL-standardAccess rights for users and roles

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
EJDBGBaseMicrosoft Azure Data ExplorerSAP IQ infoformer name: Sybase IQStardog
Recent citations in the news

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

Azure Data Explorer: Log and telemetry analytics benchmark
16 August 2022, azure.microsoft.com

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

Azure Data Explorer and Stream Analytics for anomaly detection
16 January 2020, azure.microsoft.com

Controlling costs in Azure Data Explorer using down-sampling and aggregation
11 February 2019, azure.microsoft.com

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

SAP Again Named a Leader in 2021 Gartner® Magic Quadrant™ for Cloud Database Management Systems
16 December 2021, SAP News

Independent Research Firm Names SAP a Leader in Data Management for Analytics
17 February 2020, SAP News

SAP Scales Out HANA In-Memory For Clouds
6 March 2014, EnterpriseAI

provided by Google News



Share this page

Featured Products

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

RaimaDB logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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

Present your product here