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 > Ehcache vs. Fauna vs. Redis vs. VoltDB vs. YDB

System Properties Comparison Ehcache vs. Fauna vs. Redis vs. VoltDB vs. YDB

Editorial information provided by DB-Engines
NameEhcache  Xexclude from comparisonFauna infopreviously named FaunaDB  Xexclude from comparisonRedis  Xexclude from comparisonVoltDB  Xexclude from comparisonYDB  Xexclude from comparison
DescriptionA widely adopted Java cache with tiered storage optionsFauna provides a web-native interface, with support for GraphQL and custom business logic that integrates seamlessly with the rest of the serverless ecosystem. The underlying globally distributed storage and compute platform is fast, consistent, and reliable, with a modern security infrastructure.Popular 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.Distributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memoryA distributed fault-tolerant database service, with high availability, scalability, immediate consistency and ACID transactions and providing an Amazon DynamoDB compatible API
Primary database modelKey-value storeDocument store
Graph DBMS
Relational DBMS
Time Series DBMS
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSDocument store
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
Score4.89
Rank#67  Overall
#8  Key-value stores
Score1.52
Rank#153  Overall
#26  Document stores
#14  Graph DBMS
#71  Relational DBMS
#13  Time Series DBMS
Score157.80
Rank#6  Overall
#1  Key-value stores
Score1.44
Rank#158  Overall
#73  Relational DBMS
Score0.35
Rank#278  Overall
#43  Document stores
#127  Relational DBMS
Websitewww.ehcache.orgfauna.comredis.com
redis.io
www.voltdb.comgithub.com/­ydb-platform/­ydb
ydb.tech
Technical documentationwww.ehcache.org/­documentationdocs.fauna.comdocs.redis.com/­latest/­index.html
redis.io/­docs
docs.voltdb.comydb.tech/­en/­docs
DeveloperTerracotta Inc, owned by Software AGFauna, Inc.Redis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.VoltDB Inc.Yandex
Initial release20092014200920102019
Current release3.10.0, March 20227.2.4, January 202411.3, April 2022
License infoCommercial or Open SourceOpen Source infoApache Version 2; commercial licenses availablecommercialOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro EditionsOpen Source infoApache 2.0; commercial license available
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.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageJavaScalaCJava, C++
Server operating systemsAll OS with a Java VMhostedBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linux
OS X infofor development
Linux
Data schemeschema-freeschema-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 indexesyesyes
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.nononono
Secondary indexesnoyesyes infowith RediSearch moduleyesyes
SQL infoSupport of SQLnonowith RediSQL moduleyes infoonly a subset of SQL 99SQL-like query language (YQL)
APIs and other access methodsJCacheRESTful HTTP APIproprietary protocol infoRESP - REdis Serialization ProtocolJava API
JDBC
RESTful HTTP/JSON API
RESTful HTTP API (DynamoDB compatible)
Supported programming languagesJavaC#
Go
Java
JavaScript
Python
Ruby
Scala
Swift
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#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
Go
Java
JavaScript (Node.js)
PHP
Python
Server-side scripts infoStored proceduresnouser defined functionsLua; Redis Functions coming in Redis 7 (slides and Github)Javano
Triggersyes infoCache Event Listenersnopublish/subscribe channels provide some trigger functionality; RedisGearsno
Partitioning methods infoMethods for storing different data on different nodesSharding infoby using Terracotta Serverhorizontal partitioning infoconsistent hashingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoby using Terracotta ServerMulti-source replicationMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Multi-source replication
Source-replica replication
Active-passive shard replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable Consistency (Strong, Eventual, Weak)Immediate ConsistencyEventual 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 integritynoyesnono infoFOREIGN KEY constraints are not supportedno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infosupports JTA and can work as an XA resourceACIDAtomic execution of command blocks and scripts and optimistic lockingACID infoTransactions are executed single-threaded within stored proceduresACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyes infousing a tiered cache-storage approachyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes infoSnapshots and command loggingyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnoyesno
User concepts infoAccess controlnoIdentity management, authentication, and access controlAccess 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
Users and roles with access to stored proceduresAccess 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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

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

More resources
EhcacheFauna infopreviously named FaunaDBRedisVoltDBYDB
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

Atlassian asks customers to patch critical Jira vulnerability
22 July 2021, BleepingComputer

Critical Jira Flaw in Atlassian Could Lead to RCE
22 July 2021, Threatpost

DZone Coding Java JBoss 5 to 7 in 11 steps
9 January 2014, DZone

provided by Google News

Linux Foundation marshals support for open source alternative to Redis
3 April 2024, The Register

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21 March 2024, TechCrunch

The Coolest Database System Companies Of The 2024 Big Data 100
22 April 2024, CRN

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

Valkey is Rapidly Overtaking Redis
19 April 2024, DevOps.com

provided by Google News

Unveiling Volt Active Data's game-changing approach to limitless app performance
16 October 2023, YourStory

 VoltDB Launches Active(N) Lossless Cross Data Center Replication
31 August 2021, PR Newswire

VoltDB Turns to Real-Time Analytics with NewSQL Database
30 January 2014, Datanami

VoltDB Upgrades Power, Security of Its In-Memory Database
1 February 2017, eWeek

VoltDB Adds Geospatial Support, Cross-Site Replication
28 January 2016, The New Stack

provided by Google News

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

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

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

Yandex Food's Data Gets Leaked, Russian Secret Service Habits Are Revealed, Including Putin's Lover's House
4 April 2022, VOI English

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

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

Present your product here