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

DBMS > InfluxDB vs. jBASE vs. PostgreSQL vs. TerarkDB vs. YugabyteDB

System Properties Comparison InfluxDB vs. jBASE vs. PostgreSQL vs. TerarkDB vs. YugabyteDB

Editorial information provided by DB-Engines
NameInfluxDB  Xexclude from comparisonjBASE  Xexclude from comparisonPostgreSQL  Xexclude from comparisonTerarkDB  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionDBMS for storing time series, events and metricsA robust multi-value DBMS comprising development tools and middlewareWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLA key-value store forked from RocksDB with advanced compression algorithms. It can be used standalone or as a storage engine for MySQL and MongoDBHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelTime Series DBMSMultivalue DBMSRelational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Key-value storeRelational DBMS
Secondary database modelsSpatial DBMS infowith GEO packageDocument store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
Document store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score26.56
Rank#28  Overall
#1  Time Series DBMS
Score1.43
Rank#160  Overall
#3  Multivalue DBMS
Score645.05
Rank#4  Overall
#4  Relational DBMS
Score0.04
Rank#377  Overall
#58  Key-value stores
Score3.11
Rank#99  Overall
#51  Relational DBMS
Websitewww.influxdata.com/­products/­influxdb-overviewwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-jbasewww.postgresql.orggithub.com/­bytedance/­terarkdbwww.yugabyte.com
Technical documentationdocs.influxdata.com/­influxdbdocs.rocketsoftware.com/­bundle?labelkey=jbase_5.9www.postgresql.org/­docsbytedance.larkoffice.com/­docs/­doccnZmYFqHBm06BbvYgjsHHcKcdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperRocket Software (formerly Zumasys)PostgreSQL Global Development Group infowww.postgresql.org/­developerByteDance, originally TerarkYugabyte Inc.
Initial release201319911989 info1989: Postgres, 1996: PostgreSQL20162017
Current release2.7.5, January 20245.716.2, February 20242.19, September 2023
License infoCommercial or Open SourceOpen Source infoMIT-License; commercial enterprise version availablecommercialOpen Source infoBSDcommercial inforestricted open source version availableOpen 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.
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.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 languageGoCC++C and C++
Server operating systemsLinux
OS X infothrough Homebrew
AIX
Linux
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Linux
OS X
Data schemeschema-freeschema-freeyesschema-freedepending on used data model
Typing infopredefined data types such as float or dateNumeric data and Stringsoptionalyesnoyes
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.noyesyes infospecific XML-type available, but no XML query functionality.nono
Secondary indexesnoyesnoyes
SQL infoSupport of SQLSQL-like query languageEmbedded SQL for jBASE in BASICyes infostandard with numerous extensionsnoyes, PostgreSQL compatible
APIs and other access methodsHTTP API
JSON over UDP
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
SOAP-based API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
C++ API
Java 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 languages.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
.Net
Basic
Jabbascript
Java
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C++
Java
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresnoyesuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.noyes infosql, plpgsql, C
Triggersnoyesyesnoyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoin enterprise version onlyShardingpartitioning by range, list and (since PostgreSQL 11) by hashnoneHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoin enterprise version onlyyesSource-replica replication infoother methods possible by using 3rd party extensionsnoneBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyStrong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integritynonoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDnoDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoDepending on used storage engineyesnoyesno
User concepts infoAccess controlsimple rights management via user accountsAccess rights can be defined down to the item levelfine grained access rights according to SQL-standardnoyes
More information provided by the system vendor
InfluxDBjBASEPostgreSQLTerarkDBYugabyteDB
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» more
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesTime to Value InfluxDB is available in all the popular languages and frameworks,...
» more
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosIoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
Systems of record and engagement for cloud native applications that require resilience,...
» more
Key customersInfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
Market metricsFastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsOpen source core with closed source clustering available either on-premise or on...
» more
Apache 2.0 license for the database
» more
News

Sync Data from InfluxDB v2 to v3 With the Quix Template
8 April 2024

Infrastructure Monitoring Basics: Getting Started with Telegraf, InfluxDB, and Grafana
5 April 2024

Comparing Dates in Java: A Tutorial
3 April 2024

Python ARIMA Tutorial
29 March 2024

Time Series, InfluxDB, and Vector Databases
26 March 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 partiesNavicat Monitor is a safe, simple and agentless remote server monitoring tool for PostgreSQL and many other database management systems.
» 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

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

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» more

Instaclustr: Fully Hosted & Managed PostgreSQL
» more

Redgate webinars: A series of key topics for new PostgreSQL users.
» 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

SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» 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

pgDash: In-Depth PostgreSQL Monitoring.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
InfluxDBjBASEPostgreSQLTerarkDBYugabyteDB
DB-Engines blog posts

Why Build a Time Series Data Platform?
20 July 2017, Paul Dix (guest author)

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

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

Conferences, events and webinars

Monitoring PostgreSQL with Redgate Monitor
Webinar, 10-11am CT / 4-5pm BST, 22 May 2024

Recent citations in the news

Run and manage open source InfluxDB databases with Amazon Timestream | Amazon Web Services
14 March 2024, AWS Blog

dataFEED OPC Suite increases application security with OPC UA Tunnel and includes InfluxDB support | Electronics360
16 April 2024, Electronics360

How the FDAP Stack Gives InfluxDB 3.0 Real-Time Speed, Efficiency
15 March 2024, Datanami

AWS and InfluxData partner to offer managed time series database Timestream for InfluxDB
5 April 2024, VentureBeat

Amazon Timestream: Managed InfluxDB for Time Series Data
14 March 2024, The New Stack

provided by Google News

Temenos signs first customer in India
24 August 2009, Finextra

provided by Google News

pgEdge Distributed PostgreSQL Introduces Automatic DDL Replication and Snowflake Sequences for Postgres
17 April 2024, PR Newswire

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, blogs.oracle.com

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

General availability: Microsoft Entra ID integration with Azure Cosmos DB for PostgreSQL | Azure updates
13 March 2024, Microsoft

provided by Google News

A Chinese company is making the cloud 200x faster · TechNode
3 July 2017, TechNode

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

Yugabyte Announces CIS Benchmark for YugabyteDB to Elevate Data Security Standards
31 January 2024, Business Wire

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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.

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

AllegroGraph logo

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

Present your product here