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 > Adabas vs. Lovefield vs. Microsoft Azure Data Explorer vs. Quasardb vs. VoltDB

System Properties Comparison Adabas vs. Lovefield vs. Microsoft Azure Data Explorer vs. Quasardb vs. VoltDB

Editorial information provided by DB-Engines
NameAdabas infodenotes "adaptable data base"  Xexclude from comparisonLovefield  Xexclude from comparisonMicrosoft Azure Data Explorer  Xexclude from comparisonQuasardb  Xexclude from comparisonVoltDB  Xexclude from comparison
DescriptionOLTP - DBMS for mainframes and Linux/Unix/Windows environments infoused typically together with the Natural programming platformEmbeddable relational database for web apps written in pure JavaScriptFully managed big data interactive analytics platformDistributed, high-performance timeseries databaseDistributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memory
Primary database modelMultivalue DBMSRelational DBMSRelational DBMS infocolumn orientedTime Series DBMSRelational 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.58
Rank#91  Overall
#1  Multivalue DBMS
Score0.32
Rank#290  Overall
#132  Relational DBMS
Score5.16
Rank#69  Overall
#37  Relational DBMS
Score0.19
Rank#327  Overall
#30  Time Series DBMS
Score1.46
Rank#159  Overall
#74  Relational DBMS
Websitewww.softwareag.com/­en_corporate/­platform/­adabas-natural.htmlgoogle.github.io/­lovefieldazure.microsoft.com/­services/­data-explorerquasar.aiwww.voltdb.com
Technical documentationgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mddocs.microsoft.com/­en-us/­azure/­data-explorerdoc.quasar.ai/­masterdocs.voltdb.com
DeveloperSoftware AGGoogleMicrosoftquasardbVoltDB Inc.
Initial release19712014201920092010
Current release2.1.12, February 2017cloud service with continuous releases3.14.1, January 202411.3, April 2022
License infoCommercial or Open SourcecommercialOpen Source infoApache 2.0commercialcommercial infoFree community edition, Non-profit organizations and non-commercial usage are eligible for free licensesOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editions
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 languageJavaScriptC++Java, C++
Server operating systemsBS2000
Linux
Unix
Windows
z/OS
z/VSE
server-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, SafarihostedBSD
Linux
OS X
Windows
Linux
OS X infofor development
Data schemeyesyesFixed schema with schema-less datatypes (dynamic)schema-freeyes
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-typesyes infointeger and binaryyes
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.nonoyesno
Secondary indexesyesyesall fields are automatically indexedyes infowith tagsyes
SQL infoSupport of SQLyes infowith add-on product Adabas SQL GatewaySQL-like query language infovia JavaScript builder patternKusto Query Language (KQL), SQL subsetSQL-like query languageyes infoonly a subset of SQL 99
APIs and other access methodsHTTP API infowith add-on software Adabas SOA Gateway
SOAP-based API infowith add-on software Adabas SOA Gateway
Microsoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
HTTP APIJava API
JDBC
RESTful HTTP/JSON API
Supported programming languagesNaturalJavaScript.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
.Net
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
R
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresin NaturalnoYes, possible languages: KQL, Python, RnoJava
TriggersnoUsing read-only observersyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicynono
Partitioning methods infoMethods for storing different data on different nodesyes, with additonal products like Adabas Cluster Services, Adabas Parallel Services, Adabas VistanoneSharding infoImplicit feature of the cloud serviceSharding infoconsistent hashingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes, with add-on product Event Replicatornoneyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Source-replica replication with selectable replication factorMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoSpark connector (open source): github.com/­Azure/­azure-kusto-sparkwith Hadoop integrationno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyesnonono infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoACIDACID infoTransactions are executed single-threaded within stored procedures
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyes, by using IndexedDB or the cloud service Firebase Realtime Databaseyesyes infoby using LevelDByes infoSnapshots and command logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infousing MemoryDBnoyes infoTransient mode
User concepts infoAccess controlonly with OS-specific tools (e.g. IBM RACF, CA Top Secret)noAzure Active Directory AuthenticationCryptographically strong user authentication and audit trailUsers and roles with access to stored procedures

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
Adabas infodenotes "adaptable data base"LovefieldMicrosoft Azure Data ExplorerQuasardbVoltDB
Recent citations in the news

Modernize Natural and Adabas Workloads on AWS with Advanced's Application Transparency Platform | Amazon Web ...
1 April 2024, AWS Blog

Deploying Software AG Adabas and Natural Workloads on AWS | Amazon Web Services
25 May 2021, AWS Blog

State agency proves DevOps and mainframes can coexist
13 April 2024, SiliconANGLE News

IBM buys 50-year-old Software AG's enterprise tech units for €2.13B in cash
18 December 2023, The Register

COBOL Is Taking Heat, but These Other Legacy Languages Could Burn You
1 October 2020, DevOps.com

provided by Google 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.com

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

What is Microsoft Fabric? A big tech stack for big data
9 February 2024, InfoWorld

Public Preview: Azure Cosmos DB to Azure Data Explorer Synapse Link | Azure updates
9 January 2023, Microsoft

provided by Google News

Quasar Partners with PTC for IoT Data Solutions
11 September 2023, Read IT Quik

Quasar Partners with PTC to Empower IoT Customers with High-Performance Data Solutions
11 September 2023, Datanami

Record quasar is most luminous object in the universe
20 February 2024, EarthSky

Quasar Selected by National Renewable Energy Laboratory to Help with Energy System De-risking and Optimization
6 June 2023, PR Newswire

QUASAR yacht (Bilgin, 46.8m, 2016)
3 July 2023, Boat International

provided by Google News

Unveiling Volt Active Data's game-changing approach to limitless app performance
16 October 2023, YourStory

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31 August 2021, PR Newswire

VoltDB Turns to Real-Time Analytics with NewSQL Database
30 January 2014, Datanami

VoltDB Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

VoltDB Aims for Fast Big Data Development -- ADTmag
29 January 2015, ADT Magazine

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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.

Present your product here