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

DBMS > Redis vs. SingleStore vs. Teradata Aster vs. VoltDB vs. YTsaurus

System Properties Comparison Redis vs. SingleStore vs. Teradata Aster vs. VoltDB vs. YTsaurus

Editorial information provided by DB-Engines
NameRedis  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonTeradata Aster  Xexclude from comparisonVoltDB  Xexclude from comparisonYTsaurus  Xexclude from comparison
Teradata Aster has been integrated into other Teradata systems and therefore will be removed from the DB-Engines ranking.
DescriptionPopular 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.MySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table typePlatform for big data analytics on multistructured data sources and typesDistributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memoryYTsaurus is an open source platform for distributed storage and processing.
Primary database modelKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSRelational DBMSRelational DBMSDocument store
Key-value store
Secondary database modelsDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
Document store
Spatial DBMS
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score149.43
Rank#6  Overall
#1  Key-value stores
Score4.02
Rank#74  Overall
#39  Relational DBMS
Score1.38
Rank#156  Overall
#72  Relational DBMS
Score0.15
Rank#323  Overall
#44  Document stores
#47  Key-value stores
Websiteredis.com
redis.io
www.singlestore.comwww.voltdb.comytsaurus.tech
Technical documentationdocs.redis.com/­latest/­index.html
redis.io/­docs
docs.singlestore.comdocs.voltdb.comytsaurus.tech/­docs/­en
DeveloperRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.SingleStore Inc.TeradataVoltDB Inc.Yandex
Initial release20092013200520102023
Current release7.2.5, May 20248.5, January 202411.3, April 2022
License infoCommercial or Open SourceOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial infofree developer edition availablecommercialOpen Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro EditionsOpen Source infoApache License, Version 2.0
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++, GoJava, C++C++
Server operating systemsBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linux info64 bit version requiredLinuxLinux
OS X infofor development
Ubuntu
Data schemeschema-freeyesFlexible Schema (defined schema, partial schema, schema free) infodefined schema within the relational store; partial schema or schema free in the Aster File Storeyes
Typing infopredefined data types such as float or datepartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyesyesyes
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.nonoyes infoin Aster File Storeno
Secondary indexesyes infowith RediSearch moduleyesyesyes
SQL infoSupport of SQLwith RediSQL moduleyes infobut no triggers and foreign keysyesyes infoonly a subset of SQL 99YQL, an SQL-based language, is supported
APIs and other access methodsproprietary protocol infoRESP - REdis Serialization ProtocolCluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
ADO.NET
JDBC
ODBC
OLE DB
Java API
JDBC
RESTful HTTP/JSON API
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
Bash
C
C#
Java
JavaScript (Node.js)
Python
C
C#
C++
Java
Python
R
C#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
C++
Go
Java
JavaScript
Python
Server-side scripts infoStored proceduresLua; Redis Functions coming in Redis 7 (slides and Github)yesR packagesJava
Triggerspublish/subscribe channels provide some trigger functionality; RedisGearsnonono
Partitioning methods infoMethods for storing different data on different nodesSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding infohash partitioningShardingShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Source-replica replication infostores two copies of each physical data partition on two separate nodesyes infoDimension tables are replicated across all nodes in the cluster. The number of replicas for the file store can be configured.Multi-source replication
Source-replica replication
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsthrough RedisGearsno infocan define user-defined aggregate functions for map-reduce-style calculationsyes infoSQL Map-Reduce Frameworknoyes
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 ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integritynononono infoFOREIGN KEY constraints are not supported
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of command blocks and scripts and optimistic lockingACIDACIDACID infoTransactions are executed single-threaded within stored proceduresACID
Concurrency infoSupport for concurrent manipulation of datayes infoData access is serialized by the serveryes, multi-version concurrency control (MVCC)yesyes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yesyes infoSnapshots and command loggingyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesno
User concepts infoAccess 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
Fine grained access control via users, groups and rolesfine grained access rights according to SQL-standardUsers and roles with access to stored proceduresAccess Control Lists

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 partiesNavicat 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

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
RedisSingleStore infoformer name was MemSQLTeradata AsterVoltDBYTsaurus
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

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

Recent citations in the 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

SingleStore Partners With Snowflake to Help Users Build Faster, More Efficient Real Time AI Applications
19 September 2024, Business Wire

Achieve near real-time analytics on Amazon DynamoDB with SingleStore
16 September 2024, AWS Blog

Third time was the charm for SingleStore in the cloud, CEO says
8 July 2024, The Register

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

John Hinshaw Appointed to SingleStore Board of Directors
17 September 2024, Business Wire

provided by Google News

Case study: Siemens reduces train failures with Teradata Aster
12 September 2016, RCR Wireless News

Teradata's Aster shows how the flowers of fraud bloom
23 April 2015, The Register

Teradata Integrates Big Data Analytic Architecture
22 October 2012, PR Newswire

An American Dream Story, With A Silicon Valley Twist
14 August 2013, Forbes

Gartner, IBM, Teradata make Big Data announcements
17 October 2012, ZDNet

provided by Google News

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

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

VoltDB Aims for Fast Big Data Development
29 January 2015, ADT Magazine

Solutions Review Sits Down with VoltDB CEO David Flower
17 April 2018, Solutions Review

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

provided by Google News

Yandex Unveils YaFSDP for 26% Faster LLM Training
11 June 2024, AIM

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

SingleStore logo

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

Present your product here