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

DBMS > PostGIS vs. Redis vs. Sequoiadb vs. TimescaleDB vs. YDB

System Properties Comparison PostGIS vs. Redis vs. Sequoiadb vs. TimescaleDB vs. YDB

Editorial information provided by DB-Engines
NamePostGIS  Xexclude from comparisonRedis  Xexclude from comparisonSequoiadb  Xexclude from comparisonTimescaleDB  Xexclude from comparisonYDB  Xexclude from comparison
DescriptionSpatial extension of PostgreSQLPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.NewSQL database with distributed OLTP and SQLA time series DBMS optimized for fast ingest and complex queries, based on PostgreSQLA distributed fault-tolerant database service, with high availability, scalability, immediate consistency and ACID transactions and providing an Amazon DynamoDB compatible API
Primary database modelSpatial DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceDocument store
Relational DBMS
Time Series DBMSDocument store
Relational DBMS
Secondary database modelsRelational DBMSDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
Relational DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score21.72
Rank#29  Overall
#1  Spatial DBMS
Score155.94
Rank#6  Overall
#1  Key-value stores
Score0.50
Rank#258  Overall
#41  Document stores
#120  Relational DBMS
Score4.46
Rank#71  Overall
#5  Time Series DBMS
Score0.33
Rank#287  Overall
#43  Document stores
#132  Relational DBMS
Websitepostgis.netredis.com
redis.io
www.sequoiadb.comwww.timescale.comgithub.com/­ydb-platform/­ydb
ydb.tech
Technical documentationpostgis.net/­documentationdocs.redis.com/­latest/­index.html
redis.io/­docs
www.sequoiadb.com/­en/­index.php?m=Files&a=indexdocs.timescale.comydb.tech/­en/­docs
DeveloperRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Sequoiadb Ltd.TimescaleYandex
Initial release20052009201320172019
Current release3.4.2, February 20247.2.5, May 20242.15.0, May 2024
License infoCommercial or Open SourceOpen Source infoGPL v2.0Open Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoServer: AGPL; Client: Apache V2Open Source infoApache 2.0Open Source infoApache 2.0; commercial license available
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 Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageCCC++C
Server operating systemsBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
LinuxLinux
OS X
Windows
Linux
Data schemeyesschema-freeschema-freeyesFlexible Schema (defined schema, partial schema, schema free)
Typing infopredefined data types such as float or dateyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes infooid, date, timestamp, binary, regexnumerics, strings, booleans, arrays, JSON blobs, geospatial dimensions, currencies, binary data, other complex data typesyes
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.yesnonoyesno
Secondary indexesyesyes infowith RediSearch moduleyesyesyes
SQL infoSupport of SQLyeswith RediSQL moduleSQL-like query languageyes infofull PostgreSQL SQL syntaxSQL-like query language (YQL)
APIs and other access methodsproprietary protocol infoRESP - REdis Serialization Protocolproprietary protocol using JSONADO.NET
JDBC
native C library
ODBC
streaming API for large objects
RESTful HTTP API (DynamoDB compatible)
Supported programming languagesC
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
.Net
C++
Java
PHP
Python
.Net
C
C++
Delphi
Java infoJDBC
JavaScript
Perl
PHP
Python
R
Ruby
Scheme
Tcl
Go
Java
JavaScript (Node.js)
PHP
Python
Server-side scripts infoStored proceduresuser defined functionsLua; Redis Functions coming in Redis 7 (slides and Github)JavaScriptuser defined functions, PL/pgSQL, PL/Tcl, PL/Perl, PL/Python, PL/Java, PL/PHP, PL/R, PL/Ruby, PL/Scheme, PL/Unix shellno
Triggersyespublish/subscribe channels provide some trigger functionality; RedisGearsnoyes
Partitioning methods infoMethods for storing different data on different nodesyes infobased on PostgreSQLSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingShardingyes, across time and space (hash partitioning) attributesSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infobased on PostgreSQLMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Source-replica replicationSource-replica replication with hot standby and reads on replicas infoActive-passive shard replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnothrough RedisGearsnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Eventual ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnonoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic execution of command blocks and scripts and optimistic lockingDocument is locked during a transactionACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoData access is serialized by the serveryesyesyes
Durability infoSupport for making data persistentyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnonono
User concepts infoAccess controlyes infobased on PostgreSQLAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
simple password-based access controlfine grained access rights according to SQL-standardAccess rights defined for Yandex Cloud users

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 partiesAiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

Redisson PRO: The ultra-fast Redis Java Client.
» more

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

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

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

More resources
PostGISRedisSequoiadbTimescaleDBYDB
DB-Engines blog posts

Spatial database management systems
6 April 2021, Matthias Gelbmann

show all

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Redis acquires storage engine startup Speedb to enhance its open-source database
21 March 2024, SiliconANGLE News

In-memory database Redis wants to dabble in disk
19 October 2023, The Register

AWS announces vector search for Amazon MemoryDB for Redis (Preview)
29 November 2023, AWS Blog

Linux Foundation Backs 'Valkey' Open-Source Fork of Redis
29 March 2024, Datanami

Redis moves to source-available licenses
25 March 2024, InfoWorld

provided by Google News

TimescaleDB Is a Vector Database Now, Too
25 September 2023, Datanami

Timescale Acquires PopSQL to Bring a Modern, Collaborative SQL GUI to PostgreSQL Developers
4 April 2024, PR Newswire

Power IoT and time-series workloads with TimescaleDB for Azure Database for PostgreSQL
18 March 2019, Microsoft

Timescale Valuation Rockets to Over $1B with $110M Round, Marking the Explosive Rise of Time-Series Data
22 February 2022, businesswire.com

Timescale announces $15M investment and new enterprise version of TimescaleDB
29 January 2019, TechCrunch

provided by Google News

Russian Court Sues Yandex CEO For LGBT Propaganda Case
30 April 2024, VOI.ID

Personal Data Protection Service Initiates Probe into Yandex.Go App’s Data Processing
10 August 2023, Civil Georgia

Data leak from Russian delivery app shows dining habits of the secret police
3 April 2022, The Verge

Yandex Food Delivery Service Leak Revealed Personal Information of Russia's Secret Police
3 April 2022, Tech Times

Yandex code leak: Why hack of ‘Russian Google’s’ ranking factors has spooked the SEO industry
1 February 2023, The Indian Express

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

Present your product here