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 > Microsoft Azure Data Explorer vs. Redis vs. Tarantool

System Properties Comparison Microsoft Azure Data Explorer vs. Redis vs. Tarantool

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameMicrosoft Azure Data Explorer  Xexclude from comparisonRedis  Xexclude from comparisonTarantool  Xexclude from comparison
DescriptionFully managed big data interactive analytics platformPopular 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.In-memory computing platform with a flexible data schema for efficiently building high-performance applications
Primary database modelRelational DBMS infocolumn orientedKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceDocument store
Key-value store
Relational DBMS
Secondary database modelsDocument store infoIf a column is of type dynamic docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-types/­dynamic then it's possible to add arbitrary JSON documents in this cell
Event Store infothis is the general usage pattern at Microsoft. Billing, Logs, Telemetry events are stored in ADX and the state of an individual entity is defined by the arg_max(timestamps)
Spatial DBMS
Search engine infosupport for complex search expressions docs.microsoft.com/­en-us/­azure/­kusto/­query/­parseoperator FTS, Geospatial docs.microsoft.com/­en-us/­azure/­kusto/­query/­geo-point-to-geohash-function distributed search -> ADX acts as a distributed search engine
Time Series DBMS infosee docs.microsoft.com/­en-us/­azure/­data-explorer/­time-series-analysis
Document store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score6.66
Rank#63  Overall
#36  Relational DBMS
Score163.68
Rank#6  Overall
#1  Key-value stores
Score1.86
Rank#162  Overall
#26  Document stores
#28  Key-value stores
#76  Relational DBMS
Websiteazure.microsoft.com/­services/­data-explorerredis.com
redis.io
www.tarantool.io
Technical documentationdocs.microsoft.com/­en-us/­azure/­data-explorerdocs.redis.com/­latest/­index.html
redis.io/­docs
www.tarantool.io/­en/­doc
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
DeveloperMicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.VK
Initial release201920092008
Current releasecloud service with continuous releases7.2.0, August 20232.10.0, May 2022
License infoCommercial or Open SourcecommercialOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool Enterprise
Cloud-based only infoOnly available as a cloud serviceyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
Implementation languageCC and C++
Server operating systemshostedBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
BSD
Linux
macOS
Data schemeFixed schema with schema-less datatypes (dynamic)schema-freeFlexible data schema: relational definition for tables with ability to store json-like documents in columns
Typing infopredefined data types such as float or dateyes infobool, datetime, dynamic, guid, int, long, real, string, timespan, double: docs.microsoft.com/­en-us/­azure/­kusto/­query/­scalar-data-typespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesstring, double, decimal, uuid, integer, blob, boolean, datetime
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.yesnono
Secondary indexesall fields are automatically indexedyes infowith RediSearch moduleyes
SQL infoSupport of SQLKusto Query Language (KQL), SQL subsetnoFull-featured ANSI SQL support
APIs and other access methodsMicrosoft SQL Server communication protocol (MS-TDS)
RESTful HTTP API
proprietary protocol infoRESP - REdis Serialization ProtocolOpen binary protocol
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PowerShell
Python
R
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
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
Server-side scripts infoStored proceduresYes, possible languages: KQL, Python, RLua; Redis Functions coming in Redis 7 (slides and Github)Lua, C and SQL stored procedures
Triggersyes infosee docs.microsoft.com/­en-us/­azure/­kusto/­management/­updatepolicypublish/subscribe channels provide some trigger functionality; RedisGearsyes, before/after data modification events, on replication events, client session events
Partitioning methods infoMethods for storing different data on different nodesSharding infoImplicit feature of the cloud serviceSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesyes infoImplicit feature of the cloud service. Replication either local, cross-facility or geo-redundant.Multi-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Asynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
MapReduce infoOffers an API for user-defined Map/Reduce methodsSpark connector (open source): github.com/­Azure/­azure-kusto-sparkthrough RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Casual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Foreign keys infoReferential integritynonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoAtomic execution of command blocks and scripts and optimistic lockingACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoSupport for concurrent manipulation of datayesyes infoData access is serialized by the serveryes, cooperative multitasking
Durability infoSupport for making data persistentyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes, write ahead logging
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes, full featured in-memory storage engine with persistence
User concepts infoAccess controlAzure Active Directory AuthenticationAccess 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
Access Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
More information provided by the system vendor
Microsoft Azure Data ExplorerRedisTarantool
Specific characteristicsAzure Data Explorer is a fast and highly scalable data exploration service for log...
» more
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» more
Competitive advantagesKusto Query Language (innovative query language, optimized for high performance data...
» more
Redis Enterprise is a robust in-memory database platform built by the people who...
» more
Typical application scenariosIoT applications IoT devices generate billions of sensor readings. Normalizing and...
» more
Redis Enterprise is used by large enterprise, startup, and government organizations...
» more
Key customersMicrosoft, DocuSign, Taboola, Bosch, Siemens Healthineers, Bühler, Ecolab, Zoomd
» more
Verizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» more
Market metricsAzure Data Explorer is the data service for Azure Monitor, Azure Time Series Insights,...
» more
Most launched Docker container per day according to Docker Hub (7.2M launches per...
» more
Licensing and pricing modelsAn Azure Data Explorer cluster is a pair of engine and data management clusters which...
» more
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» 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 partiesNavicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

Aiven for Redis: Store and access your data quickly and efficiently.
» more

Read the Redis NoSQL benchmark report.
» more

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

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

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

More resources
Microsoft Azure Data ExplorerRedisTarantool
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

Data processing speed and reliability: in-memory synchronous replication
9 November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

show all

Recent citations in the news

The 19 Best Information Visualization Tools and Software for 2023
22 September 2023, Solutions Review

Introducing Microsoft Fabric: The data platform for the era of AI ...
23 May 2023, Microsoft

Microsoft Fabric Defragments Analytics, Enters Public Preview
23 May 2023, The New Stack

Introducing Microsoft Fabric: The Impact on Power BI
26 May 2023, DataDrivenInvestor

AMD Deepens Cloud Security Collaboration: Open Sources Its ...
1 September 2023, Datanami

provided by Google News

Redis Database Platform Enhances Search Scalability, Data ...
25 August 2023, Acceleration Economy

Redis Enterprise Cloud Integration with Amazon Bedrock Now ...
13 September 2023, Business Wire

P2Pinfect botnet targets Redis and SSH services
20 September 2023, SC Media

Flowdesk - using in-memory database to make digital finance fast and accessible
4 September 2023, diginomica

Open-Source Database Software Market Key Companies, Opportunity, Segmentation, Development Trends and Competit
22 September 2023, openPR

provided by Google News

Tarantool: A Lua-based database engine
13 April 2016, opensource.com

Как обработать 1 млн операций за одну секунду: история софта ...
27 April 2023, VC.ru

VK повысила производительность и стабильность Tarantool
30 May 2023, ServerNews

«На что я потратил стипендию VK»: саморазвитие, ремонт в ...
15 September 2023, VC.ru

Пять нюансов при разработке ИТ-платформы | Инструкции по ...
21 September 2023, IT-World.ru

provided by Google News

Job opportunities

Principal Software Engineer - Azure Data
Microsoft, Redmond, WA

Data Analyst
Redcloud Consulting, Redmond, WA

Azure Data Bricks Consultant
Embtel Inc, Fort Worth, TX

Senior Software Engineer in Data, Game Creation
Electronic Arts, Austin, TX

Data & AI Architect
eGroup Enabling Technologies, South Carolina

Senior Backend Software Engineer
CrossFit, Remote

NoSQL Database Administrator II – US
Rackspace, Remote

SQL/Database Team Lead
Gainwell Technologies LLC, Texas

Database Manager (Hybrid Work Schedule)
Virginia Retirement System, Richmond, VA

Access Assurance Operations Analyst
TikTok, Atlanta, GA

Technical Support Engineer
Wallarm, Remote

Senior C Developer
Wallarm, Remote

Head of Security Research
Wallarm, Remote

Senior Python Developer
Wallarm, Remote

Senior Product Manager
Wallarm, Remote

jobs by Indeed



Share this page

Featured Products

Redis logo

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

AllegroGraph logo

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for 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

Present your product here