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 > mSQL vs. NebulaGraph vs. OrigoDB vs. Virtuoso vs. XTDB

System Properties Comparison mSQL vs. NebulaGraph vs. OrigoDB vs. Virtuoso vs. XTDB

Editorial information provided by DB-Engines
NamemSQL infoMini SQL  Xexclude from comparisonNebulaGraph  Xexclude from comparisonOrigoDB  Xexclude from comparisonVirtuoso  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
DescriptionmSQL (Mini SQL) is a simple and lightweight RDBMSA distributed, linear scalable, high perfomant Graph DBMSA fully ACID in-memory object graph databaseVirtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphsA general purpose database with bitemporal SQL and Datalog and graph queries
Primary database modelRelational DBMSGraph DBMSDocument store
Object oriented DBMS
Document store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
Document store
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.67
Rank#151  Overall
#70  Relational DBMS
Score2.12
Rank#125  Overall
#10  Graph DBMS
Score0.03
Rank#378  Overall
#51  Document stores
#18  Object oriented DBMS
Score4.20
Rank#83  Overall
#14  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#45  Relational DBMS
#2  RDF stores
#9  Search engines
Score0.09
Rank#351  Overall
#47  Document stores
Websitehughestech.com.au/­products/­msqlgithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
origodb.comvirtuoso.openlinksw.comgithub.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationdocs.nebula-graph.ioorigodb.com/­docsdocs.openlinksw.com/­virtuosowww.xtdb.com/­docs
DeveloperHughes TechnologiesVesoft Inc.Robert Friberg et alOpenLink SoftwareJuxt Ltd.
Initial release199420192009 infounder the name LiveDB19982019
Current release4.4, October 20217.2.11, September 20231.19, September 2021
License infoCommercial or Open Sourcecommercial infofree licenses can be providedOpen Source infoApache Version 2.0 + Common Clause 1.0Open SourceOpen Source infoGPLv2, extended commercial license availableOpen Source infoMIT License
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 languageCC++C#CClojure
Server operating systemsAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
LinuxLinux
Windows
AIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
All OS with a Java 8 (and higher) VM
Linux
Data schemeyesStrong typed schemayesyes 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
schema-free
Typing infopredefined data types such as float or dateyesyesUser defined using .NET types and collectionsyesyes, extensible-data-notation format
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.nonono infocan be achieved using .NETyesno
Secondary indexesyesyes infoNebula Graph internally uses the Key-Value store RocksDB for persistency. The vertices, edges, and their properties are stored as Key while their values are stored as Value. The primary indexes are per Key and secondary indexes are per Value.yesyesyes
SQL infoSupport of SQLA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersSQL-like query languagenoyes infoSQL-92, SQL-200x, SQL-3, SQLXlimited SQL, making use of Apache Calcite
APIs and other access methodsJDBC
ODBC
Browser interface
console (shell)
Cypher Query Language
GO Object Graph Mapper
Java Object Graph Mapper
NGBatis infoORM framework for NebulaGraph and Spring-Boot
Proprietary native API
Python Object Graph Mapper
Query language nGQL
.NET Client API
HTTP API
LINQ
ADO.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
HTTP REST
JDBC
Supported programming languagesC
C++
Delphi
Java
Perl
PHP
Tcl
.Net
C++
Go
Java
PHP
Python
.Net.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Clojure
Java
Server-side scripts infoStored proceduresnouser defined functionsyesyes infoVirtuoso PLno
Triggersnoyes infoDomain Eventsyesno
Partitioning methods infoMethods for storing different data on different nodesnoneShardinghorizontal partitioning infoclient side managed; servers are not synchronizedyesnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneCausal Clustering using Raft protocolSource-replica replicationChain, star, and bi-directional replication
Multi-source replication
Source-replica replication
yes, each node contains all data
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyes infoRelationships in graphsdepending on modelyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datanoyesyesyesyes
Durability infoSupport for making data persistentyesyes infousing RocksDByes infoWrite ahead logyesyes, flexibel persistency by using storage technologies like Apache Kafka, RocksDB or LMDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes
User concepts infoAccess controlnoRole-based access controlRole based authorizationFine-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
mSQL infoMini SQLNebulaGraphOrigoDBVirtuosoXTDB infoformerly named Crux
Specific characteristicsNebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» more
Virtuoso is a modern multi-model RDBMS for managing data represented as tabular relations...
» more
Competitive advantagesNebulaGraph boasts the world's only graph database solution that is able to host...
» more
Performance & Scale — as exemplified by DBpedia and the LOD Cloud it spawned, i.e.,...
» more
Typical application scenariosSocial networking Fraud detection Knowledge graph Data warehouse management Anti...
» more
Used for — Analytics/BI Conceptual Data Virtualization Enterprise Knowledge Graphs...
» more
Key customersCompanies from a variety of industries have implemented NebulaGraph Database in production,...
» more
Broad use across enterprises and governments including — European Union (EU) US Government...
» more
Market metricsAt our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» more
Largest installed-base ​of Multi-Model RDBMS for AI-friendly Knowledge Graphs Platform...
» more
Licensing and pricing modelsNebulaGraph is open source and free to use under Apache 2.0 license.
» 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
mSQL infoMini SQLNebulaGraphOrigoDBVirtuosoXTDB infoformerly named Crux
Recent citations in the news

Make Your MySQL Server More Secure With These 7 Steps - MUO
1 December 2022, MakeUseOf

Writing a Web Service in Perl
9 July 2003, PCQuest

Higher Education PS rules out ghost students before PAC - Zambia
29 November 2018, diggers.news

provided by Google News

NebulaGraph Enterprise v5.0: The First Distributed Graph Database to Offer Native GQL Support
18 April 2024, Yahoo Finance

NebulaGraph Enterprise v3.7.0 Empowers Enterprises to Build Knowledge Graphs with a Few Clicks
3 April 2024, PR Newswire

Celebrating 10,000 GitHub Stars for NebulaGraph
26 March 2024, Yahoo Finance

NebulaGraph reaps from China’s growing appetite for graph databases
16 September 2022, TechCrunch

NebulaGraph Completes Series A to Scale Its Distributed Graph Database
16 September 2022, Datanami

provided by Google News



Share this page

Featured Products

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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.

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here