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

DBMS > ClickHouse vs. Databricks vs. HEAVY.AI vs. Neo4j vs. SAP Advantage Database Server

System Properties Comparison ClickHouse vs. Databricks vs. HEAVY.AI vs. Neo4j vs. SAP Advantage Database Server

Editorial information provided by DB-Engines
NameClickHouse  Xexclude from comparisonDatabricks  Xexclude from comparisonHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022  Xexclude from comparisonNeo4j  Xexclude from comparisonSAP Advantage Database Server infoformer name: Sybase ADS  Xexclude from comparison
SAP Advantage Database Server seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
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.The Databricks Lakehouse Platform combines elements of data lakes and data warehouses to provide a unified view onto structured and unstructured data. It is based on Apache Spark.A high performance, column-oriented RDBMS, specifically developed to harness the massive parallelism of modern CPU and GPU hardwareScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsLow-cost RDBMS with access to ISAM and FoxPro data structures
Primary database modelRelational DBMSDocument store
Relational DBMS
Relational DBMSGraph DBMSRelational DBMS
Secondary database modelsTime Series DBMSSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score15.88
Rank#37  Overall
#22  Relational DBMS
Score84.24
Rank#14  Overall
#2  Document stores
#9  Relational DBMS
Score1.41
Rank#153  Overall
#71  Relational DBMS
Score42.68
Rank#21  Overall
#1  Graph DBMS
Websiteclickhouse.comwww.databricks.comgithub.com/­heavyai/­heavydb
www.heavy.ai
neo4j.comwww.sap.com/products/advantage-database-server.html
Technical documentationclickhouse.com/­docsdocs.databricks.comdocs.heavy.aineo4j.com/­docs
DeveloperClickhouse Inc.DatabricksHEAVY.AI, Inc.Neo4j, Inc.Sybase, SAP
Initial release20162013201620071993
Current releasev24.6.2.17-stable, July 20245.10, January 20225.23, August 2024
License infoCommercial or Open SourceOpen Source infoApache 2.0commercialOpen Source infoApache Version 2; enterprise edition availableOpen Source infoGPL version3, commercial licenses availablecommercial
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.
  • DoubleCloud: Fully managed ClickHouse alongside best-in-class managed open-source services to build analytics at scale.
Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.
Implementation languageC++C++ and CUDAJava, Scala
Server operating systemsFreeBSD
Linux
macOS
hostedLinuxLinux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
Linux
Windows
Data schemeyesFlexible Schema (defined schema, partial schema, schema free)yesschema-free and schema-optionalyes
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.noyesnono
Secondary indexesyesyesnoyes infopluggable indexing subsystem, by default Apache Luceneyes
SQL infoSupport of SQLClose to ANSI SQL (SQL/JSON + extensions)with Databricks SQLyesnoyes
APIs and other access methodsgRPC
HTTP REST
JDBC
MySQL wire protocol
ODBC
PostgreSQL wire protocol
Proprietary protocol
JDBC
ODBC
RESTful HTTP API
JDBC
ODBC
Thrift
Vega
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
.NET Client API
ADO.NET
JDBC
ODBC
OLE DB
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
Python
R
Scala
All languages supporting JDBC/ODBC/Thrift
Python
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
Delphi
Perl
PHP
Server-side scripts infoStored proceduresyesuser defined functions and aggregatesnoyes infoUser defined Procedures and Functionsyes
Triggersnonoyes infovia event handleryes
Partitioning methods infoMethods for storing different data on different nodeskey based and customSharding infoRound robinyes using Neo4j Fabricnone
Replication methods infoMethods for redundantly storing data on multiple nodesAsynchronous and synchronous physical replication; geographically distributed replicas; support for object storages.yesMulti-source replicationCausal Clustering using Raft protocol infoavailable in in Enterprise Version onlyMulti-source replication infoCONFLICT Trigger to resolve replication conflicts
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Immediate Consistency
Foreign keys infoReferential integritynonoyes infoRelationships in graphsyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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.yesnoyesno infocaching of (temporary) tables can be configured
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.fine grained access rights according to SQL-standardUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)fine grained access rights according to SQL-standard
More information provided by the system vendor
ClickHouseDatabricksHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022Neo4jSAP Advantage Database Server infoformer name: Sybase ADS
Specific characteristicsSupported database models : In addition to the Document store and Relational DBMS...
» more
Neo4j delivers graph technology that has been battle tested for performance and scale...
» more
Competitive advantagesNeo4j is the market leader, graph database category creator, and the most widely...
» more
Typical application scenariosReal-Time Recommendations Master Data Management Identity and Access Management Network...
» more
Key customersOver 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Market metricsNeo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
Licensing and pricing modelsGPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
News

