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 > Firebird vs. GraphDB vs. Microsoft SQL Server vs. Milvus vs. Oracle Berkeley DB

System Properties Comparison Firebird vs. GraphDB vs. Microsoft SQL Server vs. Milvus vs. Oracle Berkeley DB

Editorial information provided by DB-Engines
NameFirebird  Xexclude from comparisonGraphDB infoformer name: OWLIM  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonMilvus  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparison
DescriptionFirebird is an open source RDBMS forked from Borland's InterBaseEnterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.Microsofts flagship relational DBMSA DBMS designed for efficient storage of vector data and vector similarity searchesWidely used in-process key-value store
Primary database modelRelational DBMSGraph DBMS
RDF store
Relational DBMSVector DBMSKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score21.06
Rank#31  Overall
#19  Relational DBMS
Score3.10
Rank#100  Overall
#7  Graph DBMS
#4  RDF stores
Score829.80
Rank#3  Overall
#3  Relational DBMS
Score1.81
Rank#144  Overall
#5  Vector DBMS
Score2.52
Rank#114  Overall
#20  Key-value stores
#3  Native XML DBMS
Websitewww.firebirdsql.orgwww.ontotext.comwww.microsoft.com/­en-us/­sql-servermilvus.iowww.oracle.com/­database/­technologies/­related/­berkeleydb.html
Technical documentationwww.firebirdsql.org/­en/­reference-manualsgraphdb.ontotext.com/­documentationlearn.microsoft.com/­en-US/­sql/­sql-servermilvus.io/­docs/­overview.mddocs.oracle.com/­cd/­E17076_05/­html/­index.html
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperFirebird FoundationOntotextMicrosoftOracle infooriginally developed by Sleepycat, which was acquired by Oracle
Initial release2000 infoAs fork of Borland's InterBase2000198920191994
Current release5.0.0, January 202410.4, October 2023SQL Server 2022, November 20222.3.4, January 202418.1.40, May 2020
License infoCommercial or Open SourceOpen Source infoInitial Developer's Public Licensecommercial infoSome plugins of GraphDB Workbench are open sourcedcommercial inforestricted free version is availableOpen Source infoApache Version 2.0Open Source infocommercial 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 and C++JavaC++C++, GoC, Java, C++ (depending on the Berkeley DB edition)
Server operating systemsAIX
FreeBSD
HP-UX
Linux
OS X
server-less infoFirebird Embedded Server
Solaris
Unix
Windows
All OS with a Java VM
Linux
OS X
Windows
Linux
Windows
Linux
macOS info10.14 or later
Windows infowith WSL 2 enabled
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Data schemeyesschema-free and OWL/RDFS-schema support; RDF shapesyesschema-free
Typing infopredefined data types such as float or dateyesyesyesVector, Numeric and Stringno
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.noyesnoyes infoonly with the Berkeley DB XML edition
Secondary indexesyesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyesnoyes
SQL infoSupport of SQLyesstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCyesnoyes infoSQL interfaced based on SQLite is available
APIs and other access methodsADO.NET
C/C++ API
JDBC infoJaybird
ODBC
OLE DB
GeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
RESTful HTTP API
Supported programming languagesC
C#
C++
Delphi
Java
JavaScript infoNode.js
Lua
Perl
PHP
Python
Ruby
.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
C++
Go
Java
JavaScript (Node.js)
Python
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
Server-side scripts infoStored proceduresPSQLwell-defined plugin interfaces; JavaScript server-side extensibilityTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Javanono
Triggersyesnoyesnoyes infoonly for the SQL API
Partitioning methods infoMethods for storing different data on different nodesnonenonetables can be distributed across several files (horizontal partitioning); sharding through federationShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationMulti-source replicationyes, but depending on the SQL-Server EditionSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate ConsistencyBounded Staleness
Eventual Consistency
Immediate Consistency
Session Consistency
Tunable Consistency
Foreign keys infoReferential integrityyesyes infoConstraint checkingyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayes 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.yesyesyes
User concepts infoAccess controlUsers with fine-grained authorization conceptDefault Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.fine grained access rights according to SQL-standardRole based access control and fine grained access rightsno
More information provided by the system vendor
FirebirdGraphDB infoformer name: OWLIMMicrosoft SQL ServerMilvusOracle Berkeley DB
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» more
Milvus is an open-source and cloud-native vector database built for production-ready...
» more
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Highly available, versatile, and robust with millisecond latency. Supports batch...
» more
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» more
RAG: retrieval augmented generation Video media : video understanding, video deduplication....
» more
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Milvus is trusted by thousands of enterprises, including PayPal, eBay, IKEA, LINE,...
» more
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
As of January 2024, 25k+ GitHub stars 10M+ downloads and installations​ ​ 3k+ enterprise...
» more
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
Milvus was released under the open-source Apache License 2.0 in October 2019. Fully-managed...
» more
News

