DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > etcd vs. Hazelcast vs. Microsoft Azure Table Storage vs. Redis vs. UniData,UniVerse

System Properties Comparison etcd vs. Hazelcast vs. Microsoft Azure Table Storage vs. Redis vs. UniData,UniVerse

Editorial information provided by DB-Engines
Nameetcd  Xexclude from comparisonHazelcast  Xexclude from comparisonMicrosoft Azure Table Storage  Xexclude from comparisonRedis  Xexclude from comparisonUniData,UniVerse  Xexclude from comparison
DescriptionA distributed reliable key-value storeA widely adopted in-memory data gridA Wide Column Store for rapid development using massive semi-structured datasetsPopular 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.MultiValue database and application server with SQL mapping layer and meta database capabilities
Primary database modelKey-value storeKey-value storeWide column storeKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceMultivalue DBMS
Secondary database modelsDocument store infoJSON support with IMDG 3.12Document 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
Score7.66
Rank#55  Overall
#6  Key-value stores
Score7.66
Rank#54  Overall
#5  Key-value stores
Score5.35
Rank#71  Overall
#6  Wide column stores
Score157.00
Rank#6  Overall
#1  Key-value stores
Score3.93
Rank#89  Overall
#2  Multivalue DBMS
Websiteetcd.io
github.com/­etcd-io/­etcd
hazelcast.comazure.microsoft.com/­en-us/­services/­storage/­tablesredis.com
redis.io
www.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidata
Technical documentationetcd.io/­docs
github.com/­etcd-io/­etcd/­tree/­master/­Documentation
hazelcast.org/­imdg/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
docs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidata
DeveloperHazelcastMicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Rocket Software
Initial release2008201220091985
Current release3.4, August 20195.3.6, November 20237.2.4, January 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoApache Version 2; commercial licenses availablecommercialOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial
Cloud-based only infoOnly available as a cloud servicenonoyesnono
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 languageGoJavaCC
Server operating systemsFreeBSD
Linux
Windows infoexperimental
All OS with a Java VMhostedBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
AIX
HP-UX
Linux
Solaris
Windows
Data schemeschema-freeschema-freeschema-freeschema-freeschema-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 indexesoptional
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.noyes infothe object must implement a serialization strategynono
Secondary indexesnoyesnoyes infowith RediSearch moduleyes
SQL infoSupport of SQLnoSQL-like query languagenowith RediSQL moduleyes
APIs and other access methodsgRPC
JSON over HTTP
JCache
JPA
Memcached protocol
RESTful HTTP API
RESTful HTTP APIproprietary protocol infoRESP - REdis Serialization ProtocolJava API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
Supported programming languages.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Rust
Scala
Tcl
.Net
C#
C++
Clojure
Go
Java
JavaScript (Node.js)
Python
Scala
.Net
C#
C++
Java
JavaScript (Node.js)
PHP
Python
Ruby
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
.Net
Basic infoU2 Basic
C
Java
Server-side scripts infoStored proceduresnoyes infoEvent Listeners, Executor ServicesnoLua; Redis Functions coming in Redis 7 (slides and Github)yes
Triggersyes, watching key changesyes infoEventsnopublish/subscribe channels provide some trigger functionality; RedisGearsyes infoU2 Basic
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoImplicit feature of the cloud serviceSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.yes infoReplicated Mapyes infoimplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnothrough RedisGearsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate Consistency or Eventual Consistency selectable by user infoRaft Consensus AlgorithmImmediate 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 integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoone or two-phase-commit; repeatable reads; read commitedoptimistic lockingAtomic execution of command blocks and scripts and optimistic lockingACID infoconfigurable
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyesyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnoyes
User concepts infoAccess controlnoRole-based access controlAccess rights based on private key authentication or shared access signaturesAccess 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
Access rights according to SQL-standard and operating system based

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

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

Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

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

More resources
etcdHazelcastMicrosoft Azure Table StorageRedisUniData,UniVerse
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

CKA (Certified Kubernetes Administrator) Cheat Sheet | by Innovate Forge
3 January 2024, Medium

A Deep Dive Into Kubernetes Threat Modeling - Security News
31 October 2023, Trend Micro

How can corporates use the ETCD platform to hedge their forex? Gaurang Somaiya explains
4 August 2023, The Economic Times

How to restore a Kubernetes cluster from an etcd snapshot
16 December 2021, TechTarget

Tutorial: Set up a Secure and Highly Available etcd Cluster
14 August 2020, The New Stack

provided by Google News

Hazelcast Weaves Wider Logic Threads Through The Data Fabric
7 March 2024, Forbes

Hazelcast Achieves Record Year with Leading Brands Choosing Its Platform for Application Modernization, AI Initiatives
22 February 2024, Datanami

Hazelcast: The 'true' value of streaming real-time data
27 September 2023, ComputerWeekly.com

Real-Time Data Platform Hazelcast Introduces New Chief Technology Officer Adrian Soars
7 November 2023, Finovate

AArete partners with data firm Hazelcast
17 July 2023, Consulting.us

provided by Google News

How to use Azure Table storage in .Net
14 January 2019, InfoWorld

How to Use C# Azure.Data.Tables SDK with Azure Cosmos DB
9 July 2021, hackernoon.com

Inside Azure File Storage
7 October 2015, Microsoft

Testing Precompiled Azure Functions Locally with Storage Emulator
8 March 2018, Visual Studio Magazine

How to write data to Azure Table Store with an Azure Function
14 April 2017, Experts Exchange

provided by Google News

Redis expands data management capabilities with Speedb acquisition – Blocks and Files
22 March 2024, Blocks & Files

Redis moves to source-available licenses
25 March 2024, InfoWorld

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

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

Redis tightens its license terms, pleasing basically no one
22 March 2024, The Register

provided by Google News

Unidata awarded EUR 3 mln smart water metering contract
16 January 2024, Telecompaper EN

Unidata uses Jetstream to make geoscience data available to science community
29 January 2020, IU Newsroom

Unidata names ASN and Elettra to build new Mediterranean cable
18 October 2022, Capacity Media

Unidata turns 25 | NCAR & UCAR News
15 January 2010, news.ucar.edu

DPIRD and Unidata upgrade weather stations to 4G
10 June 2023, Farm Weekly

provided by Google News



Share this page

Featured Products

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get 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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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

Present your product here