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

DBMS > Manticore Search vs. Redis vs. STSdb vs. TDSQL for MySQL vs. Transbase

System Properties Comparison Manticore Search vs. Redis vs. STSdb vs. TDSQL for MySQL vs. Transbase

Editorial information provided by DB-Engines
NameManticore Search  Xexclude from comparisonRedis  Xexclude from comparisonSTSdb  Xexclude from comparisonTDSQL for MySQL  Xexclude from comparisonTransbase  Xexclude from comparison
DescriptionMulti-storage database for search, including full-text search.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.Key-Value Store with special method for indexing infooptimized for high performance using a special indexing methodA high-performance distributed database management system with features such as automatic sharding, intelligent operation and maintenance, elastic scalability without downtime, and enterprise-grade security. It is highly compatible with MySQL.A resource-optimized, high-performance, universally applicable RDBMS
Primary database modelSearch engineKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceKey-value storeRelational DBMSRelational 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
Document store
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.23
Rank#301  Overall
#21  Search engines
Score149.43
Rank#6  Overall
#1  Key-value stores
Score0.03
Rank#365  Overall
#54  Key-value stores
Score0.96
Rank#192  Overall
#88  Relational DBMS
Score0.05
Rank#355  Overall
#150  Relational DBMS
Websitemanticoresearch.comredis.com
redis.io
github.com/­STSSoft/­STSdb4www.tencentcloud.com/­products/­dcdbwww.transaction.de/­en/­products/­transbase.html
Technical documentationmanual.manticoresearch.comdocs.redis.com/­latest/­index.html
redis.io/­docs
www.tencentcloud.com/­document/­product/­1042www.transaction.de/­en/­products/­transbase/­features.html
DeveloperManticore SoftwareRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.STS Soft SCTencentTransaction Software GmbH
Initial release20172009201120131987
Current release6.0, February 20237.2.5, May 20244.0.8, September 2015Transbase 8.3, 2022
License infoCommercial or Open SourceOpen Source infoGPL version 2Open Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoGPLv2, commercial license availablecommercialcommercial infofree development license
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++CC#C and C++
Server operating systemsFreeBSD
Linux
macOS
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
WindowshostedFreeBSD
Linux
macOS
Solaris
Windows
Data schemeFixed schemaschema-freeyesyesyes
Typing infopredefined data types such as float or dateInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleanpartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes infoprimitive types and user defined types (classes)yesyes
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 indexesyes infofull-text index on all search fieldsyes infowith RediSearch modulenoyesyes
SQL infoSupport of SQLSQL-like query languagewith RediSQL modulenoyesyes
APIs and other access methodsBinary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
proprietary protocol infoRESP - REdis Serialization Protocol.NET Client APIJDBC
ODBC
ADO.NET
JDBC
ODBC
Proprietary native API
Supported programming languagesElixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
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#
C++
Java
PHP
Python
Ruby
C
C#
C++
Java
JavaScript
Kotlin
Objective-C
PHP
Python
Server-side scripts infoStored proceduresuser defined functionsLua; Redis Functions coming in Redis 7 (slides and Github)noyesyes
Triggersnopublish/subscribe channels provide some trigger functionality; RedisGearsnoyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingnoneAutomatic sharding
Replication methods infoMethods for redundantly storing data on multiple nodesSynchronous replication based on Galera libraryMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
noneMulti-source replication
Source-replica replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnothrough RedisGearsnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayes infoisolated transactions for atomic changes and binary logging for safe writesAtomic execution of command blocks and scripts and optimistic lockingnoACIDyes
Concurrency infoSupport for concurrent manipulation of datayesyes infoData access is serialized by the serveryesyesyes
Durability infoSupport for making data persistentyes infoThe original contents of fields are not stored in the Manticore index.yes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesnono
User concepts infoAccess controlnoAccess 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
noUsers with fine-grained authorization conceptfine 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 partiesCData: 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
Manticore SearchRedisSTSdbTDSQL for MySQLTransbase
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

Comparing Meilisearch and Manticore Search Using Key Benchmarks
2 May 2023, hackernoon.com

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

Highlighting in Search Results
24 May 2020, hackernoon.com

40 Stories To Learn About Elasticsearch
27 April 2023, hackernoon.com

Optimizing Elastic Search for High-Load Applications
18 August 2023, hackernoon.com

provided by Google News

With Valkey 8.0, the Linux Foundation thumbs its nose at Redis
16 September 2024, Techzine Europe

Redis justifies open source shift with fresh hardware, LLM cost-saving features
12 September 2024, The Register

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

Database dust-up: Are Redis users switching to Valkey?
12 September 2024, Computing

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

provided by Google News

Tencent Cloud Database recognised for cloud database management systems
21 December 2022, IT Brief Australia

Tencent Cloud partners Allo Bank to boost digital banking in Indonesia
5 July 2023, TechNode Global

Allo Bank stirs up digital banking in Indonesia with Tencent Cloud
20 July 2023, Frontier Enterprise

Tencent Cloud and Allo Bank partner to enhance digital banking in Indonesia
6 July 2023, ETCIO South East Asia

Indonesia’s Allo Bank taps Tencent Cloud to enhance digital banking services
6 July 2023, FinTech Futures

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.

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

SingleStore logo

The data platform to build your intelligent applications.
Try it 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