DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Bangdb vs. mSQL vs. Redis vs. SAP HANA vs. VictoriaMetrics

System Properties Comparison Bangdb vs. mSQL vs. Redis vs. SAP HANA vs. VictoriaMetrics

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonmSQL infoMini SQL  Xexclude from comparisonRedis  Xexclude from comparisonSAP HANA  Xexclude from comparisonVictoriaMetrics  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphmSQL (Mini SQL) is a simple and lightweight RDBMSPopular 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 serviceA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Relational DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSTime Series DBMS
Secondary database modelsSpatial DBMSDocument 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
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score1.27
Rank#167  Overall
#77  Relational DBMS
Score157.80
Rank#6  Overall
#1  Key-value stores
Score44.69
Rank#22  Overall
#16  Relational DBMS
Score1.32
Rank#162  Overall
#14  Time Series DBMS
Websitebangdb.comhughestech.com.au/­products/­msqlredis.com
redis.io
www.sap.com/­products/­hana.htmlvictoriametrics.com
Technical documentationdocs.bangdb.comdocs.redis.com/­latest/­index.html
redis.io/­docs
help.sap.com/­hanadocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
DeveloperSachin Sinha, BangDBHughes TechnologiesRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.SAPVictoriaMetrics
Initial release20121994200920102018
Current releaseBangDB 2.0, October 20214.4, October 20217.2.4, January 20242.0 SPS07 (AprilĀ 4, 2023), April 2023v1.91, May 2023
License infoCommercial or Open SourceOpen Source infoBSD 3commercial infofree licenses can be providedOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterprisecommercialOpen Source infoApache Version 2.0
Cloud-based only infoOnly available as a cloud servicenononono 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 languageC, C++CCGo
Server operating systemsLinuxAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Appliance or cloud-serviceFreeBSD
Linux
macOS
OpenBSD
Data schemeschema-freeyesschema-freeyes
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyespartial 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.nonononono
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyesyes infowith RediSearch moduleyes
SQL infoSupport of SQLSQL like support with command line toolA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggerswith RediSQL moduleyesno
APIs and other access methodsProprietary protocol
RESTful HTTP API
JDBC
ODBC
proprietary protocol infoRESP - REdis Serialization ProtocolJDBC
ODBC
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Supported programming languagesC
C#
C++
Java
Python
C
C++
Delphi
Java
Perl
PHP
Tcl
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 proceduresnonoLua; Redis Functions coming in Redis 7 (slides and Github)SQLScript, Rno
Triggersyes, Notifications (with Streaming only)nopublish/subscribe channels provide some trigger functionality; RedisGearsyesno
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmnoneSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingyes
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)noneMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
yesSynchronous replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglynoneEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate ConsistencyEventual Consistency
Foreign keys infoReferential integritynononoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoAtomic execution of command blocks and scripts and optimistic lockingACIDno
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlnoyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyes 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.yes, run db with in-memory only modenoyesyesno
User concepts infoAccess controlyes (enterprise version only)noAccess 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

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
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
BangdbmSQL infoMini SQLRedisSAP HANAVictoriaMetrics
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

Make Your MySQL Server More Secure With These 7 Steps - MUO
1 December 2022, MakeUseOf

Writing a Web Service in Perl
9 July 2003, PCQuest

Higher Education PS rules out ghost students before PAC - Zambia
29 November 2018, diggers.news

provided by Google News

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

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

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

Valkey: A Redis Fork With a Future
2 May 2024, The New Stack

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

provided by Google News

Automate deployment of SAP Web Dispatcher using AWS Launch Wizard
1 May 2024, AWS Blog

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

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

What are the options as SAP HANA 1.0 support in the Neo environment sunsets?
3 November 2023, ComputerWeekly.com

provided by Google News

How VictoriaMetrics' open source approach led to mass industry adoption
3 May 2024, Tech.eu

KubeCon24: VictoriaMetrics' Simpler Alternative to Prometheus
20 March 2024, The New Stack

OpenTelemetry Is Too Complicated, VictoriaMetrics Says
1 April 2024, Datanami

VictoriaMetrics Machine Learning takes monitoring to the next level
19 March 2024, businesswire.com

VictoriaMetrics takes organic growth over investor pressure
11 December 2023, The Register

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

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here