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

DBMS > Amazon DynamoDB vs. Manticore Search vs. Newts vs. Redis vs. Riak TS

System Properties Comparison Amazon DynamoDB vs. Manticore Search vs. Newts vs. Redis vs. Riak TS

Editorial information provided by DB-Engines
NameAmazon DynamoDB  Xexclude from comparisonManticore Search  Xexclude from comparisonNewts  Xexclude from comparisonRedis  Xexclude from comparisonRiak TS  Xexclude from comparison
DescriptionHosted, scalable database service by Amazon with the data stored in Amazons cloudMulti-storage database for search, including full-text search.Time Series DBMS based on CassandraPopular 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.Riak TS is a distributed NoSQL database optimized for time series data and based on Riak KV
Primary database modelDocument store
Key-value store
Search engineTime Series DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceTime Series DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibraryDocument 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
Score74.07
Rank#17  Overall
#3  Document stores
#2  Key-value stores
Score0.22
Rank#312  Overall
#21  Search engines
Score0.00
Rank#383  Overall
#41  Time Series DBMS
Score157.80
Rank#6  Overall
#1  Key-value stores
Score0.20
Rank#319  Overall
#27  Time Series DBMS
Websiteaws.amazon.com/­dynamodbmanticoresearch.comopennms.github.io/­newtsredis.com
redis.io
Technical documentationdocs.aws.amazon.com/­dynamodbmanual.manticoresearch.comgithub.com/­OpenNMS/­newts/­wikidocs.redis.com/­latest/­index.html
redis.io/­docs
www.tiot.jp/­riak-docs/­riak/­ts/­latest
DeveloperAmazonManticore SoftwareOpenNMS GroupRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Open Source, formerly Basho Technologies
Initial release20122017201420092015
Current release6.0, February 20237.2.4, January 20243.0.0, September 2022
License infoCommercial or Open Sourcecommercial infofree tier for a limited amount of database operationsOpen Source infoGPL version 2Open Source infoApache 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source
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++JavaCErlang
Server operating systemshostedFreeBSD
Linux
macOS
Windows
Linux
OS X
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linux
OS X
Data schemeschema-freeFixed schemaschema-freeschema-freeschema-free
Typing infopredefined data types such as float or dateyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesno
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.Can index from XMLnonono
Secondary indexesyesyes infofull-text index on all search fieldsnoyes infowith RediSearch modulerestricted
SQL infoSupport of SQLnoSQL-like query languagenowith RediSQL moduleyes, limited
APIs and other access methodsRESTful HTTP APIBinary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
HTTP REST
Java API
proprietary protocol infoRESP - REdis Serialization ProtocolHTTP API
Native Erlang Interface
Supported programming languages.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
JavaC
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
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Server-side scripts infoStored proceduresnouser defined functionsnoLua; Redis Functions coming in Redis 7 (slides and Github)Erlang
Triggersyes infoby integration with AWS Lambdanonopublish/subscribe channels provide some trigger functionality; RedisGearsyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infobased on CassandraSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesSynchronous replication based on Galera libraryselectable replication factor infobased on CassandraMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
selectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)nonothrough RedisGearsyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Eventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Eventual Consistency
Foreign keys infoReferential integritynonononono infolinks between datasets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoACID across one or more tables within a single AWS account and regionyes infoisolated transactions for atomic changes and binary logging for safe writesnoAtomic execution of command blocks and scripts and optimistic lockingno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyesyes infoThe original contents of fields are not stored in the Manticore index.yesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)nonoAccess 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
no

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

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
Amazon DynamoDBManticore SearchNewtsRedisRiak TS
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Increased popularity for consuming DBMS services out of the cloud
2 October 2015, 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

Recent citations in the news

AWS announces Amazon DynamoDB zero-ETL integration with Amazon OpenSearch Service
28 November 2023, AWS Blog

Simplify cross-account access control with Amazon DynamoDB using resource-based policies | Amazon Web Services
20 March 2024, AWS Blog

A new and improved AWS CDK construct for Amazon DynamoDB tables | Amazon Web Services
31 January 2024, AWS Blog

Bulk update Amazon DynamoDB tables with AWS Step Functions | Amazon Web Services
20 March 2024, AWS Blog

Simplify private connectivity to Amazon DynamoDB with AWS PrivateLink | Amazon Web Services
19 March 2024, AWS Blog

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

Google's Gemini comes to databases
9 April 2024, Yahoo Canada Shine On

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

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

provided by Google News

Farewell, Froggy: The Age of Ribbit Is Nearing an End
25 May 2013, Mother Jones

provided by Google News

Boosting throughput for cloud databases
29 April 2024, The Register

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

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

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

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6 October 2015, The Register

Enterprise NoSQL Database for the IoT Becomes Open Source
11 May 2016, ENGINEERING.com

Best open source databases for IoT applications
26 May 2017, Open Source For You

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.

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

SingleStore logo

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

Neo4j logo

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

Present your product here