DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Badger vs. MarkLogic vs. QuestDB vs. Redis vs. ReductStore

System Properties Comparison Badger vs. MarkLogic vs. QuestDB vs. Redis vs. ReductStore

Editorial information provided by DB-Engines
NameBadger  Xexclude from comparisonMarkLogic  Xexclude from comparisonQuestDB  Xexclude from comparisonRedis  Xexclude from comparisonReductStore  Xexclude from comparison
DescriptionAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.Operational and transactional Enterprise NoSQL databaseA high performance open source SQL database for time series dataPopular 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.Designed to manage unstructured time-series data efficiently, providing unique features such as storing time-stamped blobs with labels, customizable data retention policies, and a straightforward FIFO quota system.
Primary database modelKey-value storeDocument store
Native XML DBMS
RDF store infoas of version 7
Search engine
Time Series DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceTime Series 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
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.18
Rank#314  Overall
#45  Key-value stores
Score4.28
Rank#67  Overall
#11  Document stores
#1  Native XML DBMS
#1  RDF stores
#8  Search engines
Score2.91
Rank#92  Overall
#6  Time Series DBMS
Score148.64
Rank#6  Overall
#1  Key-value stores
Score0.01
Rank#379  Overall
#39  Time Series DBMS
Websitegithub.com/­dgraph-io/­badgerwww.progress.com/­marklogicquestdb.ioredis.com
redis.io
github.com/­reductstore
www.reduct.store
Technical documentationgodoc.org/­github.com/­dgraph-io/­badgerwww.progress.com/­marklogic/­documentationquestdb.io/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
www.reduct.store/­docs
DeveloperDGraph LabsMarkLogic Corp.QuestDB Technology IncRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.ReductStore LLC
Initial release20172001201420092023
Current release11.0, December 20227.2.5, May 20241.9, March 2024
License infoCommercial or Open SourceOpen Source infoApache 2.0commercial inforestricted free version is availableOpen Source infoApache 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoBusiness Source License 1.1
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.
Implementation languageGoC++Java (Zero-GC), C++, RustCC++, Rust
Server operating systemsBSD
Linux
OS X
Solaris
Windows
Linux
OS X
Windows
Linux
macOS
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Docker
Linux
macOS
Windows
Data schemeschema-freeschema-free infoSchema can be enforcedyes infoschema-free via InfluxDB Line Protocolschema-free
Typing infopredefined data types such as float or datenoyesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexes
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.noyesnono
Secondary indexesnoyesnoyes infowith RediSearch module
SQL infoSupport of SQLnoyes infoSQL92SQL with time-series extensionswith RediSQL module
APIs and other access methodsJava API
Node.js Client API
ODBC
proprietary Optic API infoProprietary Query API, introduced with version 9
RESTful HTTP API
SPARQL
WebDAV
XDBC
XQuery
XSLT
HTTP REST
InfluxDB Line Protocol (TCP/UDP)
JDBC
PostgreSQL wire protocol
proprietary protocol infoRESP - REdis Serialization ProtocolHTTP API
Supported programming languagesGoC
C#
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
C infoPostgreSQL driver
C++
Go
Java
JavaScript (Node.js)
Python
Rust infoover HTTP
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
C++
JavaScript (Node.js)
Python
Rust
Server-side scripts infoStored proceduresnoyes infovia XQuery or JavaScriptnoLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersnoyesnopublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodesnoneShardinghorizontal partitioning (by timestamps)Sharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyesSource-replica replication with eventual consistencyMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes infovia Hadoop Connector, HDFS Direct Access and in-database MapReduce jobsnothrough RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integritynononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACID infocan act as a resource manager in an XA/JTA transactionACID for single-table writesAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logs
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, with Range Indexesyes infothrough memory mapped filesyes
User concepts infoAccess controlnoRole-based access control at the document and subdocument levelsAccess 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
More information provided by the system vendor
BadgerMarkLogicQuestDBRedisReductStore
News

Time-series and analytical databases walk into a bar
28 October 2024

Monitoring QuestDB with simple curl commands
24 October 2024

QuestDB and Raspberry Pi 5 benchmark, a pocket-sized powerhouse
22 October 2024

The future of fast databases: Lessons from a decade of QuestDB
10 October 2024

QuestDB 8.1.2 - Tabs & Balance
8 October 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 partiesRedisson PRO: The ultra-fast Redis Java Client.
» more

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

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

More resources
BadgerMarkLogicQuestDBRedisReductStore
DB-Engines blog posts

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

Progress Introduces MarkLogic FastTrack, Helping Organizations Harness the Power of Connected Data
23 July 2024, GlobeNewswire

Database Platform to Simplify Complex Data | Progress Marklogic
7 February 2023, Progress Software

Progress Brings Industry Leaders Together to Share Insights on AI and Data at MarkLogic World Tour US 2024
18 September 2024, StockTitan

Progress Announces Powerful New Generative AI Capabilities in Latest Release of MarkLogic Server
5 September 2024, GlobeNewswire

Progress launches MarkLogic Server 12 with new AI capabilities
9 September 2024, IT Brief Australia

provided by Google News

QuestDB snares $12M Series A with hosted version coming soon
3 November 2021, TechCrunch

SQL Extensions for Time-Series Data in QuestDB
11 January 2021, Towards Data Science

QuestDB nabs $2.3M seed to build open source time series database
2 July 2020, TechCrunch

MindsDB Platform Now Features Over 70 Integrations
4 November 2022, Datanami

The Landscape of Timeseries Databases | by Kovid Rathee
9 May 2022, Towards Data Science

provided by Google News

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

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

Redis Improves Performance of Vector Semantic Search with Multi-Threaded Query Engine
19 July 2024, InfoQ.com

After changing its license, Redis drops its biggest release yet
23 August 2024, TechCrunch

Flight to Valkey appears to be response to removal of Redis’ open source license
12 September 2024, Techzine Europe

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.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

SingleStore logo

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

Present your product here