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 > Apache Kylin vs. Faircom DB vs. Redis vs. TerarkDB vs. TimesTen

System Properties Comparison Apache Kylin vs. Faircom DB vs. Redis vs. TerarkDB vs. TimesTen

Editorial information provided by DB-Engines
NameApache Kylin  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonRedis  Xexclude from comparisonTerarkDB  Xexclude from comparisonTimesTen  Xexclude from comparison
DescriptionA distributed analytics engine for big data, providing a SQL interface and multi-dimensional analysis (OLAP) and leveraging the Hadoop stackNative high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.Popular 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.A key-value store forked from RocksDB with advanced compression algorithms. It can be used standalone or as a storage engine for MySQL and MongoDBIn-Memory RDBMS compatible to Oracle
Primary database modelRelational DBMSKey-value store
Relational DBMS
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceKey-value storeRelational 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.20
Rank#175  Overall
#80  Relational DBMS
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score156.44
Rank#6  Overall
#1  Key-value stores
Score0.04
Rank#377  Overall
#58  Key-value stores
Score1.35
Rank#165  Overall
#75  Relational DBMS
Websitekylin.apache.orgwww.faircom.com/­products/­faircom-dbredis.com
redis.io
github.com/­bytedance/­terarkdbwww.oracle.com/­database/­technologies/­related/­timesten.html
Technical documentationkylin.apache.org/­docsdocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
bytedance.larkoffice.com/­docs/­doccnZmYFqHBm06BbvYgjsHHcKcdocs.oracle.com/­database/­timesten-18.1
DeveloperApache Software Foundation, originally contributed from eBay IncFairCom CorporationRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.ByteDance, originally TerarkOracle, TimesTen Performance Software, HP infooriginally founded in HP Labs it was acquired by Oracle in 2005
Initial release20151979200920161998
Current release3.1.0, July 2020V12, November 20207.2.4, January 202411 Release 2 (11.2.2.8.0)
License infoCommercial or Open SourceOpen Source infoApache Version 2.0commercial infoRestricted, free version availableOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial inforestricted open source version availablecommercial
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 languageJavaANSI C, C++CC++
Server operating systemsLinuxAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Data schemeyesschema free, schema optional, schema required, partial schema,schema-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyes, ANSI SQL Types, JSON, typed binary structurespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesnoyes
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.nonononono
Secondary indexesyesyesyes infowith RediSearch modulenoyes
SQL infoSupport of SQLANSI SQL for queries (using Apache Calcite)yes, ANSI SQL with proprietary extensionswith RediSQL modulenoyes
APIs and other access methodsJDBC
ODBC
RESTful HTTP API
ADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
proprietary protocol infoRESP - REdis Serialization ProtocolC++ API
Java API
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Supported programming languages.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
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++
Java
C
C++
Java
PL/SQL
Server-side scripts infoStored proceduresyes info.Net, JavaScript, C/C++Lua; Redis Functions coming in Redis 7 (slides and Github)noPL/SQL
Triggersyespublish/subscribe channels provide some trigger functionality; RedisGearsnono
Partitioning methods infoMethods for storing different data on different nodesFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingnonenone
Replication methods infoMethods for redundantly storing data on multiple nodesyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Multi-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
noneMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency or Eventual Consistency depending on configuration
Foreign keys infoReferential integrityyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datatunable from ACID to Eventually ConsistentAtomic execution of command blocks and scripts and optimistic lockingnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesYes, tunable from durable to delayed durability to in-memoryyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes infoby means of logfiles and checkpoints
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyesyes
User concepts infoAccess controlFine grained access rights according to SQL-standard with additional protections for filesAccess 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
nofine grained access rights according to SQL-standard

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 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
Apache KylinFaircom DB infoformerly c-treeACERedisTerarkDBTimesTen
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

Migrating from ClickHouse to Apache Doris: Boosting OLAP Performance
9 October 2023, hackernoon.com

Introducing Kyligence Copilot: The AI Copilot for Data to Excel Your KPIs
23 August 2023, insideBIGDATA

Overhauling Apache Kylin for the cloud
18 November 2021, InfoWorld

eBay's Kylin Becomes a Top-Level Apache Open Source Project
9 December 2015, eBay Inc.

How Kyligence Cloud uses Amazon EMR Serverless to simplify OLAP | Amazon Web Services
9 November 2022, AWS Blog

provided by Google News

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

World's First Converged IIoT Hub to be Showcased at IoT Tech Expo
3 September 2021, Automation.com

provided by Google News

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

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

Redis expands data management capabilities with Speedb acquisition – Blocks and Files
22 March 2024, Blocks and Files

Linux Foundation marshals support for open source alternative to Redis
3 April 2024, The Register

Redis license update: What you need to know
20 March 2024, azure.microsoft.com

provided by Google News

A Chinese company is making the cloud 200x faster · TechNode
3 July 2017, TechNode

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

SingleStore logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it 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

Present your product here