DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > InfinityDB vs. NuoDB vs. Oracle vs. Oracle Berkeley DB vs. Percona Server for MySQL

System Properties Comparison InfinityDB vs. NuoDB vs. Oracle vs. Oracle Berkeley DB vs. Percona Server for MySQL

Editorial information provided by DB-Engines
NameInfinityDB  Xexclude from comparisonNuoDB  Xexclude from comparisonOracle  Xexclude from comparisonOracle Berkeley DB  Xexclude from comparisonPercona Server for MySQL  Xexclude from comparison
DescriptionA Java embedded Key-Value Store which extends the Java Map interfaceNuoDB is a webscale distributed database that supports SQL and ACID transactionsWidely used RDBMSWidely used in-process key-value storeEnhanced drop-in replacement for MySQL based on XtraDB or TokuDB storage engines with improved performance and additional diagnostic and management features.
Primary database modelKey-value storeRelational DBMSRelational DBMSKey-value store infosupports sorted and unsorted key sets
Native XML DBMS infoin the Oracle Berkeley DB XML version
Relational DBMS
Secondary database modelsDocument store
Graph DBMS infowith Oracle Spatial and Graph
RDF store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vector DBMS infosince Oracle 23
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.00
Rank#378  Overall
#57  Key-value stores
Score0.89
Rank#198  Overall
#92  Relational DBMS
Score1236.29
Rank#1  Overall
#1  Relational DBMS
Score2.21
Rank#117  Overall
#20  Key-value stores
#3  Native XML DBMS
Score2.03
Rank#122  Overall
#57  Relational DBMS
Websiteboilerbay.comwww.3ds.com/­nuodb-distributed-sql-databasewww.oracle.com/­databasewww.oracle.com/­database/­technologies/­related/­berkeleydb.htmlwww.percona.com/­software/­mysql-database/­percona-server
Technical documentationboilerbay.com/­infinitydb/­manualdoc.nuodb.comdocs.oracle.com/­en/­databasedocs.oracle.com/­cd/­E17076_05/­html/­index.htmlwww.percona.com/­downloads/­Percona-Server-LATEST
DeveloperBoiler Bay Inc.Dassault Systèmes infooriginally NuoDB, Inc.OracleOracle infooriginally developed by Sleepycat, which was acquired by OraclePercona
Initial release20022013198019942008
Current release4.023c, September 202318.1.40, May 20208.0.36-28, 2024
License infoCommercial or Open Sourcecommercialcommercial infolimited edition freecommercial inforestricted free version is availableOpen Source infocommercial license availableOpen Source infoGPL version 2
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 languageJavaC++C and C++C, Java, C++ (depending on the Berkeley DB edition)C and C++
Server operating systemsAll OS with a Java VMhosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
AIX
Android
FreeBSD
iOS
Linux
OS X
Solaris
VxWorks
Windows
Linux
Data schemeyes infonested virtual Java Maps, multi-value, logical ‘tuple space’ runtime Schema upgradeyesyes infoSchemaless in JSON and XML columnsschema-freeyes
Typing infopredefined data types such as float or dateyes infoall Java primitives, Date, CLOB, BLOB, huge sparse arraysyesyesnoyes
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 infoonly with the Berkeley DB XML editionyes
Secondary indexesno infomanual creation possible, using inversions based on multi-value capabilityyesyesyesyes
SQL infoSupport of SQLnoyesyes infowith proprietary extensionsyes infoSQL interfaced based on SQLite is availableyes
APIs and other access methodsAccess via java.util.concurrent.ConcurrentNavigableMap Interface
Proprietary API to InfinityDB ItemSpace (boilerbay.com/­docs/­ItemSpaceDataStructures.htm)
ADO.NET
JDBC
ODBC
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
ADO.NET
JDBC
ODBC
Supported programming languagesJava.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
.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
Ada
C
C#
C++
D
Eiffel
Erlang
Haskell
Java
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresnoJava, SQLPL/SQL infoalso stored procedures in Java possiblenoyes
Triggersnoyesyesyes infoonly for the SQL APIyes
Partitioning methods infoMethods for storing different data on different nodesnonedata is dynamically stored/cached on the nodes where it is read/writtenSharding, horizontal partitioningnone
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyes infoManaged transparently by NuoDBMulti-source replication
Source-replica replication
Source-replica replicationMulti-source replication
Source-replica replication
XtraDB Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonono infocan be realized in PL/SQLnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency infoREAD-COMMITTED or SERIALIZEDImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integrityno infomanual creation possible, using inversions based on multi-value capabilityyesyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoOptimistic locking for transactions; no isolation for bulk loadsACID infotunable commit protocolACID infoisolation level can be parameterizedACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoMVCCyesyes
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.noyes infoTemporary tableyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'yesyes
User concepts infoAccess controlnoStandard SQL roles/ privileges, Administrative Usersfine grained access rights according to SQL-standardnoUsers with fine-grained authorization concept infono user groups or roles

More information provided by the system vendor

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 partiesDevart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» more

Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

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

More resources
InfinityDBNuoDBOracleOracle Berkeley DBPercona Server for MySQL
DB-Engines blog posts

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

show all

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

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

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25 November 2016, Tony Branson (guest author)

show all

Conferences, events and webinars

Oracle Cloud World
Las Vegas, 9-12 September 2024

Recent citations in the news

Paul DiLaura of Dassault Systemes Joins NuoDB Board of Directors
18 April 2024, Yahoo Singapore News

Paul DiLaura of Dassault Systemes Joins NuoDB Board of Directors
18 April 2024, Yahoo Movies UK

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 set to improve distributed SQL performance
7 January 2020, TechTarget

provided by Google News

What's New: April 2024
26 April 2024, Oracle

Why run Oracle Database on Arm
19 April 2024, Oracle

Blog Theme - Details
30 April 2024, Oracle

Oracle and Microsoft bring Oracle Database@Azure to Europe
14 March 2024, Oracle

Oracle Database@Azure now Generally Available in Azure East US Region to accelerate your data center exit
13 December 2023, Oracle

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

EC will investigate the Oracle/Sun takeover due to concerns about MySQL
3 September 2009, The Guardian

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

The importance of bitcoin nodes and how to start one
9 May 2014, The Merkle News

provided by Google News

A Momentous 2023, Headlined by a 19% increase of ARR, Positions Percona for Even Greater Success in the Year ...
27 March 2024, Business Wire

Update or migrate? Planning for MySQL 5.7 EOL
22 June 2023, InfoWorld

If you don't brush and floss, you're gonna get an abscess – same with MySQL updates
11 May 2023, The Register

Sizing Up Servers: Intel's Skylake-SP Xeon versus AMD's EPYC 7000 - The Server CPU Battle of the Decade?
11 July 2017, AnandTech

How to deploy the Percona database performance monitor with Docker
24 February 2023, TechRepublic

provided by Google News



Share this page

Featured Products

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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.

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

Present your product here