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 > AgensGraph vs. Altibase vs. Bangdb vs. Milvus vs. Redis

System Properties Comparison AgensGraph vs. Altibase vs. Bangdb vs. Milvus vs. Redis

Editorial information provided by DB-Engines
NameAgensGraph  Xexclude from comparisonAltibase  Xexclude from comparisonBangdb  Xexclude from comparisonMilvus  Xexclude from comparisonRedis  Xexclude from comparison
DescriptionMulti-model database supporting relational and graph data models and built upon PostgreSQLAn enterprise grade, high-performance RDBMSConverged and high performance database for device data, events, time series, document and graphA DBMS designed for efficient storage of vector data and vector similarity searchesPopular 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.
Primary database modelGraph DBMS
Relational DBMS
Relational DBMSDocument store
Graph DBMS
Time Series DBMS
Vector DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Secondary database modelsSpatial DBMSDocument 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
Score0.20
Rank#321  Overall
#27  Graph DBMS
#143  Relational DBMS
Score1.07
Rank#186  Overall
#87  Relational DBMS
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score2.31
Rank#113  Overall
#3  Vector DBMS
Score157.80
Rank#6  Overall
#1  Key-value stores
Websitebitnine.net/­agensgraphaltibase.combangdb.commilvus.ioredis.com
redis.io
Technical documentationbitnine.net/­documentationgithub.com/­ALTIBASE/­Documents/­tree/­master/­Manualsdocs.bangdb.commilvus.io/­docs/­overview.mddocs.redis.com/­latest/­index.html
redis.io/­docs
DeveloperBitnine Global Inc.AltibaseSachin Sinha, BangDBRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release20161999201220192009
Current release2.1, December 2018v7.3, 2023, August 2023BangDB 2.0, October 20212.3.4, January 20247.2.4, January 2024
License infoCommercial or Open SourceOpen Source infoApache License 2.0commercial infoOpen source edition discontinued with March 2023Open Source infoBSD 3Open Source infoApache Version 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Cloud-based only infoOnly available as a cloud servicenonononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Zilliz Cloud – Cloud-native service for MilvusAiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageCC++C, C++C++, GoC
Server operating systemsLinux
OS X
Windows
AIX
HP-UX
Linux
LinuxLinux
macOS info10.14 or later
Windows infowith WSL 2 enabled
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemedepending on used data modelyesschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyes: string, long, double, int, geospatial, stream, eventsVector, Numeric and Stringpartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexes
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 indexesyesyesyes infosecondary, composite, nested, reverse, geospatialnoyes infowith RediSearch module
SQL infoSupport of SQLyesANSI SQL-92SQL like support with command line toolnowith RediSQL module
APIs and other access methodsCypher Query Language
JDBC
JDBC
ODBC
Proprietary protocol
Proprietary protocol
RESTful HTTP API
RESTful HTTP APIproprietary protocol infoRESP - REdis Serialization Protocol
Supported programming languagesC
Java
JavaScript
Python
C
C++
Java
C
C#
C++
Java
Python
C++
Go
Java
JavaScript (Node.js)
Python
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 proceduresyesstored procedures and stored functionsnonoLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersnoyesyes, Notifications (with Streaming only)nopublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodesno, but can be realized using table inheritanceShardingSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationyesselectable replication factor, Knob for CAP (enterprise version only)Multi-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononothrough RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyTunable consistency, set CAP knob accordinglyBounded Staleness
Eventual Consistency
Immediate Consistency
Session Consistency
Tunable Consistency
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integrityyesyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDnoAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyesyes, optimistic concurrency controlyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyes, implements WAL (Write ahead log) as wellyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logs
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes, run db with in-memory only modeyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardyes (enterprise version only)Role based access control and fine grained access rightsAccess 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
More information provided by the system vendor
AgensGraphAltibaseBangdbMilvusRedis
Specific characteristicsMilvus is an open-source and cloud-native vector database built for production-ready...
» more
Competitive advantagesHighly available, versatile, and robust with millisecond latency. Supports batch...
» more
Typical application scenariosRAG: retrieval augmented generation Video media : video understanding, video deduplication....
» more
Key customersMilvus is trusted by thousands of enterprises, including PayPal, eBay, IKEA, LINE,...
» more
Market metricsAs of January 2024, 25k+ GitHub stars 10M+ downloads and installations​ ​ 3k+ enterprise...
» more
Licensing and pricing modelsMilvus was released under the open-source Apache License 2.0 in October 2019. Fully-managed...
» more

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

Navicat 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

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

More resources
AgensGraphAltibaseBangdbMilvusRedis
DB-Engines blog posts

Vector databases
2 June 2023, Matthias Gelbmann

show all

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

Graph DBMS Performance Comparison AgensGraph vs. Neo4j
29 June 2017, Business Wire

Bitnine Releases AgensGraph 2.1, the Multi-model Graph Database Optimized for the Legacy Environment
29 January 2019, Business Wire

AGE - The Open Source PostgreSQL Extension For Graph Database Functionality
27 June 2022, iProgrammer

Bitnine: The Newly Revealed 'AI Teacher' Powered by Graph Database Delivers Hyper-Personalized Learning ...
25 March 2019, Business Wire

Bitnine Announces Plans for New Business with Apache AGE's Top-Level Promotion
14 June 2022, Business Wire

provided by Google News

Altibase is Adopted for Presence Service to Provide User Information and Online Presence
8 April 2019, PR Newswire

Open-source DBMS becoming battleground of public cloud
17 May 2022, Etnews

In-memory OLAP Database Market Is Booming (CAGR of 24.95%) Worldwide | Terracotta, Altibase, Kognitio, Mcobject ...
26 October 2018, openPR

South Korean company to provide database solution to Mobicom
10 April 2020, UB Post

In-Memory Database Market Size, Share, Trends and Forecast Analysis by Kognitio Ltd., Datastax, VoltDB, ENEA ...
27 July 2018, openPR

provided by Google News

How NVIDIA GPU Acceleration Supercharged Milvus Vector Database
26 March 2024, The New Stack

AI-Powered Search Engine With Milvus Vector Database on Vultr
31 January 2024, SitePoint

Milvus 2.4 Unveils Game-Changing Features for Enhanced Vector Search
20 March 2024, GlobeNewswire

Zilliz Unveils Game-Changing Features for Vector Search
22 March 2024, Datanami

IBM watsonx.data’s integrated vector database: unify, prepare, and deliver your data for AI
9 April 2024, IBM

provided by Google News

Boosting throughput for cloud databases
29 April 2024, The Register

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

AWS announces vector search for Amazon MemoryDB for Redis (Preview)
29 November 2023, AWS Blog

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

provided by Google News



Share this page

Featured Products

AllegroGraph logo

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

RaimaDB logo

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

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

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