DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Adabas vs. ArangoDB vs. LevelDB vs. OpenQM vs. Vertica

System Properties Comparison Adabas vs. ArangoDB vs. LevelDB vs. OpenQM vs. Vertica

Editorial information provided by DB-Engines
NameAdabas infodenotes "adaptable data base"  Xexclude from comparisonArangoDB  Xexclude from comparisonLevelDB  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonVertica infoOpenText™ Vertica™  Xexclude from comparison
DescriptionOLTP - DBMS for mainframes and Linux/Unix/Windows environments infoused typically together with the Natural programming platformNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.Embeddable fast key-value storage library that provides an ordered mapping from string keys to string valuesQpenQM is a high-performance, self-tuning, multi-value DBMSCloud or off-cloud analytical database and query engine for structured and semi-structured streaming and batch data. Machine learning platform with built-in algorithms, data preparation capabilities, and model evaluation and management via SQL or Python.
Primary database modelMultivalue DBMSDocument store
Graph DBMS
Key-value store
Search engine
Key-value storeMultivalue DBMSRelational DBMS infoColumn oriented
Secondary database modelsSpatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.64
Rank#104  Overall
#1  Multivalue DBMS
Score3.30
Rank#82  Overall
#14  Document stores
#5  Graph DBMS
#10  Key-value stores
#10  Search engines
Score2.33
Rank#111  Overall
#19  Key-value stores
Score0.28
Rank#291  Overall
#10  Multivalue DBMS
Score9.62
Rank#42  Overall
#26  Relational DBMS
Websitewww.softwareag.com/­en_corporate/­platform/­adabas-natural.htmlarangodb.comgithub.com/­google/­leveldbwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmwww.vertica.com
Technical documentationdocs.arangodb.comgithub.com/­google/­leveldb/­blob/­main/­doc/­index.mdvertica.com/­documentation
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
DeveloperSoftware AGArangoDB Inc.GoogleRocket Software, originally Martin PhillipsOpenText infopreviously Micro Focus and Hewlett Packard
Initial release19712012201119932005
Current release3.11.5, November 20231.23, February 20213.4-1212.0.3, January 2023
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoBSDOpen Source infoGPLv2, extended commercial license availablecommercial infoLimited community edition free
Cloud-based only infoOnly available as a cloud servicenonononono infoon-premises, all major clouds - Amazon AWS, Microsoft Azure, Google Cloud Platform and containers
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ArangoDB Cloud –The Managed Cloud Service of ArangoDB. Provides fully managed, and monitored cluster deployments of any size, with enterprise-grade security. Get started for free and continue for as little as $0,21/hour.
Implementation languageC++C++C++
Server operating systemsBS2000
Linux
Unix
Windows
z/OS
z/VSE
Linux
OS X
Windows
Illumos
Linux
OS X
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
Linux
Data schemeyesschema-free infoautomatically recognizes schema within a collectionschema-freeyes infowith some exceptionsYes, but also semi-structure/unstructured data storage, and complex hierarchical data (like Parquet) stored and/or queried.
Typing infopredefined data types such as float or dateyesyes infostring, double, boolean, list, hashnoyes
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 indexesyesyesnoyesNo Indexes Required. Different internal optimization strategy, but same functionality included.
SQL infoSupport of SQLyes infowith add-on product Adabas SQL GatewaynononoFull 1999 standard plus machine learning, time series and geospatial. Over 650 functions.
APIs and other access methodsHTTP API infowith add-on software Adabas SOA Gateway
SOAP-based API infowith add-on software Adabas SOA Gateway
AQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
ADO.NET
JDBC
Kafka Connector
ODBC
RESTful HTTP API
Spark Connector
vSQL infocharacter-based, interactive, front-end utility
Supported programming languagesNaturalC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
C++
Go
Java info3rd party binding
JavaScript (Node.js) info3rd party binding
Python info3rd party binding
.Net
Basic
C
Java
Objective C
PHP
Python
C#
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Server-side scripts infoStored proceduresin NaturalJavaScriptnoyesyes, PostgreSQL PL/pgSQL, with minor differences
Triggersnononoyesyes, called Custom Alerts
Partitioning methods infoMethods for storing different data on different nodesyes, with additonal products like Adabas Cluster Services, Adabas Parallel Services, Adabas VistaSharding infosince version 2.0noneyeshorizontal partitioning, hierarchical partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes, with add-on product Event ReplicatorSource-replica replication with configurable replication factornoneyesMulti-source replication infoOne, or more copies of data replicated across nodes, or object-store used for repository.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infocan be done with stored procedures in JavaScriptnonono infoBi-directional Spark integration
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infoconfigurable per collection or per write
Immediate Consistency
OneShard (highly available, fault-tolerant deployment mode with ACID semantics)
Immediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyes inforelationships in graphsnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infowith automatic compression on writesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nono
User concepts infoAccess controlonly with OS-specific tools (e.g. IBM RACF, CA Top Secret)yesnoAccess rights can be defined down to the item levelfine grained access rights according to SQL-standard; supports Kerberos, LDAP, Ident and hash
More information provided by the system vendor
Adabas infodenotes "adaptable data base"ArangoDBLevelDBOpenQM infoalso called QMVertica infoOpenText™ Vertica™
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» more
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more

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"ArangoDBLevelDBOpenQM infoalso called QMVertica infoOpenText™ Vertica™
DB-Engines blog posts

The Weight of Relational Databases: Time for Multi-Model?
29 August 2017, Luca Olivari (guest author)

show all

Recent citations in the news

Re-evaluating legacy: Should you leave Adabas (and Natural) behind?
30 May 2024, ITWeb

Is it the end of the road for Software AG after selling its integration business to IBM?
12 January 2024, diginomica

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

Software AG sells data platform to IBM for €2.1bn
18 December 2023, Financial Times

Michael E. Jakes
26 October 2023, Legacy.com

provided by Google News

ArangoDB Announces Release of ArangoDB 3.11 for Search, Graph and Analytics
30 May 2023, insideHPC

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

Graph, machine learning, hype, and beyond: ArangoDB open source multi-model database releases version 3.7
27 August 2020, ZDNet

Here's the pitch deck a German software startup used to raise $10 million to move to San Francisco and take on Oracle
23 June 2019, Business Insider

ArangoDB 3.5 update improves multi-model database platform
22 August 2019, TechTarget

provided by Google News

Inside the "Fallguys" malware that steals your browsing data and gaming IMs; continued attack on open source software
2 September 2020, Sonatype Blog

Pliops unveils XDP-Rocks for RocksDB
19 October 2022, Blocks & Files

Threat Thursday: BlackGuard Infostealer Rises from Russian Underground Markets
21 April 2022, BlackBerry Blog

AMD EPYC vs. Intel Xeon Cascadelake With Facebook's RocksDB Database
17 October 2019, Phoronix

RocksDB - Facebook's Database Now Open Source
21 November 2013, iProgrammer

provided by Google News

Vertica on Kubernetes
20 June 2024, blogs.opentext.com

What’s New in OpenText Vertica
10 January 2024, blogs.opentext.com

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

MapR Hadoop Upgrade Spins YARN, Supports HP Vertica Analytics Platform
31 May 2024, Data Center Knowledge

Querying a Vertica data source in Amazon Athena using the Athena Federated Query SDK
11 February 2021, AWS Blog

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

RaimaDB logo

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