The Ethics of Generative AI: Understanding the Principles and Risks
18 September 2024

GraphSummit Europe 2024: Actionable Insights From Industry Leaders and Innovators
18 September 2024

This Week in Neo4j: Knowledge Graph, Data Loading, Olympics, CSV and more
7 September 2024

Neo4j Expands Cloud Database Capabilities to Power Enterprise-Scale Graph Deployments
4 September 2024

This Week in Neo4j: NODES 2024, GraphRAG, Graph Data, Knowledge Graph and more
31 August 2024

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

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

More resources
ClickHouseDatabricksHEAVY.AI infoFormerly named 'OmniSci', rebranded to 'HEAVY.AI' in March 2022Neo4jSAP Advantage Database Server infoformer name: Sybase ADS
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

show all

Applying Graph Analytics to Game of Thrones
12 June 2019, Amy Hodler & Mark Needham, Neo4j (guest author)

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

The openCypher Project: Help Shape the SQL for Graphs
22 December 2015, Emil Eifrem (guest author)

show all

Recent citations in the news

A Beginner’s Guide to ClickHouse Database
13 September 2024, KDnuggets

Real-time database startup ClickHouse acquires PeerDB to expand its Postgres support
30 July 2024, TechCrunch

Azur Games migrates all game analytics data to ClickHouse Cloud on AWS
16 July 2024, AWS Blog

Database startup ClickHouse Announces PeerDB Acquistion
31 July 2024, Tech Times

ClickHouse Acquires PeerDB to Advance Postgres CDC Integration Solutions
1 August 2024, Datanami

provided by Google News

Leading Tech Talent Creation Expert Launches Databricks Data Engineer Program
19 September 2024, Business Wire

Databricks could launch IPO in two months but biding time despite investor pressure, CEO says
13 September 2024, ION Analytics

Databricks reportedly paid $2 billion in Tabular acquisition
14 August 2024, TechCrunch

Inside the Snowflake — Databricks Rivalry, and Why Both Fear Microsoft
14 August 2024, Bloomberg

Introducing Databricks AI/BI: Intelligent Analytics for Real-World Data
12 June 2024, PR Newswire

provided by Google News

Dr. Mike Flaxman, VP or Product Management at HEAVY.AI – Interview Series
19 September 2024, Unite.AI

5 Q’s for Mike Flaxman, Vice President of Heavy.AI
15 August 2024, Center for Data Innovation

HEAVY.AI Accelerates Big Data Analytics with Vultr's High-Performance GPU Cloud Infrastructure
11 September 2024, insideBIGDATA

HEAVY.AI Accelerates Big Data Analytics with Vultr’s High-Performance GPU Cloud Infrastructure
11 September 2024, insideBIGDATA

Meta delivers strong earnings, but weak guidance and heavy AI spending prompt investors to bail
24 April 2024, SiliconANGLE News

provided by Google News

Neo4j lowers barriers to graph technology with gen AI copilot, 15x read capacity
4 September 2024, VentureBeat

Neo4j Transforms Its Cloud Database Portfolio to Accelerate Graph Adoption & GenAI for the Enterprise
4 September 2024, PR Newswire

Neo4j charts upward course for GraphRAG in graph databases
4 September 2024, Techzine Europe

Neo4j Simplifies Graph Database in the Cloud
4 September 2024, Datanami

Neo4j Transforms Its Cloud Database Portfolio to Accelerate Graph Adoption & GenAI for the Enterprise
9 September 2024, insideBIGDATA

provided by Google News

SAP Patch Day: August 2024
4 September 2024, all-about-security.de

Critical Updates Released on August 2024 SAP Security Patch Day
27 August 2024, InsideSAP

SAP Announces Q3 2023 Results: Asia Pacific and Japan View
19 October 2023, SAP News

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.

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.

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