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 > MariaDB vs. OrientDB vs. Qdrant vs. Stardog vs. TDSQL for MySQL

System Properties Comparison MariaDB vs. OrientDB vs. Qdrant vs. Stardog vs. TDSQL for MySQL

Editorial information provided by DB-Engines
NameMariaDB  Xexclude from comparisonOrientDB  Xexclude from comparisonQdrant  Xexclude from comparisonStardog  Xexclude from comparisonTDSQL for MySQL  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.Multi-model DBMS (Document, Graph, Key/Value)A high-performance vector database with neural network or semantic-based matchingEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualizationA high-performance distributed database management system with features such as automatic sharding, intelligent operation and maintenance, elastic scalability without downtime, and enterprise-grade security. It is highly compatible with MySQL.
Primary database modelRelational DBMSDocument store
Graph DBMS
Key-value store
Vector DBMSGraph DBMS
RDF store
Relational DBMS
Secondary database modelsDocument store
Graph DBMS infowith OQGraph storage engine
Spatial DBMS
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score93.21
Rank#13  Overall
#9  Relational DBMS
Score3.19
Rank#93  Overall
#16  Document stores
#7  Graph DBMS
#14  Key-value stores
Score1.16
Rank#175  Overall
#6  Vector DBMS
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Score0.85
Rank#205  Overall
#95  Relational DBMS
Websitemariadb.com infoSite of MariaDB Corporation
mariadb.org infoSite of MariaDB Foundation
orientdb.orggithub.com/­qdrant/­qdrant
qdrant.tech
www.stardog.comwww.tencentcloud.com/­products/­dcdb
Technical documentationmariadb.com/­kb/­en/­librarywww.orientdb.com/­docs/­last/­index.htmlqdrant.tech/­documentationdocs.stardog.comwww.tencentcloud.com/­document/­product/­1042
DeveloperMariaDB Corporation Ab (MariaDB Enterprise),
MariaDB Foundation (community MariaDB Server) infoThe lead developer Monty Widenius is the original author of MySQL
OrientDB LTD; CallidusCloud; SAPQdrantStardog-UnionTencent
Initial release2009 infoFork of MySQL, which was first released in 19952010202120102013
Current release11.3.2, February 20243.2.29, March 20247.3.0, May 2020
License infoCommercial or Open SourceOpen Source infoGPL version 2, commercial enterprise subscription availableOpen Source infoApache version 2Open Source infoApache Version 2.0commercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/studentscommercial
Cloud-based only infoOnly available as a cloud servicenonononoyes
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC and C++JavaRustJava
Server operating systemsFreeBSD
Linux
Solaris
Windows infoColumnStore storage engine not available on Windows
All OS with a Java JDK (>= JDK 6)Docker
Linux
macOS
Windows
Linux
macOS
Windows
hosted
Data schemeyes infoDynamic columns are supportedschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")schema-freeschema-free and OWL/RDFS-schema supportyes
Typing infopredefined data types such as float or dateyesyesNumbers, Strings, Geo, Booleanyesyes
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.yesnonono infoImport/export of XML data possibleno
Secondary indexesyesyesyes infoKeywords, numberic ranges, geo, full-textyes infosupports real-time indexing in full-text and geospatialyes
SQL infoSupport of SQLyes infowith proprietary extensionsSQL-like query language, no joinsnoYes, compatible with all major SQL variants through dedicated BI/SQL Serveryes
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
gRPC
OpenAPI 3.0
RESTful HTTP/JSON API infoOpenAPI 3.0
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
JDBC
ODBC
Supported programming languagesAda
C
C#
C++
D
Eiffel
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
Go
Java
JavaScript (Node.js)
Python
Rust
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
C
C#
C++
Java
PHP
Python
Ruby
Server-side scripts infoStored proceduresyes infoPL/SQL compatibility added with version 10.3Java, Javascriptuser defined functions and aggregates, HTTP Server extensions in Javayes
TriggersyesHooksyes infovia event handlersyes
Partitioning methods infoMethods for storing different data on different nodesseveral options for horizontal partitioning and ShardingShardingShardingnoneAutomatic sharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
Multi-source replicationCollection-level replicationMulti-source replication in HA-ClusterMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infocould be achieved with distributed queriesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency, tunable consistencyImmediate Consistency in HA-ClusterImmediate Consistency
Foreign keys infoReferential integrityyes infonot for MyISAM storage engineyes inforelationship in graphsyes inforelationships in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage engineACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyes infonot for in-memory storage engineyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infowith MEMORY storage engineyesyesno
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users and roles; record level security configurableKey-based authenticationAccess rights for users and rolesUsers with fine-grained authorization concept
More information provided by the system vendor
MariaDBOrientDBQdrantStardogTDSQL for MySQL
Specific characteristicsMariaDB is the most powerful open source relational database – modern SQL and JSON...
» more
Competitive advantagesMariaDB Servers have many features unavailable in other open source relational databases....
» more
Typical application scenariosWeb, SaaS and Cloud operational applications that require high availability, scalability...
» more
Key customersDeutsche Bank, DBS Bank, Nasdaq, Red Hat, ServiceNow, Verizon and Walgreens Featured...
» more
Market metricsMariaDB is the default database in the LAMP stack supplied by Red Hat and SUSE Linux,...
» more
Licensing and pricing modelsMariaDB plc subscriptions cover our free, open source database, Community Server,...
» 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

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

More resources
MariaDBOrientDBQdrantStardogTDSQL for MySQL
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

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Recent citations in the news

RECOMMENDED CASH OFFER for MARIADB plc by MERIDIAN BIDCO LLC which is an Affiliate of K1 INVESTMENT ...
24 April 2024, PR Newswire

Progress outbids private equity in offer for MariaDB plc
28 March 2024, The Register

Progress Software Confirms Bid to Acquire MariaDB
26 March 2024, The Wall Street Journal

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

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

provided by Google News

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

Mining Botnet Targeting Redis and OrientDB Servers Made Almost $1 Million
2 February 2018, BleepingComputer

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

provided by Google News

Open source vector database startup Qdrant raises $28M
23 January 2024, TechCrunch

Qdrant offers managed vector database for hybrid clouds
16 April 2024, InfoWorld

Qdrant launches first vector database as a managed hybrid cloud
16 April 2024, VentureBeat

Qdrant Hybrid Cloud is Now Available for OCI Customers: Managed Vector Search Engine for Data-Sensitive AI ...
16 April 2024, Oracle

Open-source vector database Qdrant launches hybrid cloud for enterprise AI apps
16 April 2024, SiliconANGLE News

provided by Google News

Tencent Cloud Database recognised for cloud database management systems
21 December 2022, IT Brief Australia

Tencent Cloud Distributed Database Ranks First in the Growth Index: Frost & Sullivan's "2021 China Distributed ...
16 May 2022, PR Newswire Asia

Tencent Cloud and Allo Bank partner to enhance digital banking in Indonesia, ETCIO SEA
6 July 2023, ETCIO South East Asia

Tencent Cloud opens first data center in Indonesia
12 April 2021, KrASIA

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.

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

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.

Milvus logo

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

Present your product here