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

DBMS > Amazon SimpleDB vs. Blazegraph vs. Microsoft Azure Data Explorer vs. SAP SQL Anywhere vs. Splunk

System Properties Comparison Amazon SimpleDB vs. Blazegraph vs. Microsoft Azure Data Explorer vs. SAP SQL Anywhere vs. Splunk

Editorial information provided by DB-Engines
NameAmazon SimpleDB  Xexclude from comparisonBlazegraph  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSAP SQL Anywhere infoformerly called Adaptive Server Anywhere  Xexclude from comparisonSplunk  Xexclude from comparison
Amazon has acquired Blazegraph's domain and (probably) product. It is said that Amazon Neptune is based on Blazegraph.
DescriptionHosted simple database service by Amazon, with the data stored in the Amazon Cloud. infoThere is an unrelated product called SimpleDB developed by Edward ScioreHigh-performance graph database supporting Semantic Web (RDF/SPARQL) and Graph Database (tinkerpop3, blueprints, vertex-centric) APIs with scale-out and High Availability.Fully managed big data interactive analytics platformRDBMS database and synchronization technologies for server, desktop, remote office, and mobile environmentsAnalytics Platform for Big Data
Primary database modelKey-value storeGraph DBMS
RDF store
Relational DBMS infocolumn orientedRelational DBMSSearch engine
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
Score1.85
Rank#138  Overall
#24  Key-value stores
Score0.75
Rank#219  Overall
#19  Graph DBMS
#8  RDF stores
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score4.25
Rank#79  Overall
#43  Relational DBMS
Score86.45
Rank#14  Overall
#2  Search engines
Websiteaws.amazon.com/­simpledbblazegraph.comazure.microsoft.com/­services/­data-explorerwww.sap.com/­products/­technology-platform/­sql-anywhere.htmlwww.splunk.com
Technical documentationdocs.aws.amazon.com/­simpledbwiki.blazegraph.comdocs.microsoft.com/­en-us/­azure/­data-explorerhelp.sap.com/­docs/­SAP_SQL_Anywheredocs.splunk.com/­Documentation/­Splunk
DeveloperAmazonBlazegraphMicrosoftSAP infoformerly SybaseSplunk Inc.
Initial release20072006201919922003
Current release2.1.5, March 2019cloud service with continuous releases17, July 2015
License infoCommercial or Open SourcecommercialOpen Source infoextended commercial license availablecommercialcommercialcommercial infoLimited free edition and free developer edition available
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 languageJava
Server operating systemshostedLinux
OS X
Windows
hostedAIX
HP-UX
Linux
OS X
Solaris
Windows
Linux
OS X
Solaris
Windows
Data schemeschema-freeschema-freeFixed schema with schema-less datatypes (dynamic)yesyes
Typing infopredefined data types such as float or datenoyes infoRDF literal typesyes 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.yesyesyes
Secondary indexesyes infoAll columns are indexed automaticallyyesall fields are automatically indexedyesyes
SQL infoSupport of SQLnoSPARQL is used as query languageKusto Query Language (KQL), SQL subsetyesno infoSplunk Search Processing Language for search commands
APIs and other access methodsRESTful HTTP APIJava API
RESTful HTTP API
SPARQL QUERY
SPARQL UPDATE
TinkerPop 3
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
ADO.NET
HTTP API
JDBC
ODBC
HTTP REST
Supported programming languages.Net
C
C++
Erlang
Java
PHP
Python
Ruby
Scala
.Net
C
C++
Java
JavaScript
PHP
Python
Ruby
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
C
C#
C++
Delphi
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
C#
Java
JavaScript
PHP
Python
Ruby
Server-side scripts infoStored proceduresnoyesYes, possible languages: KQL, Python, Ryes, in C/C++, Java, .Net or Perlyes
Triggersnonoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesyes
Partitioning methods infoMethods for storing different data on different nodesnone infoSharding must be implemented in the applicationShardingSharding infoImplicit feature of the cloud servicenoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesyesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replication infoDatabase mirroringMulti-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Immediate Consistency or Eventual Consistency depending on configurationEventual Consistency
Immediate Consistency
Immediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynoyes infoRelationships in Graphsnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoConcurrent data updates can be detected by the applicationACIDnoACIDno infoA 'Transaction' in Splunk has a different meaning: grouping related events into a single one for later searching
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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.noyesno
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)Security and Authentication via Web Application Container (Tomcat, Jetty)Azure 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
Amazon SimpleDBBlazegraphMicrosoft Azure Data ExplorerSAP SQL Anywhere infoformerly called Adaptive Server AnywhereSplunk
DB-Engines blog posts

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Amazon - the rising star in the DBMS market
3 August 2015, Matthias Gelbmann

show all

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

show all

Recent citations in the news

New SimpleDB Goodies: Enhanced Select, Larger Result Sets, Mandatory HTTPS | Amazon Web Services
20 May 2009, AWS Blog

Amazon DynamoDB Serves Trillions Of Requests Per Month While Counterpart SimpleDB Is No Longer A Listed ...
12 November 2013, TechCrunch

Hands-on Tutorial for Getting Started with Amazon SimpleDB
28 May 2010, Packt Hub

Farewell EC2-Classic, it's been swell
1 September 2023, All Things Distributed

Amazon SimpleDB Management in Eclipse | AWS News Blog
22 July 2009, AWS Blog

provided by Google News

Back to the future: Does graph database success hang on query language?
5 March 2018, ZDNet

Harnessing GPUs Delivers a Big Speedup for Graph Analytics
15 December 2015, Datanami

This AI Paper Introduces A Comprehensive RDF Dataset With Over 26 Billion Triples Covering Scholarly Data Across All Scientific Disciplines
19 August 2023, MarkTechPost

Representation Learning on RDF* and LPG Knowledge Graphs
24 September 2020, Towards Data Science

Faster with GPUs: 5 turbocharged databases
26 September 2016, InfoWorld

provided by Google News

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

Public Preview: Azure Data Explorer connector for Apache Flink | Azure updates
8 January 2024, 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

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

provided by Google News

SAP vulnerabilities Let Attacker Inject OS Commands—Patch Now!
11 July 2023, CybersecurityNews

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

SAP Products & Services Data Portfolio
2 July 2021, Datamation

SAP launches HANA cloud platform, partners with Siemens, Intel
6 May 2015, Channel Daily News

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Present your product here