DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Alibaba Cloud Log Service vs. eXtremeDB vs. JaguarDB vs. Oracle Rdb vs. Redis

System Properties Comparison Alibaba Cloud Log Service vs. eXtremeDB vs. JaguarDB vs. Oracle Rdb vs. Redis

Editorial information provided by DB-Engines
NameAlibaba Cloud Log Service  Xexclude from comparisoneXtremeDB  Xexclude from comparisonJaguarDB  Xexclude from comparisonOracle Rdb  Xexclude from comparisonRedis  Xexclude from comparison
DescriptionA complete real-time data logging service that supports collection, consumption, shipping, search, and analysis of logs.Natively 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 modelSearch engineRelational 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.43
Rank#265  Overall
#18  Search engines
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.alibabacloud.com/­product/­log-servicewww.mcobject.comwww.jaguardb.comwww.oracle.com/­database/­technologies/­related/­rdb.htmlredis.com
redis.io
Technical documentationwww.alibabacloud.com/­help/­en/­slswww.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
DeveloperAlibabaCloud Inc.McObjectDataJaguar, Inc.Oracle, originally developed by Digital Equipment Corporation (DEC)Redis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release20162001201519842009
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 serviceyesnononono
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 systemshostedAIX
HP-UX
Linux
macOS
Solaris
Windows
LinuxHP Open VMSBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemeschema-freeyesyesFlexible 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.nono infosupport of XML interfaces availablenonono
Secondary indexesyesyesyesyesyes infowith RediSearch module
SQL infoSupport of SQLSQL for queryingyes infowith the option: eXtremeSQLA subset of ANSI SQL is implemented infobut no views, foreign keys, triggersyeswith RediSQL module
APIs and other access methodsHTTP REST.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 proceduresnoyesnoLua; 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 nodesShardinghorizontal partitioning / shardingShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodes3 replicasActive 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 methodsES-Hadoop Connectornononothrough RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual 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 integritynoyesnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoyes, 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.noyesnonoyes
User concepts infoAccess controlAlibaba Cloud user access 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
Alibaba Cloud Log ServiceeXtremeDBJaguarDBOracle RdbRedis
Specific characteristicsA real-time service for telementry data (log, metric, trace). Alibaba Cloud Log Service...
» more
eXtremeDB is an in-memory and/or persistent database system that offers an ultra-small...
» more
Competitive advantages* Ease of use: Completes data collections from more than 30 data sources within five...
» more
eXtremeDB databases can be modeled relationally or as objects and can utilize SQL...
» more
Typical application scenarios* Log/Trace/Event Search & Analysis * Application Monitoring * Operation Analysis...
» more
IoT application across all markets: Industrial Control, Netcom, Telecom, Defense,...
» more
Key customers* Alibaba & Ant-Finance:he infrastructure service for the Corp * Over 22k Subscriber...
» more
Schneider Electronics, F5 Networks, TNS, Boeing, Northrop Grumman, GoPro, ViaSat,...
» more
Market metricsWith hundreds of customers and over 30 million devices/applications using the product...
» more
Licensing and pricing modelsPay-As-You-Go https://www.alibabacloud.com/product/log-service/pricing
» 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 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

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» 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
Alibaba Cloud Log ServiceeXtremeDBJaguarDBOracle RdbRedis
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

2 Methods for Installing Serverless Kubernetes in Alibaba Cloud
29 March 2022, hackernoon.com

Alibaba Cloud Further Facilitates Digital Transformation Acceleration across Asia in the Year of the Pandemic
27 January 2021, PR Newswire

Alibaba Cloud Further Facilitates Digital Transformation Acceleration Across Asia
27 January 2021, MESA Website

How Data Analytics Capabilities of Alibaba Group Evolve Its Ecosystem to the Cloud
20 February 2021, DataDrivenInvestor

Alibaba Cloud launches China Gateway program in Singapore
30 May 2019, global.chinadaily.com.cn

provided by Google 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

The database to transact, analyze and contextualize your data in real time.
Try it today.

Present your product here