DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > GeoMesa vs. InfluxDB vs. NCache vs. PostgreSQL vs. RethinkDB

System Properties Comparison GeoMesa vs. InfluxDB vs. NCache vs. PostgreSQL vs. RethinkDB

Editorial information provided by DB-Engines
NameGeoMesa  Xexclude from comparisonInfluxDB  Xexclude from comparisonNCache  Xexclude from comparisonPostgreSQL  Xexclude from comparisonRethinkDB  Xexclude from comparison
DescriptionGeoMesa is a distributed spatio-temporal DBMS based on various systems as storage layer.DBMS for storing time series, events and metricsOpen-Source and Enterprise in-memory Key-Value StoreWidely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelSpatial DBMSTime Series DBMSKey-value storeRelational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Document store
Secondary database modelsSpatial DBMS infowith GEO packageDocument store
Search engine infoUsing distributed Lucene
Document store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.78
Rank#213  Overall
#4  Spatial DBMS
Score25.83
Rank#28  Overall
#1  Time Series DBMS
Score0.94
Rank#195  Overall
#29  Key-value stores
Score645.54
Rank#4  Overall
#4  Relational DBMS
Score2.74
Rank#105  Overall
#19  Document stores
Websitewww.geomesa.orgwww.influxdata.com/­products/­influxdb-overviewwww.alachisoft.com/­ncachewww.postgresql.orgrethinkdb.com
Technical documentationwww.geomesa.org/­documentation/­stable/­user/­index.htmldocs.influxdata.com/­influxdbwww.alachisoft.com/­resources/­docswww.postgresql.org/­docsrethinkdb.com/­docs
DeveloperCCRi and othersAlachisoftPostgreSQL Global Development Group infowww.postgresql.org/­developerThe Linux Foundation infosince July 2017
Initial release2014201320051989 info1989: Postgres, 1996: PostgreSQL2009
Current release4.0.5, February 20242.7.6, April 20245.3.3, April 202416.2, February 20242.4.1, August 2020
License infoCommercial or Open SourceOpen Source infoApache License 2.0Open Source infoMIT-License; commercial enterprise version availableOpen Source infoEnterprise Edition availableOpen Source infoBSDOpen Source infoApache Version 2
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.
Implementation languageScalaGoC#, .NET, .NET Core, JavaCC++
Server operating systemsLinux
OS X infothrough Homebrew
Linux
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Linux
OS X
Windows
Data schemeyesschema-freeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyesNumeric data and Stringspartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counteryesyes infostring, binary, float, bool, date, geometry
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.nononoyes infospecific XML-type available, but no XML query functionality.no
Secondary indexesyesnoyesyesyes
SQL infoSupport of SQLnoSQL-like query languageSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.yes infostandard with numerous extensionsno
APIs and other access methodsHTTP API
JSON over UDP
IDistributedCache
JCache
LINQ
Proprietary native API
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
Supported programming languages.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-side scripts infoStored proceduresnonono infosupport for stored procedures with SQL-Server CLRuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.
Triggersnonoyes infoNotificationsyesClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesdepending on storage layerSharding infoin enterprise version onlyyespartitioning by range, list and (since PostgreSQL 11) by hashSharding inforange based
Replication methods infoMethods for redundantly storing data on multiple nodesdepending on storage layerselectable replication factor infoin enterprise version onlyyes, with selectable consistency levelSource-replica replication infoother methods possible by using 3rd party extensionsSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyesnoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemdepending on storage layerEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonooptimistic locking and pessimistic lockingACIDAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes infoMVCC based
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.depending on storage layeryes infoDepending on used storage engineyesnono
User concepts infoAccess controlyes infodepending on the DBMS used for storagesimple rights management via user accountsAuthentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)fine grained access rights according to SQL-standardyes infousers and table-level permissions
More information provided by the system vendor
GeoMesaInfluxDBNCachePostgreSQLRethinkDB
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» more
NCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesTime to Value InfluxDB is available in all the popular languages and frameworks,...
» more
NCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosIoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
NCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersInfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
Bank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsFastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
Market Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsOpen source core with closed source clustering available either on-premise or on...
» more
NCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» more
News

Introduction to Apache Iceberg
9 May 2024

Converting Timestamp to Date in Java
7 May 2024

A Detailed Guide to C# TimeSpan
2 May 2024

The Final Frontier: Using InfluxDB on the International Space Station
30 April 2024

Getting the Current Time in C#: A Guide
26 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 partiesCYBERTEC 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

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

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

Instaclustr: Fully Hosted & Managed PostgreSQL
» more

pgDash: In-Depth PostgreSQL Monitoring.
» more

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

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

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

Navicat 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

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

More resources
GeoMesaInfluxDBNCachePostgreSQLRethinkDB
DB-Engines blog posts

Spatial database management systems
6 April 2021, Matthias Gelbmann

show all

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

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

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

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

InfluxData Collaborating with AWS to Bring InfluxDB and Time Series Analytics to Developers Around the World
14 March 2024, Business Wire

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

Time-series database startup InfluxData debuts self-managed version of InfluxDB
6 September 2023, SiliconANGLE News

provided by Google News

How to use NCache in ASP.Net Core
25 February 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

provided by Google News

AGEDB Technology Launches PGTS - PostgreSQL Tech-Support
8 May 2024, Yahoo Canada Finance

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

PostgreSQL Security Flaws Let Attackers Execute Code
6 May 2024, CybersecurityNews

Automatically Generate Types for Your PostgreSQL Database
1 May 2024, The New Stack

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

provided by Google News

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

Review: RethinkDB rethinks real-time Web apps
23 September 2015, InfoWorld

provided by Google News



Share this page

Featured Products

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

Neo4j logo

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

Present your product here