DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > MariaDB vs. RDF4J vs. Snowflake vs. SwayDB vs. Virtuoso

System Properties Comparison MariaDB vs. RDF4J vs. Snowflake vs. SwayDB vs. Virtuoso

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonRDF4J infoformerly known as Sesame  Xexclude from comparisonSnowflake  Xexclude from comparisonSwayDB  Xexclude from comparisonVirtuoso  Xexclude from comparison
DescriptionMySQL application compatible open source RDBMS, enhanced with high availability, security, interoperability and performance capabilities. MariaDB ColumnStore provides a column-oriented storage engine and MariaDB Xpand supports distributed SQL.RDF4J is a Java framework for processing RDF data, supporting both memory-based and a disk-based storage.Cloud-based data warehousing service for structured and semi-structured dataAn embeddable, non-blocking, type-safe key-value store for single or multiple disks and in-memory storageVirtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphs
Primary database modelRelational DBMSRDF storeRelational DBMSKey-value storeDocument store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score93.81
Rank#13  Overall
#9  Relational DBMS
Score0.71
Rank#231  Overall
#9  RDF stores
Score123.20
Rank#9  Overall
#6  Relational DBMS
Score0.04
Rank#373  Overall
#57  Key-value stores
Score4.20
Rank#83  Overall
#14  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#45  Relational DBMS
#2  RDF stores
#9  Search engines
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
rdf4j.orgwww.snowflake.comswaydb.simer.auvirtuoso.openlinksw.com
Technical documentationmariadb.com/­kb/­en/­libraryrdf4j.org/­documentationdocs.snowflake.net/­manuals/­index.htmldocs.openlinksw.com/­virtuoso
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
Since 2016 officially forked into an Eclipse project, former developer was Aduna Software.Snowflake Computing Inc.Simer PlahaOpenLink Software
Initial release2009 infoFork of MySQL, which was first released in 19952004201420181998
Current release11.3.2, February 20247.2.11, September 2023
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoEclipse Distribution License (EDL), v1.0.commercialOpen Source infoGNU Affero GPL V3.0Open Source infoGPLv2, extended commercial license available
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC and C++JavaScalaC
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
Linux
OS X
Unix
Windows
hostedAIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
Data schemeyes infoDynamic columns are supportedyes infoRDF Schemasyes infosupport of semi-structured data formats (JSON, XML, Avro)schema-freeyes 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 dateyesyesyesnoyes
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.yesyesnoyes
Secondary indexesyesyesnoyes
SQL infoSupport of SQLyes infowith proprietary extensionsnoyesnoyes infoSQL-92, SQL-200x, SQL-3, SQLX
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
Java API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
CLI Client
JDBC
ODBC
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
Supported programming languagesAda
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Java
PHP
Python
JavaScript (Node.js)
Python
Java
Kotlin
Scala
.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3yesuser defined functionsnoyes infoVirtuoso PL
Triggersyesyesno infosimilar concept for controling cloud resourcesnoyes
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and Shardingnoneyesnoneyes
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
noneyesnoneChain, 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 systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infonot for MyISAM storage engineyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage engineACID infoIsolation support depends on the API usedACIDAtomic execution of operationsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infonot for in-memory storage engineyes infoin-memory storage is supported as wellyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage enginenoyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardnoUsers with fine-grained authorization concept, user roles and pluggable authenticationnoFine-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
MariaDBRDF4J infoformerly known as SesameSnowflakeSwayDBVirtuoso
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Virtuoso is a modern multi-model RDBMS for managing data represented as tabular relations...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Performance & Scale — as exemplified by DBpedia and the LOD Cloud it spawned, i.e.,...
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Used for — Analytics/BI Conceptual Data Virtualization Enterprise Knowledge Graphs...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Broad use across enterprises and governments including — European Union (EU) US Government...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Largest installed-base ​of Multi-Model RDBMS for AI-friendly Knowledge Graphs Platform...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» 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
3rd partiesNavicat for MariaDB provides a native environment for MariaDB database management and development.
» more
CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
MariaDBRDF4J infoformerly known as SesameSnowflakeSwayDBVirtuoso
DB-Engines blog posts

MariaDB strengthens its position in the open source RDBMS market
5 April 2018, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2017
2 January 2018, Paul Andlinger, Matthias Gelbmann

Big gains for Relational Database Management Systems in DB-Engines Ranking
2 February 2016, Matthias Gelbmann

show all

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Struggling database company MariaDB could be taken private in $37M deal
19 February 2024, TechCrunch

Progress Software Corp. Statement regarding a Possible Offer for MariaDB plc
19 April 2024, GlobeNewswire

Can MariaDB’s enterprise business be saved?
21 February 2024, InfoWorld

Progress Software considering possible 60c per share offer for MariaDB - TipRanks.com
19 April 2024, TipRanks

Lender threatens to sweep MariaDB accounts over private equity bid
23 February 2024, The Register

provided by Google News

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

provided by Google News

Stream data into Snowflake using Amazon Data Firehose and Snowflake Snowpipe Streaming
17 April 2024, AWS Blog

MessageGears to operate with the Snowflake data cloud
9 April 2024, MarTech

Coalesce raises more cash to transform data for Snowflake customers
4 April 2024, TechCrunch

What Is Snowflake Data Warehouse? A Tutorial
9 April 2024, Built In

Partnership Brings Cutting-Edge LLMs from Mistral AI Into Snowflake Data Cloud
12 April 2024, Acceleration Economy

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

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.

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