DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > GridGain vs. HarperDB vs. MonetDB vs. Redis vs. SAP HANA

System Properties Comparison GridGain vs. HarperDB vs. MonetDB vs. Redis vs. SAP HANA

Editorial information provided by DB-Engines
NameGridGain  Xexclude from comparisonHarperDB  Xexclude from comparisonMonetDB  Xexclude from comparisonRedis  Xexclude from comparisonSAP HANA  Xexclude from comparison
DescriptionGridGain is an in-memory computing platform, built on Apache IgniteHarperDB takes the "stack" out of "tech stack" by combining an ultra-fast document-style data store, in-memory cache, real-time message broker, and your application components into a single distributed technology.A relational database management system that stores data in columnsPopular 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 service
Primary database modelColumnar
Key-value store
Object oriented DBMS
Relational DBMS
Document storeRelational DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMS
Secondary database modelsDocument store
Spatial DBMS
Document 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
Score1.48
Rank#150  Overall
#1  Columnar
#26  Key-value stores
#2  Object oriented DBMS
#69  Relational DBMS
Score0.55
Rank#243  Overall
#38  Document stores
Score1.72
Rank#135  Overall
#62  Relational DBMS
Score149.43
Rank#6  Overall
#1  Key-value stores
Score41.32
Rank#23  Overall
#16  Relational DBMS
Websitewww.gridgain.comwww.harperdb.iowww.monetdb.orgredis.com
redis.io
www.sap.com/­products/­hana.html
Technical documentationwww.gridgain.com/­docs/­index.htmldocs.harperdb.io/­docswww.monetdb.org/­Documentationdocs.redis.com/­latest/­index.html
redis.io/­docs
help.sap.com/­hana
DeveloperGridGain Systems, Inc.HarperDBMonetDB BVRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.SAP
Initial release20072017200420092010
Current releaseGridGain 8.5.13.1, August 2021Dec2023 (11.49), December 20237.2.5, May 20242.0 SPS07 (April 4, 2023), April 2023
License infoCommercial or Open Sourcecommercial, open sourcecommercial infofree community edition availableOpen Source infoMozilla Public License 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial
Cloud-based only infoOnly available as a cloud servicenonononono infoalso available as a cloud based service
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJava, C++, .Net, Python, REST, SQLNode.jsCC
Server operating systemsLinux
OS X
Solaris
Windows
z/OS
Linux
OS X
FreeBSD
Linux
OS X
Solaris
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Appliance or cloud-service
Data schemeyesdynamic schemayesschema-freeyes
Typing infopredefined data types such as float or dateyesyes infoJSON data typesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes
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.yesnonono
Secondary indexesyesyesyesyes infowith RediSearch moduleyes
SQL infoSupport of SQLANSI-99 for query and DML statements, subset of DDLSQL-like data manipulation statementsyes infoSQL 2003 with some extensionswith RediSQL moduleyes
APIs and other access methodsHDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
JDBC
ODBC
React Hooks
RESTful HTTP/JSON API
WebSocket
JDBC
native C library infoMAPI library (MonetDB application programming interface)
ODBC
proprietary protocol infoRESP - REdis Serialization ProtocolJDBC
ODBC
Supported programming languagesC#
C++
Java
PHP
Python
Ruby
Scala
.Net
C
C#
C++
ColdFusion
D
Dart
Delphi
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
MatLab
Objective C
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Rust
Scala
Swift
C
C++
Java
JavaScript (Node.js)
Perl
PHP
Python
R
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
Server-side scripts infoStored proceduresyes (compute grid and cache interceptors can be used instead)Custom Functions infosince release 3.1yes, in SQL, C, RLua; Redis Functions coming in Redis 7 (slides and Github)SQLScript, R
Triggersyes (cache interceptors and events)noyespublish/subscribe channels provide some trigger functionality; RedisGearsyes
Partitioning methods infoMethods for storing different data on different nodesShardingA table resides as a whole on one (or more) nodes in a clusterSharding via remote tablesSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingyes
Replication methods infoMethods for redundantly storing data on multiple nodesyes (replicated cache)yes infothe nodes on which a table resides can be definednone infoSource-replica replication available in experimental statusMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
yes
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes (compute grid and hadoop accelerator)nonothrough RedisGearsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate 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 integritynonoyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic execution of specific operationsACIDAtomic execution of command blocks and scripts and optimistic lockingACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyesyes, using LMDByesyes 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.yesyesyesyes
User concepts infoAccess controlRole-based access control
Security Hooks for custom implementations
Access rights for users and rolesfine grained access rights according to SQL-standardAccess 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
yes

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

Redisson PRO: The ultra-fast Redis Java Client.
» more

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» 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
GridGainHarperDBMonetDBRedisSAP HANA
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

GridGain Advances Its Unified Real-Time Data Platform to Help Enterprises Accelerate AI-Driven Data Processing
10 July 2024, insideBIGDATA

GridGain Sponsoring Strategic AI and Kafka Conferences This Month
4 September 2024, Datanami

GridGain in-memory data and generative AI
10 May 2024, Blocks & Files

Data Management News for the Week of July 12; Updates from Cloudera, HerculesAI, Oracle & More
12 July 2024, Solutions Review

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, Datanami

provided by Google News

HarperDB Attracts Significant Growth Investment from Serent Capital
12 June 2024, Business Wire

Defense Innovation Unit Issues Success Memo to HarperDB for its Common Operation Database Prototype
11 September 2024, PR Newswire

DoD Successfully Deploys Commercial AI Solutions for COD Project
10 September 2024, Defense Innovation Unit

Wilson Sonsini Advises Serent Capital on Significant Growth Investment in HarperDB
17 June 2024, Wilson Sonsini

HarperDB Receives Growth Investment from Serent Capital
12 June 2024, FinSMEs

provided by Google News

MonetDB Foundation launched
31 January 2024, Centrum Wiskunde & Informatica (CWI)

RDBMS Software Market is Going to Boom | DbVisualizer, MonetDB Foundation, MongoDB
4 September 2024, Daily News Mirror

PostgreSQL, MonetDB, and Too-Big-for-Memory Data in R — Part I
6 April 2018, Data Science Central

How MonetDB/X100 Exploits Modern CPU Performance
14 January 2020, Towards Data Science

Test of Time Award for paper on vectorized execution
16 January 2024, Centrum Wiskunde & Informatica (CWI)

provided by Google 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

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

Automating application-consistent Amazon EBS Snapshots for SAP HANA databases
6 February 2024, AWS Blog

The best way to modernize your close & consolidation process in an SAP S/4 HANA environment
9 April 2024, Wolters Kluwer

SAP reveals €2 bn investment in sovereign cloud
19 September 2024, InfotechLead.com

SAP HANA Cloud Vector Engine
18 April 2024, IgniteSAP

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.

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.

SingleStore logo

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

Present your product here