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

DBMS > AlaSQL vs. Dragonfly vs. ObjectBox vs. Qdrant vs. Redis

System Properties Comparison AlaSQL vs. Dragonfly vs. ObjectBox vs. Qdrant vs. Redis

Editorial information provided by DB-Engines
NameAlaSQL  Xexclude from comparisonDragonfly  Xexclude from comparisonObjectBox  Xexclude from comparisonQdrant  Xexclude from comparisonRedis  Xexclude from comparison
DescriptionJavaScript DBMS libraryA drop-in Redis replacement that scales vertically to support millions of operations per second and terabyte sized workloads, all on a single instanceLightweight, fast on-device database for IoT, Mobile and Embedded devices, persisting and synchronising objects and vectorsA 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.
Primary database modelDocument store
Relational DBMS
Key-value storeObject oriented DBMS
Vector 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 modelsTime Series 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.41
Rank#260  Overall
#40  Document stores
#121  Relational DBMS
Score0.50
Rank#245  Overall
#35  Key-value stores
Score1.10
Rank#173  Overall
#6  Object oriented DBMS
#10  Vector DBMS
Score1.77
Rank#132  Overall
#8  Vector DBMS
Score148.64
Rank#6  Overall
#1  Key-value stores
Websitealasql.orggithub.com/­dragonflydb/­dragonfly
www.dragonflydb.io
github.com/­objectbox
objectbox.io
github.com/­qdrant/­qdrant
qdrant.tech
redis.com
redis.io
Technical documentationgithub.com/­AlaSQL/­alasqlwww.dragonflydb.io/­docsdocs.objectbox.ioqdrant.tech/­documentationdocs.redis.com/­latest/­index.html
redis.io/­docs
DeveloperAndrey Gershun & Mathias R. WulffDragonflyDB team and community contributorsObjectBox LimitedQdrantRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release20142023201720212009
Current release1.0, March 20234.0 (May 2024)7.2.5, May 2024
License infoCommercial or Open SourceOpen Source infoMIT-LicenseOpen Source infoBSL 1.1Bindings are released under Apache 2.0 infoApache License 2.0Open 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.
Implementation languageJavaScriptC++C and C++RustC
Server operating systemsserver-less, requires a JavaScript environment (browser, Node.js)LinuxAndroid
Any POSIX system
Docker
iOS
Linux
macOS
QNX
Windows
Docker
Linux
macOS
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemeschema-freescheme-freeyesschema-freeschema-free
Typing infopredefined data types such as float or datenostrings, hashes, lists, sets, sorted sets, bit arraysyes, plus "flex" map-like typesNumbers, Strings, Geo, Booleanpartial 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 indexesnonoyesyes infoKeywords, numberic ranges, geo, full-textyes infowith RediSearch module
SQL infoSupport of SQLClose to SQL99, but no user access control, stored procedures and host language bindings.nononowith RediSQL module
APIs and other access methodsJavaScript APIProprietary protocol infoRESP - REdis Serialization ProtocolProprietary native APIgRPC
OpenAPI 3.0
RESTful HTTP/JSON API infoOpenAPI 3.0
proprietary protocol infoRESP - REdis Serialization Protocol
Supported programming languagesJavaScriptC
C#
C++
Clojure
D
Dart
Elixir
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
Lua
Objective-C
Perl
PHP
Python
R
Ruby
Rust
Scala
Swift
Tcl
C
C++
Dart (Flutter)
Go
Java
Kotlin
Python
Swift
.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
Server-side scripts infoStored proceduresnoLuanoLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersyespublish/subscribe channels provide some trigger functionalitynopublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneSource-replica replicationData sync between devices allowing occasional connected databases to work completely offlineCollection-level replicationMulti-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 systemnoneEventual ConsistencyImmediate ConsistencyEventual Consistency, tunable consistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integrityyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoonly for local storage and DOM-storageAtomic execution of command blocks and scriptsACIDAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayes, strict serializability by the serveryesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyes infoby using IndexedDB, SQL.JS or proprietary FileStorageyesyesyesyes 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.yesyesnoyesyes
User concepts infoAccess controlnoPassword-based authenticationyesKey-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
More information provided by the system vendor
AlaSQLDragonflyObjectBoxQdrantRedis
News

Bi-directional Offline-First Data Sync with MongoDB and ObjectBox
21 October 2024

The rise of small language models
2 October 2024

MongoDB Realm & Device Sync alternatives – ObjectBox
17 September 2024

Local AI – what it is and why we need it
11 September 2024

First on-device Vector Database (aka Semantic Index) for iOS
24 July 2024

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

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
AlaSQLDragonflyObjectBoxQdrantRedis
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

Multi faceted data exploration in the browser using Leaflet and amCharts
3 May 2020, Towards Data Science

Create a Marvel Database with SQL and Javascript, the easy way
2 July 2019, Towards Data Science

provided by Google News

DragonflyDB Announces $21m in New Funding and General Availability
21 March 2023, Business Wire

DragonflyDB reels in $21M for its speedy in-memory database
21 March 2023, SiliconANGLE News

Intel Linux Kernel Optimizations Show Huge Benefit For High Core Count Servers
29 March 2023, Phoronix

Tech Startups to Watch in 2023
12 April 2023, Database Trends and Applications

Valkey Emerges as Leading Open Source Alternative to Redis After Relicensing Row
12 September 2024, Business Wire

provided by Google News

Industrial IoT (IIoT) edge solution for railway operators – a Kapsch ObjectBox Case Study
21 June 2019, 1E9

provided by Google News

Qdrant review: A highly flexible option for vector search
29 July 2024, InfoWorld

Vector database company Qdrant wants RAG to be more cost-effective
2 July 2024, VentureBeat

Qdrant Announces an Industry-First Hybrid Cloud Offering For Enterprise AI Applications
16 April 2024, Business Wire

Qdrant unveils hybrid vector algorithm for improved RAG
2 July 2024, Blocks & Files

Qdrant Introduces BM42: Hybrid Search For Enhanced RAG
6 July 2024, Forbes

provided by Google News

Majority of Redis users considering alternatives after less permissive licensing move
20 September 2024, The Register

Redis debuts new data integration and AI features for its database
23 August 2024, SiliconANGLE News

Redis Improves Performance of Vector Semantic Search with Multi-Threaded Query Engine
19 July 2024, InfoQ.com

After changing its license, Redis drops its biggest release yet
23 August 2024, TechCrunch

Flight to Valkey appears to be response to removal of Redis’ open source license
12 September 2024, Techzine Europe

provided by Google News



Share this page

Featured Products

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

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.

Present your product here