DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > AntDB vs. eXtremeDB vs. JaguarDB vs. Oracle Rdb vs. Redis

System Properties Comparison AntDB vs. eXtremeDB vs. JaguarDB vs. Oracle Rdb vs. Redis

Editorial information provided by DB-Engines
NameAntDB  Xexclude from comparisoneXtremeDB  Xexclude from comparisonJaguarDB  Xexclude from comparisonOracle Rdb  Xexclude from comparisonRedis  Xexclude from comparison
DescriptionA scalable, multi-tenant, MPP-architectured RDBMS for OLTP and OLAP operations, highly compatible with OracleNatively in-memory DBMS with options for persistency, high-availability and clusteringPerformant, highly scalable DBMS for AI and IoT applicationsPopular 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 modelRelational DBMSRelational DBMS
Time Series DBMS
Key-value store
Vector DBMS
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 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.25
Rank#303  Overall
#137  Relational DBMS
Score0.74
Rank#223  Overall
#103  Relational DBMS
#18  Time Series DBMS
Score0.00
Rank#383  Overall
#60  Key-value stores
#13  Vector DBMS
Score1.08
Rank#184  Overall
#85  Relational DBMS
Score157.80
Rank#6  Overall
#1  Key-value stores
Websitewww.asiainfo.com/­en_us/­product_aisware_antdb_detail.htmlwww.mcobject.comwww.jaguardb.comwww.oracle.com/­database/­technologies/­related/­rdb.htmlredis.com
redis.io
Technical documentationwww.mcobject.com/­docs/­extremedb.htmwww.jaguardb.com/­support.htmlwww.oracle.com/­database/­technologies/­related/­rdb-doc.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
Social network pagesLinkedInTwitterFacebook
DeveloperAsiaInfo Technologies LimitedMcObjectDataJaguar, Inc.Oracle, originally developed by Digital Equipment Corporation (DEC)Redis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release2001201519842009
Current release8.2, 20213.3 July 20237.4.1.1, 20217.2.4, January 2024
License infoCommercial or Open SourcecommercialcommercialOpen Source infoGPL V3.0commercialOpen 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.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageC and C++C++ infothe server part. Clients available in other languagesC
Server operating systemsAIX
HP-UX
Linux
macOS
Solaris
Windows
LinuxHP Open VMSBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemeyesyesyesFlexible Schema (defined schema, partial schema, schema free)schema-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.no infosupport of XML interfaces availablenonono
Secondary indexesyesyesyesyesyes infowith RediSearch module
SQL infoSupport of SQLSQL2016 compliantyes infowith the option: eXtremeSQLA subset of ANSI SQL is implemented infobut no views, foreign keys, triggersyeswith RediSQL module
APIs and other access methodsJDBC
MySQL protocol compliant
ODBC
.NET Client API
JDBC
JNI
ODBC
Proprietary protocol
RESTful HTTP API
JDBC
ODBC
proprietary protocol infoRESP - REdis Serialization Protocol
Supported programming languages.Net
C
C#
C++
Java
Lua
Python
Scala
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
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 proceduresyesnoLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersyesyes infoby defining eventsnopublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning / shardingShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodesActive Replication Fabricâ„¢ for IoT
Multi-source replication infoby means of eXtremeDB Cluster option
Source-replica replication infoby means of eXtremeDB High Availability option
Multi-source replicationMulti-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 ConsistencyEventual 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 integrityyesyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoyes, on a single nodeAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyes infoOptimistic (MVCC) and pessimistic (locking) strategies availableyesyesyes 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.yesyesnonoyes
User concepts infoAccess controlrights management via user accountsAccess 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
AntDBeXtremeDBJaguarDBOracle RdbRedis
Specific characteristicsAntDB was initiated in 2008. On the core system of operators, AntDB provides online...
» more
eXtremeDB is an in-memory and/or persistent database system that offers an ultra-small...
» more
Competitive advantagesHTAP mixed load: AntDB is a universal, enterprise-level distributed relational database,...
» more
eXtremeDB databases can be modeled relationally or as objects and can utilize SQL...
» more
Typical application scenariosAs the core software of large enterprise, AntDB supports multi-scenario deployment....
» more
IoT application across all markets: Industrial Control, Netcom, Telecom, Defense,...
» more
Key customersChina Mobile, China Telecom, China Unicom, Aeon Life, China Mobile Tietong, CITIC...
» more
Schneider Electronics, F5 Networks, TNS, Boeing, Northrop Grumman, GoPro, ViaSat,...
» more
Market metricsMore than 1 billion subscribers in 24 provinces across China are served by AntDB...
» more
With hundreds of customers and over 30 million devices/applications using the product...
» more
Licensing and pricing modelsCertificates and licenses CMMI5 Certificate licensed by CMMI Institute IT Product...
» more
For server use cases, there is a simple per-server license irrespective of the number...
» 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 partiesRedisson PRO: The ultra-fast Redis Java Client.
» more

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

Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» 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
AntDBeXtremeDBJaguarDBOracle RdbRedis
DB-Engines blog posts

AntDB: Answer to Database Evolution - Hyperconverged All-in-One Streaming Engine
22 June 2023,  Bei Mo, AntDB (sponsor) 

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

McObject Announces the Release of eXtremeDB/rt 1.2
23 May 2023, Embedded Computing Design

McObject Announces Availability of eXtremeDB/rt for Green Hills Software's INTEGRITY RTOS
21 April 2022, GlobeNewswire

McObject Announces Availability of eXtremeDB/rt for Microsoft Azure RTOS ThreadX
15 November 2021, Automation.com

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

Beta tests for real time in-memory embedded database ...
4 May 2021, eeNews Europe

provided by Google News

Oracle Adds New AI-Enabling Features To MySQL HeatWave
23 March 2023, Forbes

Oracle Business Model - How Oracle Makes Money?
12 June 2023, Business Model Analyst

Should we all consolidate databases for the storage benefits? Reg vultures deploy DevOps, zoos, haircuts
18 September 2020, The Register

2013 Data Science Salary Survey – O'Reilly
4 May 2013, O'Reilly Media

provided by Google News

Boosting throughput for cloud databases
29 April 2024, The Register

Redis Named the Most Loved Database in Stack Overflow's Developer Survey
29 April 2024, Yahoo News UK

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

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

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

provided by Google News



Share this page

Featured Products

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

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

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Present your product here