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

DBMS > NuoDB vs. Oracle vs. Oracle NoSQL vs. Riak KV vs. Teradata Aster

System Properties Comparison NuoDB vs. Oracle vs. Oracle NoSQL vs. Riak KV vs. Teradata Aster

Editorial information provided by DB-Engines
NameNuoDB  Xexclude from comparisonOracle  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonRiak KV  Xexclude from comparisonTeradata Aster  Xexclude from comparison
Teradata Aster has been integrated into other Teradata systems and therefore will be removed from the DB-Engines ranking.
DescriptionNuoDB is a webscale distributed database that supports SQL and ACID transactionsWidely used RDBMSA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesDistributed, fault tolerant key-value storePlatform for big data analytics on multistructured data sources and types
Primary database modelRelational DBMSRelational DBMSDocument store
Key-value store
Relational DBMS
Key-value store infowith links between data sets and object tags for the creation of secondary indexesRelational 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.87
Rank#201  Overall
#94  Relational DBMS
Score1286.59
Rank#1  Overall
#1  Relational DBMS
Score3.07
Rank#86  Overall
#15  Document stores
#11  Key-value stores
#47  Relational DBMS
Score3.84
Rank#76  Overall
#9  Key-value stores
Websitewww.3ds.com/­nuodb-distributed-sql-databasewww.oracle.com/­databasewww.oracle.com/­database/­nosql/­technologies/­nosql
Technical documentationdoc.nuodb.comdocs.oracle.com/­en/­databasedocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlwww.tiot.jp/­riak-docs/­riak/­kv/­latest
DeveloperDassault Systèmes infooriginally NuoDB, Inc.OracleOracleOpenSource, formerly Basho TechnologiesTeradata
Initial release20131980201120092005
Current release23c, September 202324.1, May 20243.2.0, December 2022
License infoCommercial or Open Sourcecommercial infolimited edition freecommercial inforestricted free version is availableOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoApache version 2, commercial enterprise editioncommercial
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 and C++JavaErlang
Server operating systemshosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
Linux
Solaris SPARC/x86
Linux
OS X
Linux
Data schemeyesyes infoSchemaless in JSON and XML columnsSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.schema-freeFlexible Schema (defined schema, partial schema, schema free) infodefined schema within the relational store; partial schema or schema free in the Aster File Store
Typing infopredefined data types such as float or dateyesyesoptionalnoyes
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.noyesnonoyes infoin Aster File Store
Secondary indexesyesyesyesrestrictedyes
SQL infoSupport of SQLyesyes infowith proprietary extensionsSQL-like DML and DDL statementsnoyes
APIs and other access methodsADO.NET
JDBC
ODBC
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
RESTful HTTP APIHTTP API
Native Erlang Interface
ADO.NET
JDBC
ODBC
OLE DB
Supported programming languages.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
C
C#
Go
Java
JavaScript (Node.js)
Python
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
C
C#
C++
Java
Python
R
Server-side scripts infoStored proceduresJava, SQLPL/SQL infoalso stored procedures in Java possiblenoErlangR packages
Triggersyesyesnoyes infopre-commit hooks and post-commit hooksno
Partitioning methods infoMethods for storing different data on different nodesdata is dynamically stored/cached on the nodes where it is read/writtenSharding, horizontal partitioningShardingSharding infono "single point of failure"Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoManaged transparently by NuoDBMulti-source replication
Source-replica replication
Electable source-replica replication per shard. Support distributed global deployment with Multi-region table featureselectable replication factoryes infoDimension tables are replicated across all nodes in the cluster. The number of replicas for the file store can be configured.
MapReduce infoOffers an API for user-defined Map/Reduce methodsnono infocan be realized in PL/SQLwith Hadoop integrationyesyes infoSQL Map-Reduce Framework
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency infodepending on configuration
Eventual ConsistencyImmediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyesyesnono infolinks between data sets can be storedno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infotunable commit protocolACID infoisolation level can be parameterizedconfigurable infoACID within a storage node (=shard)noACID
Concurrency infoSupport for concurrent manipulation of datayes infoMVCCyesyesyesyes
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.yes infoTemporary tableyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'yes infooff heap cacheno
User concepts infoAccess controlStandard SQL roles/ privileges, Administrative Usersfine grained access rights according to SQL-standardAccess rights for users and rolesyes, using Riak Securityfine grained access rights according to SQL-standard

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 partiesNavicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» more

Devart 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

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

More resources
NuoDBOracleOracle NoSQLRiak KVTeradata Aster
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

Recent citations in the news

'7 Minutes' with NuoDB SVP of Sales Stephen Fahey
9 February 2024, Channel Futures

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

Big Data Product Watch 1/31/17: No-Cost NuoDB, GPU Analytics, Cloud Object Storage, More
31 January 2017, ADT Magazine

NuoDB Raises $14.2M Round Led By Dassault Systèmes For Its Distributed Database Management System
26 February 2014, TechCrunch

provided by Google News

AWS Weekly Roundup: Oracle Database@AWS, Amazon RDS, AWS PrivateLink, Amazon MSK, Amazon EventBridge, Amazon SageMaker and more | Amazon Web Services
16 September 2024, AWS Blog

Yes, there is an Oracle data privacy settlement
19 September 2024, 12news.com KPNX

Oracle Database is in many enterprises and now it’s in Google Cloud too
9 September 2024, VentureBeat

Oracle inks deal with AWS to offer database services
10 September 2024, CIO

Oracle Cloud Infrastructure And AWS Form Strategic Partnership
11 September 2024, Forbes

provided by Google News

Cloud database comparison: AWS, Microsoft, Google and Oracle
24 July 2024, TechTarget

Top 8 Best NoSQL Databases in 2024
9 September 2024, AIM

Oracle GoldenGate for Big Data Articles get a new look!
30 October 2023, Oracle

Oracle, Uni. Of Mauritius develop breast cancer awareness app
13 August 2024, Africanews English

Explore Oracle Database Solutions for Maximum Efficiency
4 September 2018, oracle.com

provided by Google News

Basho Revamps Riak Open-Source Database
22 September 2023, InformationWeek

Top 8 Best NoSQL Databases in 2024
9 September 2024, AIM

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26 August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12 September 2017, ComputerWeekly.com

If you wagered Bet365 would buy up Basho's remains, you'd be a big winner right now
25 August 2017, The Register

provided by Google News

Case study: Siemens reduces train failures with Teradata Aster
12 September 2016, RCR Wireless News

Teradata's Aster shows how the flowers of fraud bloom
23 April 2015, The Register

Teradata Integrates Big Data Analytic Architecture
22 October 2012, PR Newswire

An American Dream Story, With A Silicon Valley Twist
14 August 2013, Forbes

Gartner, IBM, Teradata make Big Data announcements
17 October 2012, ZDNet

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

SingleStore logo

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

RaimaDB logo

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

Present your product here