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

DBMS > Apache IoTDB vs. Apache Phoenix vs. Redis vs. Sphinx vs. Yanza

System Properties Comparison Apache IoTDB vs. Apache Phoenix vs. Redis vs. Sphinx vs. Yanza

Editorial information provided by DB-Engines
NameApache IoTDB  Xexclude from comparisonApache Phoenix  Xexclude from comparisonRedis  Xexclude from comparisonSphinx  Xexclude from comparisonYanza  Xexclude from comparison
Yanza seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionAn IoT native database with high performance for data management and analysis, deployable on the edge and the cloud and integrated with Hadoop, Spark and FlinkA scale-out RDBMS with evolutionary schema built on Apache HBasePopular 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.Open source search engine for searching in data from different sources, e.g. relational databasesTime Series DBMS for IoT Applications
Primary database modelTime Series DBMSRelational DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceSearch engineTime Series DBMS
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
Score1.18
Rank#173  Overall
#15  Time Series DBMS
Score1.97
Rank#126  Overall
#59  Relational DBMS
Score157.80
Rank#6  Overall
#1  Key-value stores
Score5.98
Rank#56  Overall
#5  Search engines
Websiteiotdb.apache.orgphoenix.apache.orgredis.com
redis.io
sphinxsearch.comyanza.com
Technical documentationiotdb.apache.org/­UserGuide/­Master/­QuickStart/­QuickStart.htmlphoenix.apache.orgdocs.redis.com/­latest/­index.html
redis.io/­docs
sphinxsearch.com/­docs
DeveloperApache Software FoundationApache Software FoundationRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Sphinx Technologies Inc.Yanza
Initial release20182014200920012015
Current release1.1.0, April 20235.0-HBase2, July 2018 and 4.15-HBase1, December 20197.2.4, January 20243.5.1, February 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoApache Version 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoGPL version 2, commercial licence availablecommercial infofree version available
Cloud-based only infoOnly available as a cloud servicenonononono infobut mainly used as a service provided by Yanza
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 languageJavaJavaCC++
Server operating systemsAll OS with a Java VM (>= 1.8)Linux
Unix
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
FreeBSD
Linux
NetBSD
OS X
Solaris
Windows
Windows
Data schemeyesyes infolate-bound, schema-on-read capabilitiesschema-freeyesschema-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 indexesnono
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.nononono
Secondary indexesyesyesyes infowith RediSearch moduleyes infofull-text index on all search fieldsno
SQL infoSupport of SQLSQL-like query languageyeswith RediSQL moduleSQL-like query language (SphinxQL)no
APIs and other access methodsJDBC
Native API
JDBCproprietary protocol infoRESP - REdis Serialization ProtocolProprietary protocolHTTP API
Supported programming languagesC
C#
C++
Go
Java
Python
Scala
C
C#
C++
Go
Groovy
Java
PHP
Python
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
C++ infounofficial client library
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
any language that supports HTTP calls
Server-side scripts infoStored proceduresyesuser defined functionsLua; Redis Functions coming in Redis 7 (slides and Github)nono
Triggersyesnopublish/subscribe channels provide some trigger functionality; RedisGearsnoyes infoTimer and event based
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioning (by time range) + vertical partitioning (by deviceId)ShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding infoPartitioning is done manually, search queries against distributed index is supportednone
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication methods; using Raft/IoTConsensus algorithm to ensure strong/eventual data consistency among multiple replicasMulti-source replication
Source-replica replication
Multi-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
nonenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsIntegration with Hadoop and SparkHadoop integrationthrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Strong Consistency with Raft
Immediate Consistency or Eventual ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDAtomic execution of command blocks and scripts and optimistic lockingnono
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes infoThe original contents of fields are not stored in the Sphinx index.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyesyes
User concepts infoAccess controlyesAccess Control Lists (using HBase ACL) for RBAC, integration with Apache Ranger for RBAC & ABAC, multi-tenancyAccess 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
nono

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

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
Apache IoTDBApache PhoenixRedisSphinxYanza
DB-Engines blog posts

Cloudera's HBase PaaS offering now supports Complex Transactions
11 August 2021,  Krishna Maheshwari (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

The DB-Engines ranking includes now search engines
4 February 2013, Paul Andlinger

show all

Recent citations in the news

TsFile: A Standard Format for IoT Time Series Data
27 February 2024, The New Stack

Linux 6.5 With AMD P-State EPP Default Brings Performance & Power Efficiency Benefits For Ryzen Servers
21 September 2023, Phoronix

AMD EPYC 8324P / 8324PN Siena 32-Core Siena Linux Server Performance Review
10 October 2023, Phoronix

Apache Promotes IoT Database Project
25 September 2020, Datanami

IoTDB Provides Data Management for Industrial Edge IT
15 October 2020, The New Stack

provided by Google News

Supercharge SQL on Your Data in Apache HBase with Apache Phoenix | Amazon Web Services
2 June 2016, AWS Blog

Bridge the SQL-NoSQL gap with Apache Phoenix
4 February 2016, InfoWorld

Apache Calcite, FreeMarker, Gora, Phoenix, and Solr updated
27 March 2017, SDTimes.com

What Is HBase? (Definition, Uses, Benefits, Features)
22 December 2022, Built In

Azure HDInsight Analytics Platform Now Supports Apache Hadoop 3.0
18 April 2019, eWeek

provided by Google News

Boosting throughput for cloud databases
29 April 2024, The Register

Valkey: A Redis Fork With a Future
2 May 2024, The New Stack

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

Switching From Sphinx to MkDocs Documentation — What Did I Gain and Lose
2 February 2024, Towards Data Science

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

Perplexity AI: From Its Use To Operation, Everything You Need To Know About Googles Newest Challenger
11 January 2024, Free Press Journal

The Pirate Bay was recently down for over a week due to a DDoS attack
29 October 2019, The Hacker News

How to Build 600+ Links in One Month
4 September 2020, Search Engine Journal

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.

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

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

AllegroGraph logo

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

Present your product here