DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > MySQL vs. NCache vs. NuoDB vs. OpenQM vs. Oracle Berkeley DB

System Properties Comparison MySQL vs. NCache vs. NuoDB vs. OpenQM vs. Oracle Berkeley DB

Editorial information provided by DB-Engines
NameMySQL  Xexclude from comparisonNCache  Xexclude from comparisonNuoDB  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparison
DescriptionWidely used open source RDBMSOpen-Source and Enterprise in-memory Key-Value StoreNuoDB is a webscale distributed database that supports SQL and ACID transactionsQpenQM is a high-performance, self-tuning, multi-value DBMSWidely used in-process key-value store
Primary database modelRelational DBMS infoKey/Value like access via memcached APIKey-value storeRelational DBMSMultivalue DBMSKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Secondary database modelsDocument store
Spatial DBMS
Document store
Search engine infoUsing distributed Lucene
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1061.34
Rank#2  Overall
#2  Relational DBMS
Score0.96
Rank#195  Overall
#29  Key-value stores
Score0.94
Rank#197  Overall
#92  Relational DBMS
Score0.34
Rank#284  Overall
#10  Multivalue DBMS
Score2.01
Rank#126  Overall
#21  Key-value stores
#3  Native XML DBMS
Websitewww.mysql.comwww.alachisoft.com/­ncachewww.3ds.com/­nuodb-distributed-sql-databasewww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmwww.oracle.com/­database/­technologies/­related/­berkeleydb.html
Technical documentationdev.mysql.com/­docwww.alachisoft.com/­resources/­docsdoc.nuodb.comdocs.oracle.com/­cd/­E17076_05/­html/­index.html
DeveloperOracle infosince 2010, originally MySQL AB, then SunAlachisoftDassault Systèmes infooriginally NuoDB, Inc.Rocket Software, originally Martin PhillipsOracle infooriginally developed by Sleepycat, which was acquired by Oracle
Initial release19952005201319931994
Current release8.4.0, April 20245.3.3, April 20243.4-1218.1.40, May 2020
License infoCommercial or Open SourceOpen Source infoGPL version 2. Commercial licenses with extended functionallity are availableOpen Source infoEnterprise Edition availablecommercial infolimited edition freeOpen Source infoGPLv2, extended commercial license availableOpen Source infocommercial 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.
Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
Implementation languageC and C++C#, .NET, .NET Core, JavaC++C, Java, C++ (depending on the Berkeley DB edition)
Server operating systemsFreeBSD
Linux
OS X
Solaris
Windows
Linux
Windows
hosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Data schemeyesschema-freeyesyes infowith some exceptionsschema-free
Typing infopredefined data types such as float or dateyespartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counteryesno
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.yesnonoyesyes infoonly with the Berkeley DB XML edition
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLyes infowith proprietary extensionsSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.yesnoyes infoSQL interfaced based on SQLite is available
APIs and other access methodsADO.NET
JDBC
ODBC
Proprietary native API
IDistributedCache
JCache
LINQ
Proprietary native API
ADO.NET
JDBC
ODBC
Supported programming languagesAda
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
.Net
Basic
C
Java
Objective C
PHP
Python
.Net infoFigaro is a .Net framework assembly that extends Berkeley DB XML into an embeddable database engine for .NET
others infoThird-party libraries to manipulate Berkeley DB files are available for many languages
C
C#
C++
Java
JavaScript (Node.js) info3rd party binding
Perl
Python
Tcl
Server-side scripts infoStored proceduresyes infoproprietary syntaxno infosupport for stored procedures with SQL-Server CLRJava, SQLyesno
Triggersyesyes infoNotificationsyesyesyes infoonly for the SQL API
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning, sharding with MySQL Cluster or MySQL Fabricyesdata is dynamically stored/cached on the nodes where it is read/writtenyesnone
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication
Source-replica replication
yes, with selectable consistency levelyes infoManaged transparently by NuoDByesSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infonot for MyISAM storage enginenoyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infonot for MyISAM storage engineoptimistic locking and pessimistic lockingACID infotunable commit protocolACIDACID
Concurrency infoSupport for concurrent manipulation of datayes infotable locks or row locks depending on storage engineyesyes infoMVCCyes
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.yesyesyes infoTemporary tableyes
User concepts infoAccess controlUsers with fine-grained authorization concept infono user groups or rolesAuthentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)Standard SQL roles/ privileges, Administrative UsersAccess rights can be defined down to the item levelno
More information provided by the system vendor
MySQLNCacheNuoDBOpenQM infoalso called QMOracle Berkeley DB
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» 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 Monitor is a safe, simple and agentless remote server monitoring tool for MySQL and many other database management systems.
» more

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

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

Aiven for MySQL: Fully managed MySQL, deployable in the cloud of your choice, with seamless integrations and lightning-fast setup.
» more

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

More resources
MySQLNCacheNuoDBOpenQM infoalso called QMOracle Berkeley DB
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

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

Choosing the Best MySQL Reporting Tool for Your Team
1 June 2024, Medium

Authentication Bypass Vulnerability in MySQL
1 June 2024, ITPro Today

Outage for MySQL.com Web Sites
31 May 2024, Data Center Knowledge

PlanetScale forks MySQL to add vector support
1 June 2024, Yahoo Movies Canada

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

provided by Google News

How to use NCache in ASP.Net Core
25 February 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

provided by Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

NuoDB has Microsoft SQL Server in its sights
8 May 2013, ZDNet

NuoDB empowers distributed database users to optimize cloud and container resources with new graphical dashboard
10 April 2018, Daily Host News

NuoDB bags $14.2M for distributed database technology
26 February 2014, VatorNews

provided by Google News

Margo Seltzer Named ACM Athena Lecturer for Technical and Mentoring Contributions
26 April 2023, HPCwire

ACM recognizes far-reaching technical achievements with special awards
26 May 2021, EurekAlert

Oracle buys Sleepycat Software
14 February 2006, MarketWatch

Database Trends Report: SQL Beats NoSQL, MySQL Most Popular -- ADTmag
5 March 2019, ADT Magazine

Margo I. Seltzer | Berkman Klein Center
18 August 2020, Berkman Klein Center

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.

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

Present your product here