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 > GraphDB vs. KeyDB vs. Microsoft SQL Server vs. OpenQM vs. RDF4J

System Properties Comparison GraphDB vs. KeyDB vs. Microsoft SQL Server vs. OpenQM vs. RDF4J

Editorial information provided by DB-Engines
NameGraphDB infoformer name: OWLIM  Xexclude from comparisonKeyDB  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonRDF4J infoformerly known as Sesame  Xexclude from comparison
DescriptionEnterprise-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.An ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsMicrosofts flagship relational DBMSQpenQM is a high-performance, self-tuning, multi-value DBMSRDF4J is a Java framework for processing RDF data, supporting both memory-based and a disk-based storage.
Primary database modelGraph DBMS
RDF store
Key-value storeRelational DBMSMultivalue DBMSRDF store
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.32
Rank#91  Overall
#6  Graph DBMS
#4  RDF stores
Score0.71
Rank#226  Overall
#33  Key-value stores
Score824.29
Rank#3  Overall
#3  Relational DBMS
Score0.27
Rank#298  Overall
#10  Multivalue DBMS
Score0.69
Rank#230  Overall
#9  RDF stores
Websitewww.ontotext.comgithub.com/­Snapchat/­KeyDB
keydb.dev
www.microsoft.com/­en-us/­sql-serverwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmrdf4j.org
Technical documentationgraphdb.ontotext.com/­documentationdocs.keydb.devlearn.microsoft.com/­en-US/­sql/­sql-serverrdf4j.org/­documentation
Social network pagesLinkedInTwitterYouTubeGitHubMedium
DeveloperOntotextEQ Alpha Technology Ltd.MicrosoftRocket Software, originally Martin PhillipsSince 2016 officially forked into an Eclipse project, former developer was Aduna Software.
Initial release20002019198919932004
Current release10.4, October 2023SQL Server 2022, November 20223.4-12
License infoCommercial or Open Sourcecommercial infoSome plugins of GraphDB Workbench are open sourcedOpen Source infoBSD-3commercial inforestricted free version is availableOpen Source infoGPLv2, extended commercial license availableOpen Source infoEclipse Distribution License (EDL), v1.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.
SQLServer Flex @ STACKIT offers a managed version of SQL Server with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageJavaC++C++Java
Server operating systemsAll OS with a Java VM
Linux
OS X
Windows
LinuxLinux
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
Linux
OS X
Unix
Windows
Data schemeschema-free and OWL/RDFS-schema support; RDF shapesschema-freeyesyes infowith some exceptionsyes infoRDF Schemas
Typing infopredefined data types such as float or dateyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes
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.nonoyesyes
Secondary indexesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyes infoby using the Redis Search moduleyesyesyes
SQL infoSupport of SQLstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCnoyesnono
APIs and other access methodsGeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
Proprietary protocol infoRESP - REdis Serialization ProtocoADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
Java API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
Supported programming languages.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
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
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
.Net
Basic
C
Java
Objective C
PHP
Python
Java
PHP
Python
Server-side scripts infoStored procedureswell-defined plugin interfaces; JavaScript server-side extensibilityLuaTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Javayesyes
Triggersnonoyesyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingtables can be distributed across several files (horizontal partitioning); sharding through federationyesnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationMulti-source replication
Source-replica replication
yes, but depending on the SQL-Server Editionyesnone
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)Eventual Consistency
Strong eventual consistency with CRDTs
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infoConstraint checkingnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDOptimistic locking, atomic execution of commands blocks and scriptsACIDACIDACID infoIsolation support depends on the API used
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyesyes infoin-memory storage is supported as well
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes
User concepts infoAccess controlDefault 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.simple password-based access control and ACLfine grained access rights according to SQL-standardAccess rights can be defined down to the item levelno
More information provided by the system vendor
GraphDB infoformer name: OWLIMKeyDBMicrosoft SQL ServerOpenQM infoalso called QMRDF4J infoformerly known as Sesame
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» more
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» more
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
News

Understanding the Graph Center of Excellence
17 May 2024

Migrating From LPG to RDF Graph Model
8 May 2024

Case study: Policy Enforcement Automation With Semantics
2 May 2024

Okay, RAG… We Have a Problem
26 April 2024

Scaling Understanding with the Help of Feedback Loops, Knowledge Graphs and NLP
19 April 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
GraphDB infoformer name: OWLIMKeyDBMicrosoft SQL ServerOpenQM infoalso called QMRDF4J infoformerly known as Sesame
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

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

It's just semantics: Bulgarian software dev Ontotext squeezes out GraphDB 9.1
15 January 2020, The Register

provided by Google News

Oh, snap! Snap snaps up database developer KeyDB
12 May 2022, TechCrunch

Snap Acquires KeyDB for Open-Source Services
17 May 2022, XR Today

Garnet–open-source faster cache-store speeds up applications, services
18 March 2024, Microsoft

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

Microsoft open-sources Garnet cache-store -- a Redis rival?
19 March 2024, The Stack

provided by Google News

SQL Server vNext: When and What Is Coming
15 May 2024, redmondmag.com

Configure change data capture parameters on Amazon RDS for SQL Server | Amazon Web Services
14 May 2024, AWS Blog

Microsoft Ships Data API Builder for Azure SQL Databases
15 May 2024, Visual Studio Magazine

SQL Server 2014 end of support: Keep your customers secure
28 March 2024, Microsoft

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

provided by Google News

GraphDB Goes Open Source
27 January 2020, iProgrammer

provided by Google News



Share this page

Featured Products

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

RaimaDB logo

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Present your product here