DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > OpenQM vs. Percona Server for MongoDB vs. SingleStore vs. Sqrrl vs. Virtuoso

System Properties Comparison OpenQM vs. Percona Server for MongoDB vs. SingleStore vs. Sqrrl vs. Virtuoso

Editorial information provided by DB-Engines
NameOpenQM infoalso called QM  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonSingleStore infoformer name was MemSQL  Xexclude from comparisonSqrrl  Xexclude from comparisonVirtuoso  Xexclude from comparison
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
DescriptionQpenQM is a high-performance, self-tuning, multi-value DBMSA drop-in replacement for MongoDB Community Edition with enterprise-grade features.MySQL 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 typeAdaptable, secure NoSQL built on Apache AccumuloVirtuoso is a multi-model hybrid-RDBMS that supports management of data represented as relational tables and/or property graphs
Primary database modelMultivalue DBMSDocument storeRelational DBMSDocument store
Graph DBMS
Key-value store
Wide column store
Document store
Graph DBMS
Native XML DBMS
Relational DBMS
RDF store
Search engine
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
Score0.28
Rank#287  Overall
#10  Multivalue DBMS
Score0.47
Rank#252  Overall
#39  Document stores
Score4.11
Rank#70  Overall
#38  Relational DBMS
Score3.91
Rank#72  Overall
#13  Document stores
#4  Graph DBMS
#2  Native XML DBMS
#39  Relational DBMS
#2  RDF stores
#9  Search engines
Websitewww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmwww.percona.com/­mongodb/­software/­percona-server-for-mongodbwww.singlestore.comsqrrl.comvirtuoso.openlinksw.com
Technical documentationdocs.percona.com/­percona-distribution-for-mongodbdocs.singlestore.comdocs.openlinksw.com/­virtuoso
DeveloperRocket Software, originally Martin PhillipsPerconaSingleStore Inc.Amazon infooriginally Sqrrl Data, Inc.OpenLink Software
Initial release19932015201320121998
Current release3.4-123.4.10-2.10, November 20178.5, January 20247.2.11, September 2023
License infoCommercial or Open SourceOpen Source infoGPLv2, extended commercial license availableOpen Source infoGPL Version 2commercial infofree developer edition availablecommercialOpen Source infoGPLv2, extended commercial license available
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 languageC++C++, GoJavaC
Server operating systemsAIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
LinuxLinux info64 bit version requiredLinuxAIX
FreeBSD
HP-UX
Linux
OS X
Solaris
Windows
Data schemeyes infowith some exceptionsschema-freeyesschema-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 dateyesyesyesyes
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.yesnonoyes
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLnonoyes infobut no triggers and foreign keysnoyes infoSQL-92, SQL-200x, SQL-3, SQLX
APIs and other access methodsproprietary protocol using JSONCluster Management API infoas HTTP Rest and CLI
HTTP API
JDBC
MongoDB API
ODBC
Accumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
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 languages.Net
Basic
C
Java
Objective C
PHP
Python
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
Bash
C
C#
Java
JavaScript (Node.js)
Python
Actionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
.Net
C
C#
C++
Java
JavaScript
Perl
PHP
Python
Ruby
Visual Basic
Server-side scripts infoStored proceduresyesJavaScriptyesnoyes infoVirtuoso PL
Triggersyesnononoyes
Partitioning methods infoMethods for storing different data on different nodesyesShardingSharding infohash partitioningSharding infomaking use of Hadoopyes
Replication methods infoMethods for redundantly storing data on multiple nodesyesSource-replica replicationSource-replica replication infostores two copies of each physical data partition on two separate nodesselectable replication factor infomaking use of HadoopChain, star, and bi-directional replication
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesno infocan define user-defined aggregate functions for map-reduce-style calculationsyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.Immediate Consistency
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoACIDAtomic updates per row, document, or graph entityACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, 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
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infovia In-Memory Engineyesyes
User concepts infoAccess controlAccess rights can be defined down to the item levelAccess rights for users and rolesFine grained access control via users, groups and rolesCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)Fine-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
OpenQM infoalso called QMPercona Server for MongoDBSingleStore infoformer name was MemSQLSqrrlVirtuoso
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
OpenQM infoalso called QMPercona Server for MongoDBSingleStore infoformer name was MemSQLSqrrlVirtuoso
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

Percona Everest sets databases free
17 September 2024, Techzine Europe

Percona launches management system aimed at open-source databases
17 May 2022, The Register

Is database-as-a-service in Percona’s future?
23 May 2022, VentureBeat

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

10 best practices for every MongoDB deployment
5 April 2023, InfoWorld

provided by Google News

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

SingleStore acquires BryteFlow to boost data ingestion capabilities
3 October 2024, InfoWorld

SingleStore Acquires BryteFlow ​​to Accelerate Adoption of Real-Time Analytics, GenAI
3 October 2024, Business Wire

SingleStore acquires BryteFlow to better digest ERP and CRM data
4 October 2024, Blocks & Files

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

provided by Google News

Splunk details Sqrrl 'screw-ups' that hampered threat hunting
6 May 2024, TechTarget

Peanut butter whisky is officially a thing. Here are five to try
7 August 2024, Delicious

Amazon’s cloud business acquires Sqrrl, a security start-up with NSA roots
23 January 2018, CNBC

Amazon acquires cybersecurity startup Sqrrl
8 June 2023, cisomag.com

AWS beefs up threat detection with Sqrrl acquisition
24 January 2018, TechCrunch

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.

Milvus logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

SingleStore logo

The data platform to build your intelligent applications.
Try 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

Present your product here