DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Amazon CloudSearch vs. Memgraph vs. Redis vs. Teradata vs. Warp 10

System Properties Comparison Amazon CloudSearch vs. Memgraph vs. Redis vs. Teradata vs. Warp 10

Editorial information provided by DB-Engines
NameAmazon CloudSearch  Xexclude from comparisonMemgraph  Xexclude from comparisonRedis  Xexclude from comparisonTeradata  Xexclude from comparisonWarp 10  Xexclude from comparison
DescriptionA hosted search engine service by Amazon with the data stored in Amazons cloudAn open source graph database built for real-time streaming and compatible with Neo4jPopular 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)TimeSeries DBMS specialized on timestamped geo data based on LevelDB or HBase
Primary database modelSearch engineGraph DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSTime 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
Document store
Graph DBMS
Spatial DBMS
Time Series DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.85
Rank#137  Overall
#12  Search engines
Score3.02
Rank#98  Overall
#8  Graph DBMS
Score157.80
Rank#6  Overall
#1  Key-value stores
Score45.33
Rank#21  Overall
#15  Relational DBMS
Score0.07
Rank#349  Overall
#32  Time Series DBMS
Websiteaws.amazon.com/­cloudsearchmemgraph.comredis.com
redis.io
www.teradata.comwww.warp10.io
Technical documentationdocs.aws.amazon.com/­cloudsearchmemgraph.com/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
docs.teradata.comwww.warp10.io/­content/­02_Getting_started
Social network pagesLinkedInTwitterFacebookGitHubDiscord
DeveloperAmazonMemgraph LtdRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.TeradataSenX
Initial release20122017200919842015
Current release7.2.4, January 2024Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourcecommercialOpen Source infoBSL 1.1; commercial license for enterprise edition availableOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterprisecommercialOpen Source infoApache License 2.0
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++CJava
Server operating systemshostedLinuxBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
hosted
Linux
Linux
OS X
Windows
Data schemeyesschema-free and schema-optionalschema-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 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.nonoyesno
Secondary indexesyes infoall search fields are automatically indexedyes infowith RediSearch moduleyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash indexno
SQL infoSupport of SQLnonowith RediSQL moduleyes infoSQL 2016 + extensionsno
APIs and other access methodsHTTP APIBolt protocol
Cypher query language
proprietary protocol infoRESP - REdis Serialization Protocol.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
HTTP API
Jupyter
WebSocket
Supported programming languages.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
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
Server-side scripts infoStored proceduresnoLua; Redis Functions coming in Redis 7 (slides and Github)yes infoUDFs, stored procedures, table functions in parallelyes infoWarpScript
Triggersnopublish/subscribe channels provide some trigger functionality; RedisGearsyesno
Partitioning methods infoMethods for storing different data on different nodesyes infoautomatic partitioning across Amazon Search Instance as requiredSharding infodynamic graph partitioningSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding infoHashingSharding infobased on HBase
Replication methods infoMethods for redundantly storing data on multiple nodesyes infomanaged transparently by AWSMulti-source replication using RAFTMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Multi-source replication
Source-replica replication
selectable replication factor infobased on HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate ConsistencyImmediate Consistency infobased on HBase
Foreign keys infoReferential integritynoyes inforelationships in graphsnoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACID infowith snapshot isolationAtomic execution of command blocks and scripts and optimistic lockingACIDno
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesyes infowith periodic snapshot and write-ahead logging (WAL) of changesyes 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.yesyesyesyes
User concepts infoAccess controlauthentication via encrypted signaturesUsers, roles and permissionsAccess 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-standardMandatory use of cryptographic tokens, containing fine-grained authorizations
More information provided by the system vendor
Amazon CloudSearchMemgraphRedisTeradataWarp 10
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» more
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» more
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» more
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» 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

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

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» 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
Amazon CloudSearchMemgraphRedisTeradataWarp 10
DB-Engines blog posts

Amazon - the rising star in the DBMS market
3 August 2015, Matthias Gelbmann

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

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

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

show all

Recent citations in the news

Amazon CloudSearch – Start Searching in One Hour for Less Than $100 / Month | Amazon Web Services
12 April 2012, AWS Blog

Is Amazon CloudSearch superior to do-it-yourself search tools?
24 January 2014, TechTarget

Amazon CloudSearch – Even Better Searching for Less Than $100/Month | Amazon Web Services
24 March 2014, AWS Blog

Amazon Takes On Google And Microsoft With CloudSearch
16 April 2012, Forbes

Searching CloudTrail Logs Easily with Amazon CloudSearch | AWS Startups Blog
21 October 2014, AWS Blog

provided by Google News

Enhance Your Network with the Power of a Graph DB
4 May 2024, Towards Data Science

Graph database company Memgraph raises $9.34M
5 October 2021, VentureBeat

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

Croatian graph database startup Memgraph raises €8M with Microsoft as key investor, plans to boost R&D
20 October 2021, The Recursive

Modeling and Navigating a Transportation Network with Memgraph
12 April 2021, Towards Data Science

provided by Google News

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

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

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

provided by Google News

Why Teradata (TDC) Shares Are Plunging Today
7 May 2024, Yahoo Finance

Kenvue, Crocs rise; Disney, Teradata fall, Tuesday, 5/7/2024
7 May 2024, ABC News

Teradata's stock tumbles after BofA cuts rating on lack of near-term positive catalysts
7 May 2024, Seeking Alpha

The Analyst Landscape: 9 Takes On Teradata - Teradata (NYSE:TDC)
7 May 2024, Benzinga

Teradata (TDC) Q1 Earnings: How Key Metrics Compare to Wall Street Estimates
6 May 2024, Yahoo Finance

provided by Google News

Time Series Databases Software Market - A comprehensive study by Key Players | Warp 10, Amazon Timestream ...
6 February 2020, openPR

Launched Just A Year Ago, Open-Source Scality S3 Server Gains Extraordinary Momentum As It Simplifies The Life Of ...
28 June 2017, PR Newswire UK

Time Series Databases Software market latest trends, CAGR, and forecast till 2026 | eSherpa Market Reports
13 April 2020, openPR

Time Series Intelligence Software Market Business Insights, Key Trend Analysis | Google, SAP, Azure Time Series ...
24 April 2024, Amoré

provided by Google News



Share this page

Featured Products

AllegroGraph logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Neo4j logo

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