DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Dragonfly vs. Firebird vs. HyperSQL vs. Milvus vs. Virtuoso

System Properties Comparison Dragonfly vs. Firebird vs. HyperSQL vs. Milvus vs. Virtuoso

Editorial information provided by DB-Engines
NameDragonfly  Xexclude from comparisonFirebird  Xexclude from comparisonHyperSQL infoalso known as HSQLDB  Xexclude from comparisonMilvus  Xexclude from comparisonVirtuoso  Xexclude from comparison
DescriptionA drop-in Redis replacement that scales vertically to support millions of operations per second and terabyte sized workloads, all on a single instanceFirebird is an open source RDBMS forked from Borland's InterBaseMultithreaded, transactional RDBMS written in Java infoalso known as HSQLDBA DBMS designed for efficient storage of vector data and vector similarity searchesVirtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphs
Primary database modelKey-value storeRelational DBMSRelational DBMSVector DBMSDocument store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.41
Rank#266  Overall
#38  Key-value stores
Score20.82
Rank#30  Overall
#18  Relational DBMS
Score3.49
Rank#87  Overall
#47  Relational DBMS
Score2.31
Rank#113  Overall
#3  Vector DBMS
Score4.26
Rank#78  Overall
#13  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#42  Relational DBMS
#2  RDF stores
#9  Search engines
Websitegithub.com/­dragonflydb/­dragonfly
www.dragonflydb.io
www.firebirdsql.orghsqldb.orgmilvus.iovirtuoso.openlinksw.com
Technical documentationwww.dragonflydb.io/­docswww.firebirdsql.org/­en/­reference-manualshsqldb.org/­web/­hsqlDocsFrame.htmlmilvus.io/­docs/­overview.mddocs.openlinksw.com/­virtuoso
DeveloperDragonflyDB team and community contributorsFirebird FoundationOpenLink Software
Initial release20232000 infoAs fork of Borland's InterBase200120191998
Current release1.0, March 20235.0.0, January 20242.7.2, June 20232.3.4, January 20247.2.11, September 2023
License infoCommercial or Open SourceOpen Source infoBSL 1.1Open Source infoInitial Developer's Public LicenseOpen Source infobased on BSD licenseOpen Source infoApache Version 2.0Open Source infoGPLv2, extended commercial license available
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 Milvus
Implementation languageC++C and C++JavaC++, GoC
Server operating systemsLinuxAIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
All OS with a Java VM infoEmbedded (into Java applications) and Client-Server operating modesLinux
macOS info10.14 or later
Windows infowith WSL 2 enabled
AIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
Data schemescheme-freeyesyesyes infoSQL - Standard relational schema
RDF - Quad (S, P, O, G) or Triple (S, P, O)
XML - DTD, XML Schema
DAV - freeform filesystem objects, plus User Defined Types a/k/a Dynamic Extension Type
Typing infopredefined data types such as float or datestrings, hashes, lists, sets, sorted sets, bit arraysyesyesVector, Numeric and Stringyes
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.nononoyes
Secondary indexesnoyesyesnoyes
SQL infoSupport of SQLnoyesyesnoyes infoSQL-92, SQL-200x, SQL-3, SQLX
APIs and other access methodsProprietary protocol infoRESP - REdis Serialization ProtocolADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
HTTP API infoJDBC via HTTP
JDBC
ODBC
RESTful HTTP APIADO.NET
GeoSPARQL
HTTP API
JDBC
Jena RDF API
ODBC
OLE DB
RDF4J API
RESTful HTTP API
Sesame REST HTTP Protocol
SOAP webservices
SPARQL 1.1
WebDAV
XPath
XQuery
XSLT
Supported programming languagesC
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#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
All languages supporting JDBC/ODBC
Java
C++
Go
Java
JavaScript (Node.js)
Python
.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Server-side scripts infoStored proceduresLuaPSQLJava, SQLnoyes infoVirtuoso PL
Triggerspublish/subscribe channels provide some trigger functionalityyesyesnoyes
Partitioning methods infoMethods for storing different data on different nodesnonenoneShardingyes
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationSource-replica replicationnoneChain, star, and bi-directional replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencyImmediate ConsistencyBounded Staleness
Eventual Consistency
Immediate Consistency
Session Consistency
Tunable Consistency
Immediate Consistency
Foreign keys infoReferential integritynoyesyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of command blocks and scriptsACIDACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayes, strict serializability by the serveryes infoFeatures a multi-generational MVCC architecture, readers do not block writersyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyesyes
User concepts infoAccess controlPassword-based authenticationUsers with fine-grained authorization conceptfine grained access rights according to SQL-standardRole based access control and fine grained access rightsFine-grained Attribute-Based Access Control (ABAC) in addition to typical coarse-grained Role-Based Access Control (RBAC) according to SQL-standard. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)
More information provided by the system vendor
DragonflyFirebirdHyperSQL infoalso known as HSQLDBMilvusVirtuoso
Specific characteristicsMilvus is an open-source and cloud-native vector database built for production-ready...
» more
Virtuoso is a modern multi-model RDBMS for managing data represented as tabular relations...
» more
Competitive advantagesHighly available, versatile, and robust with millisecond latency. Supports batch...
» more
Performance & Scale — as exemplified by DBpedia and the LOD Cloud it spawned, i.e.,...
» more
Typical application scenariosRAG: retrieval augmented generation Video media : video understanding, video deduplication....
» more
Used for — Analytics/BI Conceptual Data Virtualization Enterprise Knowledge Graphs...
» more
Key customersMilvus is trusted by thousands of enterprises, including PayPal, eBay, IKEA, LINE,...
» more
Broad use across enterprises and governments including — European Union (EU) US Government...
» more
Market metricsAs of January 2024, 25k+ GitHub stars 10M+ downloads and installations​ ​ 3k+ enterprise...
» more
Largest installed-base ​of Multi-Model RDBMS for AI-friendly Knowledge Graphs Platform...
» more
Licensing and pricing modelsMilvus was released under the open-source Apache License 2.0 in October 2019. Fully-managed...
» more
Available in both Commercial Enterprise and Open Source (GPL v2) Editions Feature...
» 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

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

More resources
DragonflyFirebirdHyperSQL infoalso known as HSQLDBMilvusVirtuoso
DB-Engines blog posts

Vector databases
2 June 2023, Matthias Gelbmann

show all

Recent citations in the 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

DragonflyDB Raises $21M in Funding
21 March 2023, FinSMEs

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20 March 2023, Phoronix

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

provided by Google News

12 Top Open Source Databases to Consider
1 May 2024, TechTarget

DoNot Team's New Firebird Backdoor Hits Pakistan and Afghanistan
23 October 2023, The Hacker News

FIREBIRD'S HUBBARD TALKS DATA, AI, TIKTOK
14 December 2023, HITS Daily Double

Lines of the Firebird: Inside The Photography & Poetry Project Exploring The Renaissance of Female Power
6 September 2023, Country and Town House

How to Run Multiple Instances of Firebird Server - opensource for you
31 August 2019, Open Source For You

provided by Google News

HyperSQL DataBase flaw leaves library vulnerable to RCE
24 October 2022, The Daily Swig

Introduction to JDBC with HSQLDB tutorial
14 November 2022, TheServerSide.com

provided by Google News

What Is Milvus Vector Database?
6 October 2023, The New Stack

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

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

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

Zilliz Cloud boosts vector database performance
31 January 2024, InfoWorld

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

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

Present your product here