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

DBMS > Redis vs. SingleStore vs. Trafodion vs. VoltDB vs. Yanza

System Properties Comparison Redis vs. SingleStore vs. Trafodion vs. VoltDB vs. Yanza

Editorial information provided by DB-Engines
NameRedis  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonTrafodion  Xexclude from comparisonVoltDB  Xexclude from comparisonYanza  Xexclude from comparison
Apache Trafodion has been retired in 2021. Therefore it is excluded from the DB-Engines Ranking.Yanza seems to be discontinued. Therefore it is excluded 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 typeTransactional SQL-on-Hadoop DBMSDistributed In-Memory NewSQL RDBMS infoUsed for OLTP applications with a high frequency of relatively simple transactions, that can hold all their data in memoryTime Series DBMS for IoT Applications
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 DBMSTime Series DBMS
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
Websiteredis.com
redis.io
www.singlestore.comtrafodion.apache.orgwww.voltdb.comyanza.com
Technical documentationdocs.redis.com/­latest/­index.html
redis.io/­docs
docs.singlestore.comtrafodion.apache.org/­documentation.htmldocs.voltdb.com
DeveloperRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.SingleStore Inc.Apache Software Foundation, originally developed by HPVoltDB Inc.Yanza
Initial release20092013201420102015
Current release7.2.5, May 20248.5, January 20242.3.0, February 201911.3, April 2022
License infoCommercial or Open SourceOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial infofree developer edition availableOpen Source infoApache 2.0Open Source infoAGPL for Community Edition, commercial license for Enterprise, AWS, and Pro Editionscommercial infofree version available
Cloud-based only infoOnly available as a cloud servicenonononono infobut mainly used as a service provided by Yanza
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageCC++, GoC++, JavaJava, 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
Windows
Data schemeschema-freeyesyesyesschema-free
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 indexesyesyesyesno
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 indexesyes infowith RediSearch moduleyesyesyesno
SQL infoSupport of SQLwith RediSQL moduleyes infobut no triggers and foreign keysyesyes infoonly a subset of SQL 99no
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
Java API
JDBC
RESTful HTTP/JSON API
HTTP 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
All languages supporting JDBC/ODBC/ADO.NetC#
C++
Erlang infonot officially supported
Go
Java
JavaScript infoNode.js
PHP
Python
any language that supports HTTP calls
Server-side scripts infoStored proceduresLua; Redis Functions coming in Redis 7 (slides and Github)yesJava Stored ProceduresJavano
Triggerspublish/subscribe channels provide some trigger functionality; RedisGearsnononoyes infoTimer and event based
Partitioning methods infoMethods for storing different data on different nodesSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding infohash partitioningShardingShardingnone
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, via HBaseMulti-source replication
Source-replica replication
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsthrough RedisGearsno infocan define user-defined aggregate functions for map-reduce-style calculationsyes infovia user defined functions and HBasenono
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 ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonoyesno infoFOREIGN KEY constraints are not supportedno
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 proceduresno
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 proceduresno

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

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

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

More resources
RedisSingleStore infoformer name was MemSQLTrafodionVoltDBYanza
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

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

Building a Modern Database: Nikita Shamgunov on Postgres and Beyond
18 April 2024, Madrona Venture Group

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 Announces Key New Hires
26 October 2021, citybiz

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

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

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

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.

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

Present your product here