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 > mSQL vs. OrigoDB vs. Redis vs. Sphinx vs. Teradata

System Properties Comparison mSQL vs. OrigoDB vs. Redis vs. Sphinx vs. Teradata

Editorial information provided by DB-Engines
NamemSQL infoMini SQL  Xexclude from comparisonOrigoDB  Xexclude from comparisonRedis  Xexclude from comparisonSphinx  Xexclude from comparisonTeradata  Xexclude from comparison
DescriptionmSQL (Mini SQL) is a simple and lightweight RDBMSA fully ACID in-memory object graph databasePopular 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.Open source search engine for searching in data from different sources, e.g. relational databasesA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelRelational DBMSDocument store
Object oriented DBMS
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceSearch engineRelational 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.67
Rank#151  Overall
#70  Relational DBMS
Score0.03
Rank#378  Overall
#51  Document stores
#18  Object oriented DBMS
Score156.44
Rank#6  Overall
#1  Key-value stores
Score6.03
Rank#60  Overall
#6  Search engines
Score47.84
Rank#21  Overall
#15  Relational DBMS
Websitehughestech.com.au/­products/­msqlorigodb.comredis.com
redis.io
sphinxsearch.comwww.teradata.com
Technical documentationorigodb.com/­docsdocs.redis.com/­latest/­index.html
redis.io/­docs
sphinxsearch.com/­docsdocs.teradata.com
DeveloperHughes TechnologiesRobert Friberg et alRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Sphinx Technologies Inc.Teradata
Initial release19942009 infounder the name LiveDB200920011984
Current release4.4, October 20217.2.4, January 20243.5.1, February 2023Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open Sourcecommercial infofree licenses can be providedOpen SourceOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoGPL version 2, commercial licence 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 languageCC#CC++
Server operating systemsAIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Linux
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
FreeBSD
Linux
NetBSD
OS X
Solaris
Windows
hosted
Linux
Data schemeyesyesschema-freeyesyes
Typing infopredefined data types such as float or dateyesUser defined using .NET types and collectionspartial 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.nono infocan be achieved using .NETnoyes
Secondary indexesyesyesyes infowith RediSearch moduleyes infofull-text index on all search fieldsyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersnowith RediSQL moduleSQL-like query language (SphinxQL)yes infoSQL 2016 + extensions
APIs and other access methodsJDBC
ODBC
.NET Client API
HTTP API
LINQ
proprietary protocol infoRESP - REdis Serialization ProtocolProprietary protocol.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Supported programming languagesC
C++
Delphi
Java
Perl
PHP
Tcl
.NetC
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
Java
Perl infounofficial client library
PHP
Python
Ruby infounofficial client library
C
C++
Cobol
Java (JDBC-ODBC)
Perl
PL/1
Python
R
Ruby
Server-side scripts infoStored proceduresnoyesLua; Redis Functions coming in Redis 7 (slides and Github)noyes infoUDFs, stored procedures, table functions in parallel
Triggersnoyes infoDomain Eventspublish/subscribe channels provide some trigger functionality; RedisGearsnoyes
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioning infoclient side managed; servers are not synchronizedSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingSharding infoPartitioning is done manually, search queries against distributed index is supportedSharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesnoneSource-replica replicationMulti-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 methodsnonothrough RedisGearsnono
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual 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 integritynodepending on modelnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDAtomic execution of command blocks and scripts and optimistic lockingnoACID
Concurrency infoSupport for concurrent manipulation of datanoyesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesyes infoWrite ahead logyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes infoThe original contents of fields are not stored in the Sphinx index.yes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes
User concepts infoAccess controlnoRole based authorizationAccess 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 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

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

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
mSQL infoMini SQLOrigoDBRedisSphinxTeradata
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

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

show all

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

show all

Recent citations in the news

Make Your MySQL Server More Secure With These 7 Steps - MUO
1 December 2022, MakeUseOf

Writing a Web Service in Perl
9 July 2003, PCQuest

Higher Education PS rules out ghost students before PAC - Zambia
29 November 2018, diggers.news

provided by Google News

Valkey publishes release candidate and attracts new backer
18 April 2024, The Register

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

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

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

Deploy Amazon ElastiCache for Redis clusters using AWS CDK and TypeScript | Amazon Web Services
5 April 2024, AWS Blog

provided by Google News

Switching From Sphinx to MkDocs Documentation — What Did I Gain and Lose
2 February 2024, Towards Data Science

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

Perplexity AI: From Its Use To Operation, Everything You Need To Know About Googles Newest Challenger
11 January 2024, Free Press Journal

How to Build 600+ Links in One Month
4 September 2020, Search Engine Journal

Beyond the Concert Hall: 5 Organizations Making a Difference in Classical Music in 2018 | WQXR Editorial
22 December 2018, WQXR Radio

provided by Google News

Teradata (TDC) Q1 Earnings and Revenues Beat Estimates
18 April 2024, Yahoo Movies Canada

Teradata Appoints Richard Petley as Chief Revenue Officer
5 April 2024, Business Wire

The Analyst Verdict: Teradata In The Eyes Of 8 Experts - Teradata (NYSE:TDC)
15 April 2024, Benzinga

Teradata (NYSE:TDC) PT Lowered to $39.00
16 April 2024, Defense World

Teradata Announces Executive Shift with CRO Resignation and Succession - TipRanks.com
5 April 2024, TipRanks

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.

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

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Milvus logo

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

Present your product here