DB-EnginesExtremeDB: white paper about the mission critical dbmsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > GraphDB vs. Postgres-XL vs. Redis

System Properties Comparison GraphDB vs. Postgres-XL vs. Redis

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameGraphDB infoformer name: OWLIM  Xexclude from comparisonPostgres-XL  Xexclude from comparisonRedis  Xexclude from comparison
DescriptionEnterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.Based on PostgreSQL enhanced with MPP and write-scale-out cluster featuresPopular 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.
Primary database modelGraph DBMS
RDF store
Relational DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Secondary database modelsDocument store
Spatial DBMS
Document 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
Score2.77
Rank#120  Overall
#8  Graph DBMS
#4  RDF stores
Score0.77
Rank#255  Overall
#116  Relational DBMS
Score158.35
Rank#6  Overall
#1  Key-value stores
Websitewww.ontotext.comwww.postgres-xl.orgredis.com
redis.io
Technical documentationgraphdb.ontotext.com/­documentationwww.postgres-xl.org/­documentationdocs.redis.com/­latest/­index.html
redis.io/­docs
Social network pagesLinkedInTwitterYouTubeGitHubMediumLinkedInTwitterFacebookYouTubeDiscord
DeveloperOntotextRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release20002014 infosince 2012, originally named StormDB2009
Current release10.4, October 202310 R1, October 20187.2.3, November 2023
License infoCommercial or Open Sourcecommercial infoSome plugins of GraphDB Workbench are open sourcedOpen Source infoMozilla public licenseOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Cloud-based only infoOnly available as a cloud servicenonono
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.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
Implementation languageJavaCC
Server operating systemsAll OS with a Java VM
Linux
OS X
Windows
Linux
macOS
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemeschema-free and OWL/RDFS-schema support; RDF shapesyesschema-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 indexes
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.noyes infoXML type, but no XML query functionalityno
Secondary indexesyes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesyesyes infowith RediSearch module
SQL infoSupport of SQLstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCyes infodistributed, parallel query executionwith RediSQL module
APIs and other access methodsGeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
proprietary protocol infoRESP - REdis Serialization Protocol
Supported programming languages.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
.Net
C
C++
Delphi
Erlang
Java
JavaScript (Node.js)
Perl
PHP
Python
Tcl
C
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
Server-side scripts infoStored procedureswell-defined plugin interfaces; JavaScript server-side extensibilityuser defined functionsLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersnoyespublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioningSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate 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 integrityyes infoConstraint checkingyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infoMVCCAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logs
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes
User concepts infoAccess controlDefault Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.fine 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
GraphDB infoformer name: OWLIMPostgres-XLRedis
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» more
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» more
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» more
Redis Enterprise is a robust in-memory database platform built by the people who...
» more
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» more
Redis Enterprise is used by large enterprise, startup, and government organizations...
» more
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» more
Verizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» more
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» more
Most launched Docker container per day according to Docker Hub (7.2M launches per...
» more
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» more
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» more
News

KGF 2023: Bikes To The Moon, Datastrophies, Abstract Art And A Knowledge Graph Forum To Embrace Them All
1 December 2023

1 Year Staying VIGILANT
29 November 2023

SHACL-ing the Data Quality Dragon III: A Good Artisan Knows Their Tools
24 November 2023

SHACL-ing the Data Quality Dragon II: Application, Application, Application!
17 November 2023

SHACL-ing the Data Quality Dragon I: the Problem and the Tools
10 November 2023

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

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

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

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

Read the Redis NoSQL benchmark report.
» more

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

More resources
GraphDB infoformer name: OWLIMPostgres-XLRedis
DB-Engines blog posts

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

Ontotext and Ontopic Join Forces to Revolutionize Data Virtualization
15 November 2023, Yahoo Finance

Ontotext's GraphDB Solution Now Available in the AWS Marketplace
9 October 2023, PR Newswire

The smarty4covid dataset and knowledge base as a framework for ...
6 November 2023, Nature.com

Ontotext Unveils GraphDB 10.4 with Enhanced AWS Integration and ...
24 October 2023, Datanami

Ontotext GraphDB 9.4 Enables SQL Access to Knowledge Graphs ...
11 September 2020, PR Newswire

provided by Google News

Building a scalable PostgreSQL solution
14 April 2019, Packt Hub

Переход с Oracle на PostgreSQL: подробное руководство по ...
28 April 2023, VC.ru

PostgreSQLをスケールアウトさせるには? | NTTデータ
16 October 2020, NTT Data

PostgreSQL СУБД
8 June 2020, TAdviser.ru

Систему надо менять: ОАО «РЖД» потратит 6,4 млрд рублей на перенос системы продажи билетов с платформы z/Architecture от IBM на «Ред ОС» - iXBT.com
1 December 2022, новости техники и технологий

provided by Google News

Redis Cloud Propels LangChain OpenGPTs Project
17 November 2023, Database Trends and Applications

Amazon ElastiCache Serverless Now Available for Redis and ...
30 November 2023, Database Trends and Applications

AWS Adds Vector Capabilities to More Databases
30 November 2023, Datanami

AWS-Announces-Three-Serverless-Innovations-to-Help-Customers ...
28 November 2023, Amazon Press Release

Redis Cloud Leverages Amazon Bedrock to Deliver Speed and ...
28 November 2023, Yahoo Finance

provided by Google News

Job opportunities

Database Administrator (DBA)
TikTok, San Jose, CA

Lead Database Engineer
Mastercard, O'Fallon, MO

Database Administrator (DBA)
Chess.com, Remote

Remote Elixir/Phoenix Developer
Joydrive, Seattle, WA

Senior Database Administrator
HireIO Inc., Seattle, WA

jobs by Indeed



Share this page

Featured Products

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Redis logo

The world’s most loved real‑time data platform.
Try free

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

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