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

DBMS > Adabas vs. Google Cloud Bigtable vs. Ignite vs. PostgreSQL vs. Riak TS

System Properties Comparison Adabas vs. Google Cloud Bigtable vs. Ignite vs. PostgreSQL vs. Riak TS

Editorial information provided by DB-Engines
NameAdabas infodenotes "adaptable data base"  Xexclude from comparisonGoogle Cloud Bigtable  Xexclude from comparisonIgnite  Xexclude from comparisonPostgreSQL  Xexclude from comparisonRiak TS  Xexclude from comparison
DescriptionOLTP - DBMS for mainframes and Linux/Unix/Windows environments infoused typically together with the Natural programming platformGoogle's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.Apache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.Widely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLRiak TS is a distributed NoSQL database optimized for time series data and based on Riak KV
Primary database modelMultivalue DBMSKey-value store
Wide column store
Key-value store
Relational DBMS
Relational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Time Series DBMS
Secondary database modelsDocument store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.58
Rank#91  Overall
#1  Multivalue DBMS
Score3.58
Rank#92  Overall
#14  Key-value stores
#8  Wide column stores
Score3.64
Rank#89  Overall
#13  Key-value stores
#48  Relational DBMS
Score645.05
Rank#4  Overall
#4  Relational DBMS
Score0.25
Rank#308  Overall
#26  Time Series DBMS
Websitewww.softwareag.com/­en_corporate/­platform/­adabas-natural.htmlcloud.google.com/­bigtableignite.apache.orgwww.postgresql.org
Technical documentationcloud.google.com/­bigtable/­docsapacheignite.readme.io/­docswww.postgresql.org/­docswww.tiot.jp/­riak-docs/­riak/­ts/­latest
DeveloperSoftware AGGoogleApache Software FoundationPostgreSQL Global Development Group infowww.postgresql.org/­developerOpen Source, formerly Basho Technologies
Initial release1971201520151989 info1989: Postgres, 1996: PostgreSQL2015
Current releaseApache Ignite 2.616.2, February 20243.0.0, September 2022
License infoCommercial or Open SourcecommercialcommercialOpen Source infoApache 2.0Open Source infoBSDOpen Source
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.
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
Implementation languageC++, Java, .NetCErlang
Server operating systemsBS2000
Linux
Unix
Windows
z/OS
z/VSE
hostedLinux
OS X
Solaris
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Linux
OS X
Data schemeyesschema-freeyesyesschema-free
Typing infopredefined data types such as float or dateyesnoyesyesno
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.nonoyesyes infospecific XML-type available, but no XML query functionality.no
Secondary indexesyesnoyesyesrestricted
SQL infoSupport of SQLyes infowith add-on product Adabas SQL GatewaynoANSI-99 for query and DML statements, subset of DDLyes infostandard with numerous extensionsyes, limited
APIs and other access methodsHTTP API infowith add-on software Adabas SOA Gateway
SOAP-based API infowith add-on software Adabas SOA Gateway
gRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
HTTP API
Native Erlang Interface
Supported programming languagesNaturalC#
C++
Go
Java
JavaScript (Node.js)
Python
C#
C++
Java
PHP
Python
Ruby
Scala
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Server-side scripts infoStored proceduresin Naturalnoyes (compute grid and cache interceptors can be used instead)user defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.Erlang
Triggersnonoyes (cache interceptors and events)yesyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesyes, with additonal products like Adabas Cluster Services, Adabas Parallel Services, Adabas VistaShardingShardingpartitioning by range, list and (since PostgreSQL 11) by hashSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes, with add-on product Event ReplicatorInternal replication in Colossus, and regional replication between two clusters in different zonesyes (replicated cache)Source-replica replication infoother methods possible by using 3rd party extensionsselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesyes (compute grid and hadoop accelerator)noyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Immediate ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynononoyesno infolinks between datasets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic single-row operationsACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
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, groups and roles based on Google Cloud Identity and Access Management (IAM)Security Hooks for custom implementationsfine grained access rights according to SQL-standardno

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
3rd partiespgDash: In-Depth PostgreSQL Monitoring.
» more

SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» more

Instaclustr: Fully Hosted & Managed PostgreSQL
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for PostgreSQL and many other database management systems.
» more

Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» more

Redgate webinars: A series of key topics for new PostgreSQL users.
» more

Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
» more

CYBERTEC is your professional partner in PostgreSQL topics for over 20 years. As our main aim is to be your single-source all-in-one IT service provider, we offer a wide range of products and services. Visit our website for more details.
» more

Timescale: Calling all PostgreSQL users – the 2023 State of PostgreSQL survey is now open! Share your favorite extensions, preferred frameworks, community experiences, and more. Take the survey today!
» more

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» 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"Google Cloud BigtableIgnitePostgreSQLRiak TS
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

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

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

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

provided by Google News

Google expands BigQuery with Gemini, brings vector support to cloud databases
29 February 2024, VentureBeat

What is Google Bigtable? | Definition from TechTarget
1 March 2022, TechTarget

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31 January 2022, InfoQ.com

Review: Google Bigtable scales with ease
7 September 2016, InfoWorld

Fire, water, knock out Google Cloud in Paris
27 April 2023, The Stack

provided by Google News

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

GridGain Showcases Power of Apache Ignite at Community Over Code Conference
5 October 2023, Datanami

Apache Ignite: An Overview
6 September 2023, Open Source For You

ArcGIS and Apache Log4j Vulnerabilities
22 May 2023, Esri

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

provided by Google News

Modernize your data architecture using Amazon RDS for PostgreSQL and Amazon QuickSight | Amazon Web Services
12 April 2024, AWS Blog

Introducing OCI Database with PostgreSQL: Completing Our Cloud Database Suite for Every Need
14 November 2023, Oracle

PeerDB Raises $3.6M Seed Round Funding to Advance Data Movement for PostgreSQL
12 April 2024, Datanami

Oracle Introduces PostgreSQL Running Native on OCI
17 December 2023, IDC

Public Preview: Azure Database for PostgreSQL - Flexible Server, enhanced disaster recovery features | Azure updates
6 December 2023, azure.microsoft.com

provided by Google News

What you missed in the Smart World: Amazon enters IoT space
12 October 2015, SiliconANGLE News

Best open source databases for IoT applications
26 May 2017, Open Source For You

provided by Google News



Share this page

Featured Products

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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.

Neo4j logo

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

Present your product here