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 > OrientDB vs. Qdrant vs. Redis vs. Stardog vs. VictoriaMetrics

System Properties Comparison OrientDB vs. Qdrant vs. Redis vs. Stardog vs. VictoriaMetrics

Editorial information provided by DB-Engines
NameOrientDB  Xexclude from comparisonQdrant  Xexclude from comparisonRedis  Xexclude from comparisonStardog  Xexclude from comparisonVictoriaMetrics  Xexclude from comparison
DescriptionMulti-model DBMS (Document, Graph, Key/Value)A high-performance vector database with neural network or semantic-based matchingPopular 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.Enterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualizationA fast, cost-effective and scalable Time Series DBMS and monitoring solution
Primary database modelDocument store
Graph DBMS
Key-value store
Vector DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceGraph DBMS
RDF store
Time Series DBMS
Secondary database modelsDocument 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
Score3.19
Rank#93  Overall
#16  Document stores
#7  Graph DBMS
#14  Key-value stores
Score1.16
Rank#175  Overall
#6  Vector DBMS
Score157.80
Rank#6  Overall
#1  Key-value stores
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Score1.32
Rank#162  Overall
#14  Time Series DBMS
Websiteorientdb.orggithub.com/­qdrant/­qdrant
qdrant.tech
redis.com
redis.io
www.stardog.comvictoriametrics.com
Technical documentationwww.orientdb.com/­docs/­last/­index.htmlqdrant.tech/­documentationdocs.redis.com/­latest/­index.html
redis.io/­docs
docs.stardog.comdocs.victoriametrics.com
github.com/­VictoriaMetrics/­VictoriaMetrics/­wiki
DeveloperOrientDB LTD; CallidusCloud; SAPQdrantRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Stardog-UnionVictoriaMetrics
Initial release20102021200920102018
Current release3.2.29, March 20247.2.4, January 20247.3.0, May 2020v1.91, May 2023
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoApache Version 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/studentsOpen Source infoApache Version 2.0
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.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageJavaRustCJavaGo
Server operating systemsAll OS with a Java JDK (>= JDK 6)Docker
Linux
macOS
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linux
macOS
Windows
FreeBSD
Linux
macOS
OpenBSD
Data schemeschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")schema-freeschema-freeschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateyesNumbers, Strings, Geo, Booleanpartial 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.nononono infoImport/export of XML data possibleno
Secondary indexesyesyes infoKeywords, numberic ranges, geo, full-textyes infowith RediSearch moduleyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLSQL-like query language, no joinsnowith RediSQL moduleYes, compatible with all major SQL variants through dedicated BI/SQL Serverno
APIs and other access methodsTinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
gRPC
OpenAPI 3.0
RESTful HTTP/JSON API infoOpenAPI 3.0
proprietary protocol infoRESP - REdis Serialization ProtocolGraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Graphite protocol
InfluxDB Line Protocol
OpenTSDB
Prometheus Query API
Prometheus Remote Read/Write
Supported programming languages.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
Go
Java
JavaScript (Node.js)
Python
Rust
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
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresJava, JavascriptLua; Redis Functions coming in Redis 7 (slides and Github)user defined functions and aggregates, HTTP Server extensions in Javano
TriggersHookspublish/subscribe channels provide some trigger functionality; RedisGearsyes infovia event handlersno
Partitioning methods infoMethods for storing different data on different nodesShardingShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationCollection-level replicationMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Multi-source replication in HA-ClusterSynchronous replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocould be achieved with distributed queriesnothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency, tunable consistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency in HA-ClusterEventual Consistency
Foreign keys infoReferential integrityyes inforelationship in graphsnoyes inforelationships in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic execution of command blocks and scripts and optimistic lockingACIDno
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.yesyesyesno
User concepts infoAccess controlAccess rights for users and roles; record level security configurableKey-based authenticationAccess 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 for users and roles

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

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

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

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

More resources
OrientDBQdrantRedisStardogVictoriaMetrics
DB-Engines blog posts

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, 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

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

K2View updates DataOps platform with data fabric automation
11 May 2021, TechTarget

provided by Google News

Open source vector database startup Qdrant raises $28M
23 January 2024, TechCrunch

Qdrant offers managed vector database for hybrid clouds
16 April 2024, InfoWorld

Qdrant Hybrid Cloud is Now Available for OCI Customers: Managed Vector Search Engine for Data-Sensitive AI ...
16 April 2024, blogs.oracle.com

Open-source vector database Qdrant launches hybrid cloud for enterprise AI apps
16 April 2024, SiliconANGLE News

Qdrant launches first vector database as a managed hybrid cloud
16 April 2024, VentureBeat

provided by Google News

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

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

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

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

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, Business Wire

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

provided by Google News



Share this page

Featured Products

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

AllegroGraph logo

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

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