DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > ClickHouse vs. Fauna vs. NuoDB vs. OpenQM vs. Oracle

System Properties Comparison ClickHouse vs. Fauna vs. NuoDB vs. OpenQM vs. Oracle

Editorial information provided by DB-Engines
NameClickHouse  Xexclude from comparisonFauna infopreviously named FaunaDB  Xexclude from comparisonNuoDB  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonOracle  Xexclude from comparison
DescriptionA high-performance, column-oriented SQL DBMS for online analytical processing (OLAP) that uses all available system resources to their full potential to process each analytical query as fast as possible. It is available as both an open-source software and a cloud offering.Fauna provides a web-native interface, with support for GraphQL and custom business logic that integrates seamlessly with the rest of the serverless ecosystem. The underlying globally distributed storage and compute platform is fast, consistent, and reliable, with a modern security infrastructure.NuoDB is a webscale distributed database that supports SQL and ACID transactionsQpenQM is a high-performance, self-tuning, multi-value DBMSWidely used RDBMS
Primary database modelRelational DBMSDocument store
Graph DBMS
Relational DBMS
Time Series DBMS
Relational DBMSMultivalue DBMSRelational DBMS
Secondary database modelsTime Series DBMSDocument 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
Score16.31
Rank#37  Overall
#23  Relational DBMS
Score1.63
Rank#155  Overall
#28  Document stores
#14  Graph DBMS
#70  Relational DBMS
#13  Time Series DBMS
Score0.94
Rank#207  Overall
#96  Relational DBMS
Score0.38
Rank#278  Overall
#10  Multivalue DBMS
Score1221.06
Rank#1  Overall
#1  Relational DBMS
Websiteclickhouse.comfauna.comwww.3ds.com/­nuodb-distributed-sql-databasewww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmwww.oracle.com/­database
Technical documentationclickhouse.com/­docsdocs.fauna.comdoc.nuodb.comdocs.oracle.com/­en/­database
DeveloperClickhouse Inc.Fauna, Inc.Dassault Systèmes infooriginally NuoDB, Inc.Rocket Software, originally Martin PhillipsOracle
Initial release20162014201319931980
Current releasev23.12.1.1368-stable, December 20233.4-1223c, September 2023
License infoCommercial or Open SourceOpen Source infoApache 2.0commercialcommercial infolimited edition freeOpen Source infoGPLv2, extended commercial license availablecommercial inforestricted free version is available
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • ClickHouse Cloud: Get the performance you love from open source ClickHouse in a serverless offering that takes care of the details so you can spend more time getting insight out of the fastest database on earth.
  • Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
Implementation languageC++ScalaC++C and C++
Server operating systemsFreeBSD
Linux
macOS
hostedhosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
Data schemeyesschema-freeyesyes infowith some exceptionsyes infoSchemaless in JSON and XML columns
Typing infopredefined data types such as float or dateyesnoyesyes
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.nononoyesyes
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLClose to ANSI SQL (SQL/JSON + extensions)noyesnoyes infowith proprietary extensions
APIs and other access methodsgRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
RESTful HTTP APIADO.NET
JDBC
ODBC
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languagesC# info3rd party library
C++
Elixir info3rd party library
Go info3rd party library
Java info3rd party library
JavaScript (Node.js) info3rd party library
Kotlin info3rd party library
Nim info3rd party library
Perl info3rd party library
PHP info3rd party library
Python info3rd party library
R info3rd party library
Ruby info3rd party library
Rust
Scala info3rd party library
C#
Go
Java
JavaScript
Python
Ruby
Scala
Swift
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
.Net
Basic
C
Java
Objective C
PHP
Python
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
Server-side scripts infoStored proceduresyesuser defined functionsJava, SQLyesPL/SQL infoalso stored procedures in Java possible
Triggersnonoyesyesyes
Partitioning methods infoMethods for storing different data on different nodeskey based and customhorizontal partitioning infoconsistent hashingdata is dynamically stored/cached on the nodes where it is read/writtenyesSharding, horizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.Multi-source replicationyes infoManaged transparently by NuoDByesMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono infocan be realized in PL/SQL
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesyesnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACID infotunable commit protocolACIDACID infoisolation level can be parameterized
Concurrency infoSupport for concurrent manipulation of datayesyesyes 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.yesnoyes infoTemporary tableyes infoVersion 12c introduced the new option 'Oracle Database In-Memory'
User concepts infoAccess controlAccess rights for users and roles. Column and row based policies. Quotas and resource limits. Pluggable authentication with LDAP and Kerberos. Password based, X.509 certificate, and SSH key authentication.Identity management, authentication, and access controlStandard SQL roles/ privileges, Administrative UsersAccess rights can be defined down to the item levelfine 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 partiesDoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
» more

Aiven for Clickhouse: Managed cloud data warehousing with high-speed analytics.
» more
Navicat 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
ClickHouseFauna infopreviously named FaunaDBNuoDBOpenQM infoalso called QMOracle
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

Why Clickhouse Should Be Your Next Database
6 July 2023, The New Stack

ClickHouse Cloud & Amazon S3 Express One Zone: Making a blazing fast analytical database even faster | Amazon ...
28 November 2023, AWS Blog

What the Heck is Proton?
31 December 2023, hackernoon.com

ClickHouse Announces Launch of ClickPipes
26 September 2023, Datanami

Can LLMs Replace Data Analysts? Getting Answers Using SQL
22 December 2023, Towards Data Science

provided by Google News

Fauna Launches Distributed Document-Relational Database On Google Cloud Marketplace
21 March 2024, GlobeNewswire

Fauna Adds Transformative Schema-as-Code Capabilities to Enterprise Proven, Document-Relational Database
15 November 2023, Business Wire

Slicing the Gordian Knot: A leap to real-time systems of truth
3 February 2024, SiliconANGLE News

Fauna Query Language tamed to appeal to developers
22 August 2023, The Register

CITES Trade Database surpasses 25 million trade transaction records
3 October 2023, Convention on International Trade in Endangered Species of Wild Fauna and Flora (CITES)

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

Temenos Accelerates Its Next Generation Open Cloud Capabilities
20 November 2018, Temenos

NuoDB set to improve distributed SQL performance
7 January 2020, TechTarget

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 -- ADTmag
31 January 2017, ADT Magazine

provided by Google News

Oracle readies its databases for the AI wave
26 March 2024, SiliconANGLE News

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

Oracle Database@Azure Expansion: Committing to the Cloud
14 March 2024, Technology Magazine

Microsoft and Oracle announce that Oracle Database@Azure is now generally available
13 December 2023, azure.microsoft.com

The Oracle Database@Azure service just got a big update — here's what you need to know
18 March 2024, ITPro

provided by Google News



Share this page

Featured Products

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here