DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > etcd vs. GridGain vs. Redis vs. Teradata vs. TigerGraph

System Properties Comparison etcd vs. GridGain vs. Redis vs. Teradata vs. TigerGraph

Editorial information provided by DB-Engines
Nameetcd  Xexclude from comparisonGridGain  Xexclude from comparisonRedis  Xexclude from comparisonTeradata  Xexclude from comparisonTigerGraph  Xexclude from comparison
DescriptionA distributed reliable key-value storeGridGain is an in-memory computing platform, built on Apache IgnitePopular 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 hybrid cloud data analytics software platform (Teradata Vantage)A complete, distributed, parallel graph computing platform supporting web-scale data analytics in real-time
Primary database modelKey-value storeColumnar
Key-value store
Object oriented DBMS
Relational DBMS
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSGraph DBMS
Secondary database modelsDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
Document store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score7.20
Rank#46  Overall
#5  Key-value stores
Score1.42
Rank#150  Overall
#1  Columnar
#26  Key-value stores
#2  Object oriented DBMS
#69  Relational DBMS
Score148.64
Rank#6  Overall
#1  Key-value stores
Score38.68
Rank#23  Overall
#16  Relational DBMS
Score1.40
Rank#152  Overall
#14  Graph DBMS
Websiteetcd.io
github.com/­etcd-io/­etcd
www.gridgain.comredis.com
redis.io
www.teradata.comwww.tigergraph.com
Technical documentationetcd.io/­docs
github.com/­etcd-io/­etcd/­tree/­master/­Documentation
www.gridgain.com/­docs/­index.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
docs.teradata.comdocs.tigergraph.com
DeveloperGridGain Systems, Inc.Redis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Teradata
Initial release2007200919842017
Current release3.4, August 2019GridGain 8.5.17.2.5, May 2024Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourceOpen Source infoApache Version 2.0commercial, open sourceOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercialcommercial
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.
Implementation languageGoJava, C++, .Net, Python, REST, SQLCC++
Server operating systemsFreeBSD
Linux
Windows infoexperimental
Linux
OS X
Solaris
Windows
z/OS
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
hosted
Linux
Linux
Data schemeschema-freeyesschema-freeyesyes
Typing infopredefined data types such as float or datenoyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes
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.noyesnoyesno
Secondary indexesnoyesyes infowith RediSearch moduleyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLnoANSI-99 for query and DML statements, subset of DDLwith RediSQL moduleyes infoSQL 2016 + extensionsSQL-like query language (GSQL)
APIs and other access methodsgRPC
JSON over HTTP
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
proprietary protocol infoRESP - REdis Serialization Protocol.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
GSQL (TigerGraph Query Language)
Kafka
RESTful HTTP/JSON API
Supported programming languages.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Rust
Scala
Tcl
C#
C++
Java
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
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
C++
Java
Server-side scripts infoStored proceduresnoyes (compute grid and cache interceptors can be used instead)Lua; Redis Functions coming in Redis 7 (slides and Github)yes infoUDFs, stored procedures, table functions in parallelyes
Triggersyes, watching key changesyes (cache interceptors and events)publish/subscribe channels provide some trigger functionality; RedisGearsyesno
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.yes (replicated cache)Multi-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Multi-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes (compute grid and hadoop accelerator)through RedisGearsnoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyImmediate 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 integritynononoyesyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDAtomic execution of command blocks and scripts and optimistic lockingACIDACID
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 logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyesno
User concepts infoAccess controlnoRole-based access control
Security Hooks for custom implementations
Access 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
fine grained access rights according to SQL-standardRole-based access control

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 partiesRedisson 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
etcdGridGainRedisTeradataTigerGraph
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

Teradata is the most popular data warehouse DBMS
2 April 2013, Paul Andlinger

show all

Recent citations in the news

ETCD guidelines: RBI seeks to balance rupee stability, competitiveness | Policy Circle
8 April 2024, Policy Circle

Public preview: AKS cluster control plane metrics in managed Prometheus
12 February 2024, azure.microsoft.com

etcd gets ready to graduate
17 November 2020, AWS Blog

ETCD directives don't go well with RBI's stellar reputation
14 April 2024, Business Standard

RBI defers exchange traded currency derivatives norms
5 April 2024, The Indian Express

provided by Google News

GridGain Sponsoring Strategic AI and Kafka Conferences This Month
4 September 2024, Datanami

GridGain in-memory data and generative AI
10 May 2024, Blocks & Files

Data Management News for the Week of July 12; Updates from Cloudera, HerculesAI, Oracle & More
12 July 2024, Solutions Review

GridGain, Apache Ignite founder talks in-memory databases
11 August 2022, TechTarget

First Apache Ignite Summit Energizes Global Audience
10 June 2021, GlobeNewswire

provided by Google News

Majority of Redis users considering alternatives after less permissive licensing move
20 September 2024, The Register

Redis debuts new data integration and AI features for its database
23 August 2024, SiliconANGLE News

Redis Improves Performance of Vector Semantic Search with Multi-Threaded Query Engine
19 July 2024, InfoQ.com

After changing its license, Redis drops its biggest release yet
23 August 2024, TechCrunch

Flight to Valkey appears to be response to removal of Redis’ open source license
12 September 2024, Techzine Europe

provided by Google News

Teradata (TDC) is a Top-Ranked Value Stock: Should You Buy?
7 November 2024, Yahoo Finance

Why Teradata Plunged Today
5 November 2024, The Motley Fool

Kornitzer Capital Management Inc. KS Decreases Stock Holdings in Teradata Co. (NYSE:TDC)
9 November 2024, MarketBeat

Teradata Reports Third Quarter 2024 Financial Results
4 November 2024, StockTitan

Teradata Third Quarter 2024 Earnings: Beats Expectations
6 November 2024, Simply Wall St

provided by Google News

TigerGraph unveils GenAI assistant, introduces new CEO
30 April 2024, TechTarget

Exploring the Power of Graph with Tigergraph
31 October 2024, AWS Blog

How TigerGraph CoPilot enables graph-augmented AI
30 April 2024, InfoWorld

TigerGraph raises $105M Series C for its enterprise graph database
17 February 2021, TechCrunch

An Introduction to Using TigerGraph with Go: Exploring COVID-19 Patient Cases
22 May 2022, Towards Data Science

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

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

Present your product here