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

DBMS > Adabas vs. Cassandra vs. Faircom DB vs. YugabyteDB

System Properties Comparison Adabas vs. Cassandra vs. Faircom DB vs. YugabyteDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameAdabas infodenotes "adaptable data base"  Xexclude from comparisonCassandra  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionOLTP - DBMS for mainframes and Linux/Unix/Windows environments infoused typically together with the Natural programming platformWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.High-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelMultivalue DBMSWide column storeKey-value store
Relational DBMS
Relational DBMS
Secondary database modelsVector DBMS infostarting with release V5Document 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
Score103.86
Rank#12  Overall
#1  Wide column stores
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score3.11
Rank#99  Overall
#51  Relational DBMS
Websitewww.softwareag.com/­en_corporate/­platform/­adabas-natural.htmlcassandra.apache.orgwww.faircom.com/­products/­faircom-dbwww.yugabyte.com
Technical documentationcassandra.apache.org/­doc/­latestdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperSoftware AGApache Software Foundation infoApache top level project, originally developped by FacebookFairCom CorporationYugabyte Inc.
Initial release1971200819792017
Current release4.1.3, July 2023V12, November 20202.19, September 2023
License infoCommercial or Open SourcecommercialOpen Source infoApache version 2commercial infoRestricted, free version availableOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.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 languageJavaANSI C, C++C and C++
Server operating systemsBS2000
Linux
Unix
Windows
z/OS
z/VSE
BSD
Linux
OS X
Windows
AIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
Linux
OS X
Data schemeyesschema-freeschema free, schema optional, schema required, partial schema,depending on used data model
Typing infopredefined data types such as float or dateyesyesyes, ANSI SQL Types, JSON, typed binary structuresyes
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.nononono
Secondary indexesyesrestricted infoonly equality queries, not always the best performing solutionyesyes
SQL infoSupport of SQLyes infowith add-on product Adabas SQL GatewaySQL-like SELECT, DML and DDL statements (CQL)yes, ANSI SQL with proprietary extensionsyes, 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
Proprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
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#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresin Naturalnoyes info.Net, JavaScript, C/C++yes infosql, plpgsql, C
Triggersnoyesyesyes
Partitioning methods infoMethods for storing different data on different nodesyes, with additonal products like Adabas Cluster Services, Adabas Parallel Services, Adabas VistaSharding infono "single point of failure"File partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes, with add-on product Event Replicatorselectable replication factor infoRepresentation of geographical distribution of servers is possibleyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Eventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Strong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integritynonoyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoAtomicity and isolation are supported for single operationstunable from ACID to Eventually ConsistentDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesno
User concepts infoAccess controlonly with OS-specific tools (e.g. IBM RACF, CA Top Secret)Access rights for users can be defined per objectFine grained access rights according to SQL-standard with additional protections for filesyes
More information provided by the system vendor
Adabas infodenotes "adaptable data base"CassandraFaircom DB infoformerly c-treeACEYugabyteDB
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
Systems of record and engagement for cloud native applications that require resilience,...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
Apache 2.0 license for the database
» more
News

Simplifying Agent Development with Astra DB Connector for Vertex AI Search
11 April 2024

Making Astra DB easier for MongoDB developers
10 April 2024

Empowering Enterprise GenAI: Announcing Luna for RAGStack
10 April 2024

Gemini Code Assist + Astra DB: Build Generative AI Apps Faster
10 April 2024

DataStax Unveils Vertex AI Extension: Empowering LLMs with Direct Astra DB Access
9 April 2024

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
3rd partiesCassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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"CassandraFaircom DB infoformerly c-treeACEYugabyteDB
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 2015, Paul Andlinger

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

Here's What to Know About Apache Cassandra 5.0
16 April 2024, hackernoon.com

What Is Cassandra? Working, Features, and Uses - Spiceworks
17 August 2023, Spiceworks News and Insights

How Uber Optimized Cassandra Operations At Scale
20 July 2023, Uber

Cassandra is the “best f*cking database for gen AI,” says DataStax CEO
13 December 2023, VentureBeat

Microsoft extends life support for aging Apache Cassandra 3.11 database
10 October 2023, The Register

provided by Google News

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

provided by Google News

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

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

Scout24 Selects YugabyteDB to Upscale Global Hospitality Management System with Global Distribution and High ...
6 February 2024, Yahoo Finance

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
24 May 2023, InfoWorld

YugabyteDB Managed Introduces Product Labs Experience for Immersive Distributed SQL Learning
16 November 2023, Business Wire

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

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

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

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.

Present your product here