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

DBMS > Google Cloud Datastore vs. Microsoft Azure Table Storage vs. Redis vs. SAP HANA vs. UniData,UniVerse

System Properties Comparison Google Cloud Datastore vs. Microsoft Azure Table Storage vs. Redis vs. SAP HANA vs. UniData,UniVerse

Editorial information provided by DB-Engines
NameGoogle Cloud Datastore  Xexclude from comparisonMicrosoft Azure Table Storage  Xexclude from comparisonRedis  Xexclude from comparisonSAP HANA  Xexclude from comparisonUniData,UniVerse  Xexclude from comparison
DescriptionAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformA 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.In-memory, column based data store. Available as appliance or cloud serviceMultiValue database and application server with SQL mapping layer and meta database capabilities
Primary database modelDocument storeWide column storeKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSMultivalue 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
Graph DBMS infowith SAP Hana, Enterprise Edition
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.49
Rank#79  Overall
#12  Document stores
Score4.92
Rank#73  Overall
#6  Wide column stores
Score156.44
Rank#6  Overall
#1  Key-value stores
Score45.84
Rank#22  Overall
#16  Relational DBMS
Score3.47
Rank#93  Overall
#2  Multivalue DBMS
Websitecloud.google.com/­datastoreazure.microsoft.com/­en-us/­services/­storage/­tablesredis.com
redis.io
www.sap.com/­products/­hana.htmlwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-unidata
Technical documentationcloud.google.com/­datastore/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
help.sap.com/­hanadocs.rocketsoftware.com/­bundle?cluster=true&labelkey=unidata&labelkey=prod_unidata
DeveloperGoogleMicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.SAPRocket Software
Initial release20082012200920101985
Current release7.2.4, January 20242.0 SPS07 (April 4, 2023), April 2023
License infoCommercial or Open SourcecommercialcommercialOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercialcommercial
Cloud-based only infoOnly available as a cloud serviceyesyesnono infoalso available as a cloud based serviceno
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 languageCC
Server operating systemshostedhostedBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Appliance or cloud-serviceAIX
HP-UX
Linux
Solaris
Windows
Data schemeschema-freeschema-freeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyes, details hereyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesoptional
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 indexesyesnoyes infowith RediSearch moduleyesyes
SQL infoSupport of SQLSQL-like query language (GQL)nowith RediSQL moduleyesyes
APIs and other access methodsgRPC (using protocol buffers) API
RESTful HTTP/JSON API
RESTful HTTP APIproprietary protocol infoRESP - REdis Serialization ProtocolJDBC
ODBC
Java API infoJPA
JDBC
ODBC
OLE DB
Proprietary protocol
RESTful HTTP API
SOAP-based API
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
.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 proceduresusing Google App EnginenoLua; Redis Functions coming in Redis 7 (slides and Github)SQLScript, Ryes
TriggersCallbacks using the Google Apps Enginenopublish/subscribe channels provide some trigger functionality; RedisGearsyesyes 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 shardingyesnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication using Paxosyes 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
yesSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infousing Google Cloud Dataflownothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.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 integrityyes infovia ReferenceProperties or Ancestor pathsnonoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoSerializable Isolation within Transactions, Read Committed outside of Transactionsoptimistic lockingAtomic execution of command blocks and scripts and optimistic lockingACIDACID infoconfigurable
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesyes
User concepts infoAccess controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Access 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
yesAccess 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 partiesNavicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

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

CData: Connect to Big Data & NoSQL through standard Drivers.
» 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
Google Cloud DatastoreMicrosoft Azure Table StorageRedisSAP HANAUniData,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

Google Cloud Stops Exit Fees
12 January 2024, Spiceworks News and Insights

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6 November 2023, PR Newswire

Best cloud storage of 2024
3 April 2024, TechRadar

What Is Google Cloud Platform?
28 August 2023, Simplilearn

Google says it’ll stop charging fees to transfer data out of Google Cloud
11 January 2024, TechCrunch

provided by Google News

Azure Cosmos DB Data Migration tool imports from Azure Table storage | Azure updates
5 May 2015, azure.microsoft.com

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

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

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

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

provided by Google News

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

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

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

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

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

provided by Google News

Combine the Power of AI with Business Context Using SAP HANA Cloud Vector Engine
2 April 2024, SAP News

Automating the update process of a clustered SAP HANA DB using nZDT and Ansible | Amazon Web Services
16 November 2023, AWS Blog

Modernize consolidation in an SAP S/4 HANA environment | CCH Tagetik
9 April 2024, Wolters Kluwer

SAP HANA Cloud Vector Engine
18 April 2024, IgniteSAP

Danfoss deploys HPE GreenLake for SAP S/4HANA Cloud at its data centres
24 April 2024, Telecompaper EN

provided by Google News

UniData implements a milestone Smart Class Room project at The Asian School | THE DAILY TRIBUNE | KINGDOM ...
8 April 2024, News of Bahrain- DT News

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

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

Italy's Unidata picks Telia Carrier for Rome PoP
15 January 2019, Capacity Media

Bringing real weather to classrooms | NCAR & UCAR News
31 May 2012, news.ucar.edu

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

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.

Milvus logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Present your product here