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

DBMS > AgensGraph vs. Databricks vs. H2 vs. Redis vs. XTDB

System Properties Comparison AgensGraph vs. Databricks vs. H2 vs. Redis vs. XTDB

Editorial information provided by DB-Engines
NameAgensGraph  Xexclude from comparisonDatabricks  Xexclude from comparisonH2  Xexclude from comparisonRedis  Xexclude from comparisonXTDB infoformerly named Crux  Xexclude from comparison
DescriptionMulti-model database supporting relational and graph data models and built upon PostgreSQLThe 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.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Popular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.A general purpose database with bitemporal SQL and Datalog and graph queries
Primary database modelGraph DBMS
Relational DBMS
Document store
Relational DBMS
Relational DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceDocument store
Secondary database modelsSpatial DBMSDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.23
Rank#315  Overall
#26  Graph DBMS
#140  Relational DBMS
Score81.08
Rank#15  Overall
#2  Document stores
#10  Relational DBMS
Score8.33
Rank#46  Overall
#30  Relational DBMS
Score155.94
Rank#6  Overall
#1  Key-value stores
Score0.18
Rank#332  Overall
#46  Document stores
Websitebitnine.net/­agensgraphwww.databricks.comwww.h2database.comredis.com
redis.io
github.com/­xtdb/­xtdb
www.xtdb.com
Technical documentationbitnine.net/­documentationdocs.databricks.comwww.h2database.com/­html/­main.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
www.xtdb.com/­docs
DeveloperBitnine Global Inc.DatabricksThomas MuellerRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Juxt Ltd.
Initial release20162013200520092019
Current release2.1, December 20182.2.220, July 20237.2.5, May 20241.19, September 2021
License infoCommercial or Open SourceOpen Source infoApache License 2.0commercialOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoMIT License
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.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageCJavaCClojure
Server operating systemsLinux
OS X
Windows
hostedAll OS with a Java VMBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
All OS with a Java 8 (and higher) VM
Linux
Data schemedepending on used data modelFlexible Schema (defined schema, partial schema, schema free)yesschema-freeschema-free
Typing infopredefined data types such as float or dateyesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes, extensible-data-notation format
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.noyesnonono
Secondary indexesyesyesyesyes infowith RediSearch moduleyes
SQL infoSupport of SQLyeswith Databricks SQLyeswith RediSQL modulelimited SQL, making use of Apache Calcite
APIs and other access methodsCypher Query Language
JDBC
JDBC
ODBC
RESTful HTTP API
JDBC
ODBC
proprietary protocol infoRESP - REdis Serialization ProtocolHTTP REST
JDBC
Supported programming languagesC
Java
JavaScript
Python
Python
R
Scala
JavaC
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Clojure
Java
Server-side scripts infoStored proceduresyesuser defined functions and aggregatesJava Stored Procedures and User-Defined FunctionsLua; Redis Functions coming in Redis 7 (slides and Github)no
Triggersnoyespublish/subscribe channels provide some trigger functionality; RedisGearsno
Partitioning methods infoMethods for storing different data on different nodesno, but can be realized using table inheritancenoneSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationyesWith clustering: 2 database servers on different computers operate on identical copies of a databaseMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
yes, each node contains all data
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGearsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integrityyesyesnono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDAtomic execution of command blocks and scripts and optimistic lockingACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes, multi-version concurrency control (MVCC)yes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyesyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes, flexibel persistency by using storage technologies like Apache Kafka, RocksDB or LMDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardfine grained access rights according to SQL-standardAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
More information provided by the system vendor
AgensGraphDatabricksH2RedisXTDB infoformerly named Crux
Specific characteristicsSupported database models : In addition to the Document store and Relational DBMS...
» 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 partiesAiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

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

Redisson PRO: The ultra-fast Redis Java Client.
» more

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

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

More resources
AgensGraphDatabricksH2RedisXTDB infoformerly named Crux
DB-Engines blog posts

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

show all

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

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

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Recent citations in the news

Graph DBMS Performance Comparison AgensGraph vs. Neo4j
29 June 2017, Business Wire

Bitnine Releases AgensGraph 2.1, the Multi-model Graph Database Optimized for the Legacy Environment
29 January 2019, Business Wire

Bitnine: The Newly Revealed 'AI Teacher' Powered by Graph Database Delivers Hyper-Personalized Learning ...
25 March 2019, Business Wire

provided by Google News

Databricks Releases Keynote Lineup and Data Intelligence Programming for 2024 Data + AI Summit
3 June 2024, PR Newswire

Snowflake at a crossroads and a mixed earnings picture
3 June 2024, SiliconANGLE News

Snowflake adopts open source strategy to grab data catalog mind share
3 June 2024, InfoWorld

BOV selects Databricks to implement state-of-the-art intelligence platform
4 June 2024, Times of Malta

This Is the Platform Nancy Pelosi Used to Make Her Private Investment in Databricks
9 May 2024, Yahoo Finance

provided by Google News

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21 March 2024, TechCrunch

Linux Foundation Backs 'Valkey' Open-Source Fork of Redis
29 March 2024, Datanami

Redis acquires storage engine startup Speedb to enhance its open-source database
21 March 2024, SiliconANGLE News

The Coolest Database System Companies Of The 2024 Big Data 100
22 April 2024, CRN

Redis moves to source-available licenses
25 March 2024, InfoWorld

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

Present your product here