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

DBMS > MonetDB vs. Oracle Berkeley DB vs. Redis vs. Sphinx vs. YDB

System Properties Comparison MonetDB vs. Oracle Berkeley DB vs. Redis vs. Sphinx vs. YDB

Editorial information provided by DB-Engines
NameMonetDB  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonRedis  Xexclude from comparisonSphinx  Xexclude from comparisonYDB  Xexclude from comparison
DescriptionA relational database management system that stores data in columnsWidely used in-process key-value storePopular 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.Open source search engine for searching in data from different sources, e.g. relational databasesA distributed fault-tolerant database service, with high availability, scalability, immediate consistency and ACID transactions and providing an Amazon DynamoDB compatible API
Primary database modelRelational DBMSKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceSearch engineDocument store
Relational DBMS
Secondary database modelsDocument store
Spatial DBMS
Document 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
Score1.72
Rank#135  Overall
#62  Relational DBMS
Score1.88
Rank#130  Overall
#23  Key-value stores
#3  Native XML DBMS
Score149.43
Rank#6  Overall
#1  Key-value stores
Score5.97
Rank#56  Overall
#5  Search engines
Score0.39
Rank#269  Overall
#43  Document stores
#126  Relational DBMS
Websitewww.monetdb.orgwww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlredis.com
redis.io
sphinxsearch.comgithub.com/­ydb-platform/­ydb
ydb.tech
Technical documentationwww.monetdb.org/­Documentationdocs.oracle.com/­cd/­E17076_05/­html/­index.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
sphinxsearch.com/­docsydb.tech/­en/­docs
DeveloperMonetDB BVOracle infooriginally developed by Sleepycat, which was acquired by OracleRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Sphinx Technologies Inc.Yandex
Initial release20041994200920012019
Current releaseDec2023 (11.49), December 202318.1.40, May 20207.2.5, May 20243.5.1, February 2023
License infoCommercial or Open SourceOpen Source infoMozilla Public License 2.0Open Source infocommercial license availableOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoGPL version 2, commercial licence availableOpen 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.
Implementation languageCC, Java, C++ (depending on the Berkeley DB edition)CC++
Server operating systemsFreeBSD
Linux
OS X
Solaris
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
FreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Linux
Data schemeyesschema-freeschema-freeyesFlexible Schema (defined schema, partial schema, schema free)
Typing infopredefined data types such as float or dateyesnopartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesnoyes
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.yes infoonly with the Berkeley DB XML editionnono
Secondary indexesyesyesyes infowith RediSearch moduleyes infofull-text index on all search fieldsyes
SQL infoSupport of SQLyes infoSQL 2003 with some extensionsyes infoSQL interfaced based on SQLite is availablewith RediSQL moduleSQL-like query language (SphinxQL)SQL-like query language (YQL)
APIs and other access methodsJDBC
native C library infoMAPI library (MonetDB application programming interface)
ODBC
proprietary protocol infoRESP - REdis Serialization ProtocolProprietary protocolRESTful HTTP API (DynamoDB compatible)
Supported programming languagesC
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
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++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
Go
Java
JavaScript (Node.js)
PHP
Python
Server-side scripts infoStored proceduresyes, in SQL, C, RnoLua; Redis Functions coming in Redis 7 (slides and Github)nono
Triggersyesyes infoonly for the SQL APIpublish/subscribe channels provide some trigger functionality; RedisGearsno
Partitioning methods infoMethods for storing different data on different nodesSharding via remote tablesnoneSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnone infoSource-replica replication available in experimental statusSource-replica replicationMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
noneActive-passive shard replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency
Foreign keys infoReferential integrityyesnononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDAtomic execution of command blocks and scripts and optimistic lockingnoACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes infoThe original contents of fields are not stored in the Sphinx index.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesno
User concepts infoAccess controlfine grained access rights according to SQL-standardnoAccess 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
noAccess 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 partiesRedisson PRO: The ultra-fast Redis Java Client.
» more

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» 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
MonetDBOracle Berkeley DBRedisSphinxYDB
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

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Recent citations in the news

MonetDB Foundation launched
31 January 2024, Centrum Wiskunde & Informatica (CWI)

RDBMS Software Market is Going to Boom | DbVisualizer, MonetDB Foundation, MongoDB
4 September 2024, Daily News Mirror

PostgreSQL, MonetDB, and Too-Big-for-Memory Data in R — Part I
6 April 2018, Data Science Central

How MonetDB/X100 Exploits Modern CPU Performance
14 January 2020, Towards Data Science

Test of Time Award for paper on vectorized execution
16 January 2024, Centrum Wiskunde & Informatica (CWI)

provided by Google News

What is NoSQL (Not Only SQL database)?
28 February 2022, TechTarget

Margo I. Seltzer
18 August 2020, Berkman Klein Center

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular
5 March 2019, ADT Magazine

A complete beginners guide to installing a Bitcoin Full Node on Linux (2018 Edition)
3 May 2018, hackernoon.com

How to store financial market data for backtesting
26 January 2019, Towards Data Science

provided by Google News

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

Redis justifies open source shift with fresh hardware, LLM cost-saving features
12 September 2024, The Register

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

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

provided by Google News

Switching From Sphinx to MkDocs Documentation — What Did I Gain and Lose?
2 February 2024, Towards Data Science

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

Beyond the Concert Hall: 5 Organizations Making a Difference in Classical Music in 2018
22 December 2018, WQXR Radio

Here’s Why Russia Is Cracking Down on Google
23 February 2015, TIME

The Pirate Bay was recently down for over a week due to a DDoS attack
29 October 2019, The Hacker News

provided by Google News

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

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

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

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

Russian Court Sues Yandex CEO For LGBT Propaganda Case
3 January 2024, VOI.ID

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it 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.

RaimaDB logo

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

Milvus logo

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

Present your product here