DB-EnginesEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > AgensGraph vs. dBASE vs. eXtremeDB vs. RDFox vs. Redis

System Properties Comparison AgensGraph vs. dBASE vs. eXtremeDB vs. RDFox vs. Redis

Editorial information provided by DB-Engines
NameAgensGraph  Xexclude from comparisondBASE  Xexclude from comparisoneXtremeDB  Xexclude from comparisonRDFox  Xexclude from comparisonRedis  Xexclude from comparison
DescriptionMulti-model database supporting relational and graph data models and built upon PostgreSQLdBase was one of the first databases with a development environment on PC's. Its latest version dBase V is still sold as dBase classic, which needs a DOS Emulation. The up-to-date product is dBase plus.Natively in-memory DBMS with options for persistency, high-availability and clusteringHigh performance knowledge graph and semantic reasoning enginePopular 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
Relational DBMS
Relational DBMSRelational DBMS
Time Series DBMS
Graph DBMS
RDF store
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Secondary database modelsRelational 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.16
Rank#322  Overall
#30  Graph DBMS
#143  Relational DBMS
Score9.00
Rank#43  Overall
#27  Relational DBMS
Score0.86
Rank#204  Overall
#96  Relational DBMS
#18  Time Series DBMS
Score0.23
Rank#296  Overall
#24  Graph DBMS
#13  RDF stores
Score149.63
Rank#6  Overall
#1  Key-value stores
Websitebitnine.net/­agensgraphwww.dbase.comwww.mcobject.comwww.oxfordsemantic.techredis.com
redis.io
Technical documentationbitnine.net/­documentationwww.dbase.com/­support/­knowledgebasewww.mcobject.com/­docs/­extremedb.htmdocs.oxfordsemantic.techdocs.redis.com/­latest/­index.html
redis.io/­docs
DeveloperBitnine Global Inc.Asthon TateMcObjectOxford Semantic TechnologiesRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release20161979200120172009
Current release2.1, December 2018dBASE 2019, 20198.2, 20216.0, Septermber 20227.2.5, May 2024
License infoCommercial or Open SourceOpen Source infoApache License 2.0commercialcommercialcommercialOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
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 languageCC and C++C++C
Server operating systemsLinux
OS X
Windows
DOS infodBase Classic
Windows infodBase Pro
AIX
HP-UX
Linux
macOS
Solaris
Windows
Linux
macOS
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemedepending on used data modelyesyesyes infoRDF schemasschema-free
Typing infopredefined data types such as float or dateyesyesyesyespartial 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.nono infosupport of XML interfaces availableno
Secondary indexesyesyesyesyes infowith RediSearch module
SQL infoSupport of SQLyesnoyes infowith the option: eXtremeSQLnowith RediSQL module
APIs and other access methodsCypher Query Language
JDBC
none infoThe IDE can access other DBMS or ODBC-sources..NET Client API
JDBC
JNI
ODBC
Proprietary protocol
RESTful HTTP API
RESTful HTTP API
SPARQL 1.1
proprietary protocol infoRESP - REdis Serialization Protocol
Supported programming languagesC
Java
JavaScript
Python
dBase proprietary IDE.Net
C
C#
C++
Java
Lua
Python
Scala
C
Java
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 proceduresyesno infoThe IDE can access stored procedures in other database systems.yesLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersnonoyes infoby defining eventspublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodesno, but can be realized using table inheritancenonehorizontal partitioning / shardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationnoneActive Replication Fabric™ for IoT
Multi-source replication infoby means of eXtremeDB Cluster option
Source-replica replication infoby means of eXtremeDB High Availability option
replication via a shared file systemMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononothrough RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate ConsistencyImmediate Consistency in stand-alone mode, Eventual Consistency in replicated setupsEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integrityyesyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infonot for dBase internal data, but IDE does support transactions when accessing external DBMSACIDACIDAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoOptimistic (MVCC) and pessimistic (locking) strategies availableyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyesyesyesyes 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.noyesyesyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users and rolesRoles, resources, and access typesAccess 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

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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

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

More resources
AgensGraphdBASEeXtremeDBRDFoxRedis
DB-Engines blog posts

DB-Engines Ranking coverage expanded to 169 database management systems
3 June 2013, 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 Experience
25 March 2019, Business Wire

provided by Google News

Added Namespace and lost all the PHP OOPs Classes
5 November 2018, SitePoint

WFP DBase (Logistics Data, Budgets and Systems Execution) Factsheet (November 2019)
30 November 2019, ReliefWeb

Back to the future: A visual tour of my day in FreeDOS
3 July 2014, Ars Technica

5 ancient software programs we refuse to give up
31 July 2019, PCWorld

“Emergency Nurses of the Future” Video Series Promotes Healthy Nurse Work Environment Initiative
24 October 2022, DailyNurse

provided by Google News

McObject
17 November 2021, Electronic Design

Latest embedded DBMS supports asymmetric multiprocessing systems
24 May 2023, Embedded

McObject and GoldenSource Collaborate on Regtech EDM Offering
28 June 2017, Financial IT

provided by Google News

Samsung Electronics Announces Acquisition of Oxford Semantic Technologies, UK-Based Knowledge Graph Startup
18 July 2024, Samsung Global Newsroom

Samsung acquires UK-based knowledge graph company
19 July 2024, evertiq.com

University spin-out Oxford Semantic Technologies acquired by Samsung Electronics
16 July 2024, University of Oxford

Samsung buys UK startup Oxford Semantic to boost ‘personalised AI experiences’
18 July 2024, TNW

Samsung acquires knowledge graph startup Oxford Semantics
18 July 2024, The Stack

provided by Google News

Redis debuts new data integration and AI features for its database
23 August 2024, SiliconANGLE News

Redis justifies open source shift with fresh hardware, LLM cost-saving features
12 September 2024, The Register

After changing its license, Redis drops its biggest release yet
23 August 2024, TechCrunch

Redis Improves Performance of Vector Semantic Search with Multi-Threaded Query Engine
19 July 2024, InfoQ.com

Flight to Valkey appears to be response to removal of Redis’ open source license
12 September 2024, Techzine Europe

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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.

Present your product here