Scaling Understanding with the Help of Feedback Loops, Knowledge Graphs and NLP
19 April 2024

How Knowledge Graphs Power Data Mesh and Data Fabric
10 April 2024

Building Smarter Financial Services: The Role of Semantic Technologies, Knowledge Graphs and Generative AI
3 April 2024

Using GraphDB’s Natural Language Interface to Talk with Your Content
29 March 2024

Choosing A Graph Data Model to Best Serve Your Use Case
27 March 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 partiesNavicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» more

Navicat for SQL Server gives you a fully graphical approach to database management and development.
» more

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

More resources
FirebirdGraphDB infoformer name: OWLIMMicrosoft SQL ServerMilvusOracle Berkeley DB
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

Microsoft SQL Server is the DBMS of the Year
4 January 2017, Matthias Gelbmann, Paul Andlinger

show all

Vector databases
2 June 2023, Matthias Gelbmann

show all

Recent citations in the news

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

Firebird - Analyst, Digital Marketing (US)
23 February 2024, Music Business Worldwide

Albany Firebirds single-game tickets on sale Friday
29 February 2024, Troy Record

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

provided by Google News

Ontotext's GraphDB Solution is Now Available on the Microsoft Azure Marketplace
16 January 2024, PR Newswire

Ontotext Unveils GraphDB 10.4 with Enhanced AWS Integration and ChatGPT Connector
24 October 2023, Datanami

Ontotext GraphDB is available on Azure, delivers rich knowledge graph experience
23 January 2024, KMWorld Magazine

Ontotext Platform 3.0 for Enterprise Knowledge Graphs Released
18 December 2019, KDnuggets

Ontotext's GraphDB 8.10 Makes Knowledge Graph Experience Faster and Richer
13 June 2019, Markets Insider

provided by Google News

Why migrate Windows Server and SQL Server to Azure: ROI, innovation, and free offers
25 April 2024, microsoft.com

RDS Custom for SQL Server supports SQL Server Developer Edition
17 November 2023, AWS Blog

How to Know When It's Time for a Microsoft SQL Server Upgrade
31 October 2023, BizTech Magazine

Deploying a highly available Microsoft SQL Server database on Oracle Cloud Infrastructure (OCI) using AlwaysON ...
9 October 2023, blogs.oracle.com

Top 35 SQL Server Interview Questions And Answers for 2024
5 December 2023, Simplilearn

provided by Google News

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

What Is Milvus Vector Database?
6 October 2023, 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 Cloud boosts vector database performance
31 January 2024, InfoWorld

provided by Google News

ACM recognizes far-reaching technical achievements with special awards
26 May 2021, EurekAlert

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular -- ADTmag
5 March 2019, ADT Magazine

How to store financial market data for backtesting
26 January 2019, Towards Data Science

The importance of bitcoin nodes and how to start one
9 May 2014, The Merkle News

A Quick Look at Open Source Databases for Mobile App Development
29 April 2018, Open Source For You

provided by Google News



Share this page

Featured Products

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Present your product here