DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Adabas vs. Hive vs. Tarantool vs. UniData,UniVerse vs. YugabyteDB

System Properties Comparison Adabas vs. Hive vs. Tarantool vs. UniData,UniVerse vs. YugabyteDB

Editorial information provided by DB-Engines
NameAdabas infodenotes "adaptable data base"  Xexclude from comparisonHive  Xexclude from comparisonTarantool  Xexclude from comparisonUniData,UniVerse  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionOLTP - DBMS for mainframes and Linux/Unix/Windows environments infoused typically together with the Natural programming platformdata warehouse software for querying and managing large distributed datasets, built on HadoopIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsMultiValue database and application server with SQL mapping layer and meta database capabilitiesHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelMultivalue DBMSRelational DBMSDocument store
Key-value store
Relational DBMS
Multivalue DBMSRelational DBMS
Secondary database modelsSpatial DBMS infowith Tarantool/GIS extensionDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.58
Rank#91  Overall
#1  Multivalue DBMS
Score62.59
Rank#18  Overall
#12  Relational DBMS
Score1.67
Rank#150  Overall
#25  Document stores
#25  Key-value stores
#69  Relational DBMS
Score3.47
Rank#93  Overall
#2  Multivalue DBMS
Score3.11
Rank#99  Overall
#51  Relational DBMS
Websitewww.softwareag.com/­en_corporate/­platform/­adabas-natural.htmlhive.apache.orgwww.tarantool.iowww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidatawww.yugabyte.com
Technical documentationcwiki.apache.org/­confluence/­display/­Hive/­Homewww.tarantool.io/­en/­docdocs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidatadocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperSoftware AGApache Software Foundation infoinitially developed by FacebookVKRocket SoftwareYugabyte Inc.
Initial release19712012200819852017
Current release3.1.3, April 20222.10.0, May 20222.19, September 2023
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2Open Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterprisecommercialOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageJavaC and C++CC and C++
Server operating systemsBS2000
Linux
Unix
Windows
z/OS
z/VSE
All OS with a Java VMBSD
Linux
macOS
AIX
HP-UX
Linux
Solaris
Windows
Linux
OS X
Data schemeyesyesFlexible data schema: relational definition for tables with ability to store json-like documents in columnsschema-freedepending on used data model
Typing infopredefined data types such as float or dateyesyesstring, double, decimal, uuid, integer, blob, boolean, datetimeoptionalyes
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.nonono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLyes infowith add-on product Adabas SQL GatewaySQL-like DML and DDL statementsFull-featured ANSI SQL supportyesyes, PostgreSQL compatible
APIs and other access methodsHTTP API infowith add-on software Adabas SOA Gateway
SOAP-based API infowith add-on software Adabas SOA Gateway
JDBC
ODBC
Thrift
Open binary protocolJava API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languagesNaturalC++
Java
PHP
Python
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
.Net
Basic infoU2 Basic
C
Java
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresin Naturalyes infouser defined functions and integration of map-reduceLua, C and SQL stored proceduresyesyes infosql, plpgsql, C
Triggersnonoyes, before/after data modification events, on replication events, client session eventsyes infoU2 Basicyes
Partitioning methods infoMethods for storing different data on different nodesyes, with additonal products like Adabas Cluster Services, Adabas Parallel Services, Adabas VistaShardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.noneHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes, with add-on product Event Replicatorselectable replication factorAsynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
Source-replica replicationBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes infoquery execution via MapReducenono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Strong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integritynonoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactionsACID infoconfigurableDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyesyes, cooperative multitaskingyesyes
Durability infoSupport for making data persistentyesyesyes, write ahead loggingyesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, full featured in-memory storage engine with persistenceno
User concepts infoAccess controlonly with OS-specific tools (e.g. IBM RACF, CA Top Secret)Access rights for users, groups and rolesAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
Access rights according to SQL-standard and operating system basedyes
More information provided by the system vendor
Adabas infodenotes "adaptable data base"HiveTarantoolUniData,UniVerseYugabyteDB
Specific characteristicsYugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesPostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosSystems of record and engagement for cloud native applications that require resilience,...
» more
Market metrics2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsApache 2.0 license for the database
» 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"HiveTarantoolUniData,UniVerseYugabyteDB
DB-Engines blog posts

Why is Hadoop not listed in the DB-Engines Ranking?
13 May 2013, Paul Andlinger

show all

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

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

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

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

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

A Second Look at LzLabs' Mainframe Migration
28 June 2017, Virtualization Review

provided by Google News

Run Apache Hive workloads using Spark SQL with Amazon EMR on EKS | Amazon Web Services
18 October 2023, AWS Blog

Data Engineering in 2024: Predictions For Data Lakes and The Serving Layer
23 January 2024, Datanami

18 Top Big Data Tools and Technologies to Know About in 2024
24 January 2024, TechTarget

Top 80 Hadoop Interview Questions and Answers for 2024
15 February 2024, Simplilearn

DataCentral: Uber's Observability and Chargeback Platform
1 February 2024, Uber

provided by Google News

In-Memory Showdown: Redis vs. Tarantool
1 September 2021, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16 December 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13 April 2020, Хабр

Тarantool Cartridge: Sharding Lua Backend in Three Lines
9 October 2019, Хабр

RAMAX Group получила партнерский статус уровня Gold по продукту Tarantool
16 April 2024, spbit.ru

provided by Google News

Unidata Reports Full Year 2023 Earnings
31 March 2024, Simply Wall St

UniData implements a milestone Smart Class Room project at The Asian School | THE DAILY TRIBUNE | KINGDOM ...
8 April 2024, News of Bahrain- DT News

Bahrain Business: UniData implements major 'smart classroom' project
8 April 2024, Gulf Digital News

Unidata uses Jetstream to make geoscience data available to science community
29 January 2020, IU Newsroom

Data + software services
21 August 2018, UCAR

provided by Google News

Yugabyte Embraces 'No Downtime, No Limits,' as the Theme of the Upcoming Distributed SQL Summit Asia
18 April 2024, businesswire.com

YUGABYTE'S DSS ASIA 2024: UNEARTH POWER, VERSATILITY OF DISTRIBUTED SQL
18 April 2024, BERNAMA

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14 March 2024, businesswire.com

YUGABYTE EMBRACES 'NO DOWNTIME, NO LIMITS,' AS THE THEME OF THE UPCOMING DISTRIBUTED SQL ...
18 April 2024, BERNAMA

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

SingleStore logo

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

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.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here