DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Geode vs. mSQL vs. SingleStore vs. Virtuoso vs. XTDB

System Properties Comparison Geode vs. mSQL vs. SingleStore vs. Virtuoso vs. XTDB

Editorial information provided by DB-Engines
NameGeode  Xexclude from comparisonmSQL infoMini SQL  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonVirtuoso  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
DescriptionGeode is a distributed data container, pooling memory, CPU, network resources, and optionally local disk across multiple processesmSQL (Mini SQL) is a simple and lightweight RDBMSMySQL wire-compliant distributed RDBMS that combines an in-memory row-oriented and a disc-based column-oriented storage with patented universal storage to handle transactional and analytical workloads in one single table typeVirtuoso 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 modelKey-value storeRelational DBMSRelational DBMSDocument store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
Document store
Secondary database modelsDocument store
Spatial DBMS
Time Series DBMS
Vector DBMS
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.51
Rank#147  Overall
#25  Key-value stores
Score1.26
Rank#163  Overall
#74  Relational DBMS
Score4.02
Rank#74  Overall
#39  Relational DBMS
Score3.99
Rank#75  Overall
#13  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#40  Relational DBMS
#2  RDF stores
#9  Search engines
Score0.13
Rank#330  Overall
#45  Document stores
Websitegeode.apache.orghughestech.com.au/­products/­msqlwww.singlestore.comvirtuoso.openlinksw.comgithub.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationgeode.apache.org/­docsdocs.singlestore.comdocs.openlinksw.com/­virtuosowww.xtdb.com/­docs
DeveloperOriginally developed by Gemstone. They outsourced the project to Apache in 2015 but still deliver a commercial version as Gemfire.Hughes TechnologiesSingleStore Inc.OpenLink SoftwareJuxt Ltd.
Initial release20021994201319982019
Current release1.1, February 20174.4, October 20218.5, January 20247.2.11, September 20231.19, September 2021
License infoCommercial or Open SourceOpen Source infoApache Version 2; commercial licenses available as Gemfirecommercial infofree licenses can be providedcommercial infofree developer edition availableOpen 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 languageJavaCC++, GoCClojure
Server operating systemsAll OS with a Java VM infothe JDK (8 or later) is also requiredAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Linux info64 bit version requiredAIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
All OS with a Java 8 (and higher) VM
Linux
Data schemeschema-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
schema-free
Typing infopredefined data types such as float or dateyesyesyesyesyes, 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.nononoyesno
Secondary indexesnoyesyesyesyes
SQL infoSupport of SQLSQL-like query language (OQL)A subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersyes infobut no triggers and foreign keysyes infoSQL-92, SQL-200x, SQL-3, SQLXlimited SQL, making use of Apache Calcite
APIs and other access methodsJava Client API
Memcached protocol
RESTful HTTP API
JDBC
ODBC
Cluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
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
HTTP REST
JDBC
Supported programming languages.Net
All JVM based languages
C++
Groovy
Java
Scala
C
C++
Delphi
Java
Perl
PHP
Tcl
Bash
C
C#
Java
JavaScript (Node.js)
Python
.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Clojure
Java
Server-side scripts infoStored proceduresuser defined functionsnoyesyes infoVirtuoso PLno
Triggersyes infoCache Event Listenersnonoyesno
Partitioning methods infoMethods for storing different data on different nodesShardingnoneSharding infohash partitioningyesnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationnoneSource-replica replication infostores two copies of each physical data partition on two separate nodesChain, 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 methodsnonono infocan define user-defined aggregate functions for map-reduce-style calculationsyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual ConsistencynoneImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynononoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes, on a single nodenoACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesnoyes, multi-version concurrency control (MVCC)yesyes
Durability infoSupport for making data persistentyesyesyes infoAll updates are persistent, including those to disk-based columnstores and memory-based row stores. Transaction commits are supported via write-ahead log.yesyes, 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.yesnoyesyes
User concepts infoAccess controlAccess rights per client and object definablenoFine grained access control via users, groups and rolesFine-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
GeodemSQL infoMini SQLSingleStore infoformer name was MemSQLVirtuosoXTDB infoformerly named Crux
Specific characteristicsVirtuoso is a modern multi-model RDBMS for managing data represented as tabular relations...
» more
Competitive advantagesPerformance & Scale โ€” as exemplified by DBpedia and the LOD Cloud it spawned, i.e.,...
» more
Typical application scenariosUsed for โ€” Analytics/BI Conceptual Data Virtualization Enterprise Knowledge Graphs...
» more
Key customersBroad 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 modelsAvailable 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
GeodemSQL infoMini SQLSingleStore infoformer name was MemSQLVirtuosoXTDB infoformerly named Crux
DB-Engines blog posts

Turbocharge Your Application Development Using WebAssembly With SingleStoreDB
17 October 2022,  Akmal Chaudhri, SingleStore (sponsor) 

Cloud-Based Analytics With SingleStoreDB
9 June 2022,  Akmal Chaudhri, SingleStore (sponsor) 

SingleStore: The Increasing Momentum of Multi-Model Database Systems
14 February 2022,  Akmal Chaudhri, SingleStore (sponsor) 

show all

Recent citations in the news

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

Chapter 1. Introduction to Pivotal GemFire In-Memory Data Grid and Apache Geode
15 November 2018, oreilly.com

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

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

HPE acquires Ampool to gain distributed SQL engine
9 July 2021, VentureBeat

provided by Google News

A Brief History of PHP - Programming PHP, 3rd Edition [Book]
22 September 2018, O'Reilly Media

provided by Google News

Third time was the charm for SingleStore in the cloud, CEO says
8 July 2024, The Register

Achieve near real-time analytics on Amazon DynamoDB with SingleStore
16 September 2024, AWS Blog

SingleStore Partners With Snowflake to Help Users Build Faster, More Efficient Real Time AI Applications
19 September 2024, Business Wire

SingleStore CEO sees little future for purpose-built vector databases
24 January 2024, VentureBeat

Building a Modern Database: Nikita Shamgunov on Postgres and Beyond
18 April 2024, Madrona Venture Group

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.

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.

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Present your product here