DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > GeoMesa vs. IBM Db2 warehouse vs. Redis vs. Sequoiadb vs. SQLite

System Properties Comparison GeoMesa vs. IBM Db2 warehouse vs. Redis vs. Sequoiadb vs. SQLite

Editorial information provided by DB-Engines
NameGeoMesa  Xexclude from comparisonIBM Db2 warehouse infoformerly named IBM dashDB  Xexclude from comparisonRedis  Xexclude from comparisonSequoiadb  Xexclude from comparisonSQLite  Xexclude from comparison
DescriptionGeoMesa is a distributed spatio-temporal DBMS based on various systems as storage layer.Cloud-based data warehousing servicePopular 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 SQLWidely used embeddable, in-process RDBMS
Primary database modelSpatial DBMSRelational DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceDocument store
Relational DBMS
Relational DBMS
Secondary database modelsDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.78
Rank#214  Overall
#4  Spatial DBMS
Score1.26
Rank#162  Overall
#73  Relational DBMS
Score149.43
Rank#6  Overall
#1  Key-value stores
Score0.42
Rank#263  Overall
#41  Document stores
#121  Relational DBMS
Score103.35
Rank#10  Overall
#7  Relational DBMS
Websitewww.geomesa.orgwww.ibm.com/­products/­db2/­warehouseredis.com
redis.io
www.sequoiadb.comwww.sqlite.org
Technical documentationwww.geomesa.org/­documentation/­stable/­user/­index.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
www.sequoiadb.com/­en/­index.php?m=Files&a=indexwww.sqlite.org/­docs.html
DeveloperCCRi and othersIBMRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Sequoiadb Ltd.Dwayne Richard Hipp
Initial release20142014200920132000
Current release5.0.1, July 20247.2.5, May 20243.46.1  (13 August 2024), August 2024
License infoCommercial or Open SourceOpen Source infoApache License 2.0commercialOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoServer: AGPL; Client: Apache V2Open Source infoPublic Domain
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.
Implementation languageScalaCC++C
Server operating systemshostedBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linuxserver-less
Data schemeyesyesschema-freeschema-freeyes infodynamic column types
Typing infopredefined data types such as float or dateyesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes infooid, date, timestamp, binary, regexyes infonot rigid because of 'dynamic typing' concept.
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.nono infoImport/export of XML data possiblenonono
Secondary indexesyesyesyes infowith RediSearch moduleyesyes
SQL infoSupport of SQLnoyeswith RediSQL moduleSQL-like query languageyes infoSQL-92 is not fully supported
APIs and other access methods.NET Client API
JDBC
ODBC
OLE DB
proprietary protocol infoRESP - REdis Serialization Protocolproprietary protocol using JSONADO.NET infoinofficial driver
JDBC infoinofficial driver
ODBC infoinofficial driver
Supported programming languagesJava
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
C
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
Actionscript
Ada
Basic
C
C#
C++
D
Delphi
Forth
Fortran
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Objective-C
OCaml
Perl
PHP
PL/SQL
Python
R
Ruby
Scala
Scheme
Smalltalk
Tcl
Server-side scripts infoStored proceduresnoPL/SQL, SQL PLLua; Redis Functions coming in Redis 7 (slides and Github)JavaScriptno
Triggersnoyespublish/subscribe channels provide some trigger functionality; RedisGearsnoyes
Partitioning methods infoMethods for storing different data on different nodesdepending on storage layerShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesdepending on storage layeryesMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Source-replica replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemdepending on storage layerImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Eventual Consistency
Foreign keys infoReferential integritynoyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDAtomic execution of command blocks and scripts and optimistic lockingDocument is locked during a transactionACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryesyes infovia file-system locks
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.depending on storage layeryesyesnoyes
User concepts infoAccess controlyes infodepending on the DBMS used for storagefine grained access rights according to SQL-standardAccess 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 controlno

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 partiesCData: 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

Redisson PRO: The ultra-fast Redis Java Client.
» more
Navicat for SQLite is a powerful and comprehensive SQLite GUI that provides a complete set of functions for database management and development.
» more

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

More resources
GeoMesaIBM Db2 warehouse infoformerly named IBM dashDBRedisSequoiadbSQLite
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

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Recent citations in the news

A major upgrade to Db2® Warehouse on IBM Cloud®
26 June 2024, IBM

Announcing the deprecation of prior generation Db2 Warehouse plans on AWS
16 October 2023, IBM

Data Mining in Db2 Warehouse: the basics
23 June 2020, Towards Data Science

Top 7 Cloud Data Warehouse Companies
31 May 2023, Datamation

Tackling AI’s data challenges with IBM databases on AWS
14 March 2024, IBM

provided by Google News

Majority of Redis users considering alternatives after less permissive licensing move
20 September 2024, The Register

With Valkey 8.0, the Linux Foundation thumbs its nose at Redis
16 September 2024, Techzine Europe

Redis debuts new data integration and AI features for its database
23 August 2024, SiliconANGLE News

Database dust-up: Are Redis users switching to Valkey?
12 September 2024, Computing

Valkey Emerges as Leading Open Source Alternative to Redis After Relicensing Row
12 September 2024, businesswire.com

provided by Google News

Google researchers suggest "fixing" SQL with pipe syntax, SQLite creator unconvinced
30 August 2024, DevClass

LLM-Assisted Translation From Postgres to SQLite and DuckDB
16 September 2024, The New Stack

How to work with Dapper and SQLite in ASP.NET Core
10 May 2024, InfoWorld

SQLite Vulnerability Could Put Thousands of Apps at Risk
22 March 2024, Dark Reading

SQLite Gets Into Vector Search
5 September 2024, iProgrammer

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.

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

RaimaDB logo

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

Present your product here