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 > JanusGraph vs. KeyDB vs. Microsoft SQL Server vs. OpenQM vs. Riak KV

System Properties Comparison JanusGraph vs. KeyDB vs. Microsoft SQL Server vs. OpenQM vs. Riak KV

Editorial information provided by DB-Engines
NameJanusGraph infosuccessor of Titan  Xexclude from comparisonKeyDB  Xexclude from comparisonMicrosoft SQL Server  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonRiak KV  Xexclude from comparison
DescriptionA Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017An 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 DBMSDistributed, fault tolerant key-value store
Primary database modelGraph DBMSKey-value storeRelational DBMSMultivalue DBMSKey-value store infowith links between data sets and object tags for the creation of secondary indexes
Secondary database modelsDocument store
Graph DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.94
Rank#129  Overall
#12  Graph DBMS
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
Score4.10
Rank#82  Overall
#9  Key-value stores
Websitejanusgraph.orggithub.com/­Snapchat/­KeyDB
keydb.dev
www.microsoft.com/­en-us/­sql-serverwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qm
Technical documentationdocs.janusgraph.orgdocs.keydb.devlearn.microsoft.com/­en-US/­sql/­sql-serverwww.tiot.jp/­riak-docs/­riak/­kv/­latest
DeveloperLinux Foundation; originally developed as Titan by AureliusEQ Alpha Technology Ltd.MicrosoftRocket Software, originally Martin PhillipsOpenSource, formerly Basho Technologies
Initial release20172019198919932009
Current release0.6.3, February 2023SQL Server 2022, November 20223.4-123.2.0, December 2022
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoBSD-3commercial inforestricted free version is availableOpen Source infoGPLv2, extended commercial license availableOpen Source infoApache version 2, commercial enterprise edition
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++Erlang
Server operating systemsLinux
OS X
Unix
Windows
LinuxLinux
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
Linux
OS X
Data schemeyesschema-freeyesyes infowith some exceptionsschema-free
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 indexesyesno
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.nonoyesyesno
Secondary indexesyesyes infoby using the Redis Search moduleyesyesrestricted
SQL infoSupport of SQLnonoyesnono
APIs and other access methodsJava API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
Proprietary protocol infoRESP - REdis Serialization ProtocoADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
HTTP API
Native Erlang Interface
Supported programming languagesClojure
Java
Python
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
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Server-side scripts infoStored proceduresyesLuaTransact SQL, .NET languages, R, Python and (with SQL Server 2019) JavayesErlang
Triggersyesnoyesyesyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)Shardingtables can be distributed across several files (horizontal partitioning); sharding through federationyesSharding infono "single point of failure"
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication
Source-replica replication
yes, but depending on the SQL-Server Editionyesselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infovia Faunus, a graph analytics enginenononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Eventual Consistency
Strong eventual consistency with CRDTs
Immediate ConsistencyImmediate ConsistencyEventual Consistency
Foreign keys infoReferential integrityyes infoRelationships in graphsnoyesnono infolinks between data sets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDOptimistic locking, atomic execution of commands blocks and scriptsACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes
User concepts infoAccess controlUser authentification and security via Rexster Graph Serversimple password-based access control and ACLfine grained access rights according to SQL-standardAccess rights can be defined down to the item levelyes, using Riak Security

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 SQL Server gives you a fully graphical approach to database management and development.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» more

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

More resources
JanusGraph infosuccessor of TitanKeyDBMicrosoft SQL ServerOpenQM infoalso called QMRiak KV
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

JanusGraph Picks Up Where TitanDB Left Off
13 January 2017, Datanami

Database Deep Dives: JanusGraph
8 August 2019, ibm.com

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Compose for JanusGraph arrives on Bluemix
15 September 2017, ibm.com

Nordstrom Builds Flexible Backend Ops with Kubernetes, Spark and JanusGraph
3 October 2019, The New Stack

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

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

Redis 6 arrives with multithreading for faster I/O
30 April 2020, InfoWorld

provided by Google News

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

Data Virtualization in SQL Server 2022
7 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

Mallox Ransomware Deployed Via MS-SQL Honeypot Attack
13 May 2024, Infosecurity Magazine

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13 January 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

Basho distributes Riak to more customers - DCD
28 November 2013, DatacenterDynamics

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.

SingleStore logo

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

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

Milvus logo

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

Present your product here