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 > Cubrid vs. Geode vs. MySQL vs. PieCloudDB vs. Virtuoso

System Properties Comparison Cubrid vs. Geode vs. MySQL vs. PieCloudDB vs. Virtuoso

Editorial information provided by DB-Engines
NameCubrid  Xexclude from comparisonGeode  Xexclude from comparisonMySQL  Xexclude from comparisonPieCloudDB  Xexclude from comparisonVirtuoso  Xexclude from comparison
DescriptionCUBRID is an open-source SQL-based relational database management system with object extensions for OLTPGeode is a distributed data container, pooling memory, CPU, network resources, and optionally local disk across multiple processesWidely used open source RDBMSA cloud-native analytic database platform with new technologoy for elastic MPPVirtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphs
Primary database modelRelational DBMSKey-value storeRelational DBMS infoKey/Value like access via memcached APIRelational DBMSDocument store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
Secondary database modelsDocument store
Spatial DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.04
Rank#187  Overall
#87  Relational DBMS
Score1.86
Rank#134  Overall
#24  Key-value stores
Score1061.34
Rank#2  Overall
#2  Relational DBMS
Score0.32
Rank#289  Overall
#133  Relational DBMS
Score4.27
Rank#73  Overall
#13  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#39  Relational DBMS
#2  RDF stores
#9  Search engines
Websitecubrid.com (korean)
cubrid.org (english)
geode.apache.orgwww.mysql.comwww.openpie.comvirtuoso.openlinksw.com
Technical documentationcubrid.org/­manualsgeode.apache.org/­docsdev.mysql.com/­docdocs.openlinksw.com/­virtuoso
DeveloperCUBRID Corporation, CUBRID FoundationOriginally developed by Gemstone. They outsourced the project to Apache in 2015 but still deliver a commercial version as Gemfire.Oracle infosince 2010, originally MySQL AB, then SunOpenPieOpenLink Software
Initial release2008200219951998
Current release11.0, January 20211.1, February 20178.4.0, April 20242.1, January 20237.2.11, September 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoApache Version 2; commercial licenses available as GemfireOpen Source infoGPL version 2. Commercial licenses with extended functionallity are availablecommercialOpen Source infoGPLv2, extended commercial license available
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
Implementation languageC, C++, JavaJavaC and C++C
Server operating systemsLinux
Windows
All OS with a Java VM infothe JDK (8 or later) is also requiredFreeBSD
Linux
OS X
Solaris
Windows
hostedAIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
Data schemeyesschema-freeyesyesyes 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 dateyesyesyesyesyes
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 indexesyesnoyesyesyes
SQL infoSupport of SQLyesSQL-like query language (OQL)yes infowith proprietary extensionsyesyes infoSQL-92, SQL-200x, SQL-3, SQLX
APIs and other access methodsADO.NET
JDBC
ODBC
OLE DB
Java Client API
Memcached protocol
RESTful HTTP API
ADO.NET
JDBC
ODBC
Proprietary native API
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 languagesC
C#
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.Net
All JVM based languages
C++
Groovy
Java
Scala
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Java
PL/SQL
Python
R
.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Server-side scripts infoStored proceduresJava Stored Proceduresuser defined functionsyes infoproprietary syntaxuser defined functionsyes infoVirtuoso PL
Triggersyesyes infoCache Event Listenersyesnoyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardinghorizontal partitioning, sharding with MySQL Cluster or MySQL Fabricyesyes
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationMulti-source replicationMulti-source replication
Source-replica replication
yesChain, star, and bi-directional replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnoyes infonot for MyISAM storage enginenoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDyes, on a single nodeACID infonot for MyISAM storage engineACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infotable locks or row locks depending on storage engineyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights per client and object definableUsers with fine-grained authorization concept infono user groups or rolesUser Roles and pluggable authentication with full SQL StandardFine-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
CubridGeodeMySQLPieCloudDBVirtuoso
Specific characteristicsPieCloudDB, OpenPie's flagship product, is a cutting-edge cloud-native data warehouse....
» more
Virtuoso is a modern multi-model RDBMS for managing data represented as tabular relations...
» more
Competitive advantagesExtreme Elastic: PieCloudDB utilizes a cutting-edge eMPP cloud-native architecture...
» more
Performance & Scale — as exemplified by DBpedia and the LOD Cloud it spawned, i.e.,...
» more
Typical application scenariosPieCloudDB is ideal for Data mining applications that require extreme scalability...
» more
Used for — Analytics/BI Conceptual Data Virtualization Enterprise Knowledge Graphs...
» more
Key customersSail-Cloud China Shipbuilding Group Haizhou System Soochow Securities ​etc.,
» more
Broad use across enterprises and governments including — European Union (EU) US Government...
» more
Market metricsLargest installed-base ​of Multi-Model RDBMS for AI-friendly Knowledge Graphs Platform...
» more
Licensing and pricing modelsPieCloudDB Community Edition: Community License, Free Download, Self-Hosted Deployment;...
» 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 partiesAiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

Navicat for MySQL is the ideal solution for MySQL/MariaDB administration and development.
» more

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

More resources
CubridGeodeMySQLPieCloudDBVirtuoso
DB-Engines blog posts

MySQL is the DBMS of the Year 2019
3 January 2020, Matthias Gelbmann, Paul Andlinger

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

The struggle for the hegemony in Oracle's database empire
2 May 2017, Paul Andlinger

show all

Recent citations in the news

NHN Willing to Be More Open
24 November 2008, 코리아타임스

provided by Google News

This is how much one of the most expensive gems costs at the Tucson gem show
11 February 2024, KGUN 9 Tucson News

1. Introduction to Pivotal GemFire In-Memory Data Grid and Apache Geode - Scaling Data Services with Pivotal ...
15 November 2018, O'Reilly Media

Event-Driven Architectures with Apache Geode and Spring Integration
20 March 2019, InfoQ.com

HPE buys query acceleration platform Ampool to boost Ezmeral hybrid cloud analytics
7 July 2021, SiliconANGLE News

RDBMS and Apache Geode Data Movement: Low Latency ETL Pipeline by Using Cloud-Native Event Driven ...
30 June 2018, InfoQ.com

provided by Google News

Audit MySQL Databases in Laravel With the DB Auditor Package
27 May 2024, Laravel News

Amazon Aurora MySQL version 2 (with MySQL 5.7 compatibility) to version 3 (with MySQL 8.0 compatibility) upgrade ...
18 March 2024, AWS Blog

Enterprise Manager: How Comcast enhanced monitoring for MySQL InnoDB Clusters
22 April 2024, blogs.oracle.com

Ultimate MySQL Workbench Installation Guide [2024 Edition]
15 February 2024, Simplilearn

Zendesk Moves from DynamoDB to MySQL and S3 to Save over 80% in Costs
29 December 2023, InfoQ.com

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

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

Present your product here