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

DBMS > HarperDB vs. Microsoft Azure Data Explorer vs. SAP Advantage Database Server vs. SQL.JS vs. Sqrrl

System Properties Comparison HarperDB vs. Microsoft Azure Data Explorer vs. SAP Advantage Database Server vs. SQL.JS vs. Sqrrl

Editorial information provided by DB-Engines
NameHarperDB  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonSAP Advantage Database Server infoformer name: Sybase ADS  Xexclude from comparisonSQL.JS  Xexclude from comparisonSqrrl  Xexclude from comparison
SAP Advantage Database Server seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
DescriptionUltra-low latency distributed database with an intuitive REST API supporting NoSQL and SQL (including joins). Deployment of functions and databases simultaneously with a consolidated node-level architecture.Fully managed big data interactive analytics platformLow-cost RDBMS with access to ISAM and FoxPro data structuresPort of SQLite to JavaScriptAdaptable, secure NoSQL built on Apache Accumulo
Primary database modelDocument storeRelational DBMS infocolumn orientedRelational DBMSRelational DBMSDocument store
Graph DBMS
Key-value store
Wide column 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.55
Rank#248  Overall
#38  Document stores
Score4.38
Rank#77  Overall
#41  Relational DBMS
Score0.53
Rank#252  Overall
#116  Relational DBMS
Websitewww.harperdb.ioazure.microsoft.com/­services/­data-explorerwww.sap.com/products/advantage-database-server.htmlsql.js.orgsqrrl.com
Technical documentationdocs.harperdb.io/­docsdocs.microsoft.com/­en-us/­azure/­data-explorersql.js.org/­documentation/­index.html
DeveloperHarperDBMicrosoftSybase, SAPAlon Zakai infoenhancements implemented by othersAmazon infooriginally Sqrrl Data, Inc.
Initial release20172019199320122012
Current release3.1, August 2021cloud service with continuous releases
License infoCommercial or Open Sourcecommercial infofree community edition availablecommercialcommercialOpen Sourcecommercial
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageNode.jsJavaScriptJava
Server operating systemsLinux
OS X
hostedLinux
Windows
server-less, requires a JavaScript environment (browser, Node.js)Linux
Data schemedynamic schemaFixed schema with schema-less datatypes (dynamic)yesyesschema-free
Typing infopredefined data types such as float or dateyes infoJSON data typesyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typesyesyesyes
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.noyesnono
Secondary indexesyesall fields are automatically indexedyesyes
SQL infoSupport of SQLSQL-like data manipulation statementsKusto Query Language (KQL), SQL subsetyesyes infoSQL-92 is not fully supportedno
APIs and other access methodsJDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
.NET Client API
ADO.NET
JDBC
ODBC
OLE DB
JavaScript APIAccumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
Supported programming languages.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
Delphi
Perl
PHP
JavaScriptActionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
Server-side scripts infoStored proceduresCustom Functions infosince release 3.1Yes, possible languages: KQL, Python, Ryesnono
Triggersnoyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicyyesnono
Partitioning methods infoMethods for storing different data on different nodesA table resides as a whole on one (or more) nodes in a clusterSharding infoImplicit feature of the cloud servicenonenoneSharding infomaking use of Hadoop
Replication methods infoMethods for redundantly storing data on multiple nodesyes infothe nodes on which a table resides can be definedyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication infoCONFLICT Trigger to resolve replication conflicts
Source-replica replication
noneselectable replication factor infomaking use of Hadoop
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoSpark connector (open source): github.com/­Azure/­azure-kusto-sparknonoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencynoneImmediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.
Foreign keys infoReferential integritynonoyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of specific operationsnoACIDACIDAtomic updates per row, document, or graph entity
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyes, using LMDByesyesno infoexcept by serializing a db to a fileyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnono infocaching of (temporary) tables can be configuredyes
User concepts infoAccess controlAccess rights for users and rolesAzure Active Directory Authenticationfine grained access rights according to SQL-standardnoCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)

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
HarperDBMicrosoft Azure Data ExplorerSAP Advantage Database Server infoformer name: Sybase ADSSQL.JSSqrrl
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Recent citations in the news

Startups of the Year 2023: Meet HarperDB - A Database and Application Development Platform
22 June 2023, hackernoon.com

Unlocking immersive golfing experiences with AWS Wavelength | Amazon Web Services
29 November 2022, AWS Blog

HarperDB: An underdog SQL / NoSQL database
7 February 2018, ZDNet

HarperDB is More Than Just a Database: Here's Why
21 August 2021, hackernoon.com

Stephen Goldberg Named 2023 Bill Daniels Ethical Leader of the Year | CU Denver Business School News
9 January 2023, business-news.ucdenver.edu

provided by Google News

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

General availability: New KQL function to enrich your data analysis with geographic context | Azure updates
6 June 2023, azure.microsoft.com

Public Preview: Azure Cosmos DB to Azure Data Explorer Synapse Link | Azure updates
9 January 2023, azure.microsoft.com

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

provided by Google News

SAP Announces Q3 2023 Results: Asia Pacific and Japan View
19 October 2023, SAP News

provided by Google News

9 Best JavaScript and TypeScript ORMs for 2024 — SitePoint
22 March 2023, SitePoint

Execute millions of SQL statements in milliseconds in the browser with WebAssembly and Web Workers.
14 January 2017, hackernoon.com

SQLite On The Web: Absurd-sql
24 August 2021, Hackaday

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

Running PostgreSQL Inside Your Browser
8 September 2022, iProgrammer

provided by Google News

Amazon acquires cybersecurity startup Sqrrl
8 June 2023, cisomag.com

Millennials possess the advantage of time for wealth creation, says Yashoraj Tyagi of Sqrrl | Mint
18 September 2023, Mint

Amazon's cloud business acquires Sqrrl, a security start-up with NSA roots
23 January 2018, CNBC

AWS beefs up threat detection with Sqrrl acquisition
24 January 2018, TechCrunch

Will Amazon Buy Cybersecurity Firm Sqrrl?
18 December 2017, PYMNTS.com

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

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

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

RaimaDB logo

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

Present your product here