DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > ObjectBox vs. Redis vs. searchxml vs. Splunk vs. Teradata

System Properties Comparison ObjectBox vs. Redis vs. searchxml vs. Splunk vs. Teradata

Editorial information provided by DB-Engines
NameObjectBox  Xexclude from comparisonRedis  Xexclude from comparisonsearchxml  Xexclude from comparisonSplunk  Xexclude from comparisonTeradata  Xexclude from comparison
DescriptionLightweight, fast on-device database for IoT, Mobile and Embedded devices, persisting and synchronising objects and vectorsPopular 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.DBMS for structured and unstructured content wrapped with an application serverAnalytics Platform for Big DataA hybrid cloud data analytics software platform (Teradata Vantage)
Primary database modelObject oriented DBMS
Vector DBMS
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceNative XML DBMS
Search engine
Search engineRelational DBMS
Secondary database modelsTime Series DBMSDocument 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.08
Rank#179  Overall
#6  Object oriented DBMS
#9  Vector DBMS
Score149.43
Rank#6  Overall
#1  Key-value stores
Score0.00
Rank#385  Overall
#7  Native XML DBMS
#24  Search engines
Score93.02
Rank#13  Overall
#2  Search engines
Score41.47
Rank#22  Overall
#15  Relational DBMS
Websitegithub.com/­objectbox
objectbox.io
redis.com
redis.io
www.searchxml.net/­category/­productswww.splunk.comwww.teradata.com
Technical documentationdocs.objectbox.iodocs.redis.com/­latest/­index.html
redis.io/­docs
www.searchxml.net/­support/­handoutsdocs.splunk.com/­Documentation/­Splunkdocs.teradata.com
DeveloperObjectBox LimitedRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.informationpartners gmbhSplunk Inc.Teradata
Initial release20172009201520031984
Current release4.0 (May 2024)7.2.5, May 20241.0Teradata Vantage 1.0 MU2, January 2019
License infoCommercial or Open SourceBindings are released under Apache 2.0 infoApache License 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercialcommercial infoLimited free edition and free developer edition 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.
Implementation languageC and C++CC++
Server operating systemsAndroid
Any POSIX system
Docker
iOS
Linux
macOS
QNX
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
WindowsLinux
OS X
Solaris
Windows
hosted
Linux
Data schemeyesschema-freeschema-freeyesyes
Typing infopredefined data types such as float or dateyes, plus "flex" map-like typespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyesyes
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.nonoyesyesyes
Secondary indexesyesyes infowith RediSearch moduleyesyesyes infoJoin-index to prejoin tables, aggregate index, sparse index, hash index
SQL infoSupport of SQLnowith RediSQL modulenono infoSplunk Search Processing Language for search commandsyes infoSQL 2016 + extensions
APIs and other access methodsProprietary native APIproprietary protocol infoRESP - REdis Serialization ProtocolRESTful HTTP API
WebDAV
XQuery
XSLT
HTTP REST.NET Client API
HTTP REST
JDBC
JMS Adapter
ODBC
OLE DB
Supported programming languagesC
C++
Dart (Flutter)
Go
Java
Kotlin
Python
Swift
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++ infomost other programming languages supported via APIsC#
Java
JavaScript
PHP
Python
Ruby
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 infoon the application serveryesyes infoUDFs, stored procedures, table functions in parallel
Triggersnopublish/subscribe channels provide some trigger functionality; RedisGearsnoyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingnoneShardingSharding infoHashing
Replication methods infoMethods for redundantly storing data on multiple nodesData sync between devices allowing occasional connected databases to work completely offlineMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
yes infosychronisation to multiple collectionsMulti-source replicationMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnothrough RedisGearsnoyesno
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 ConsistencyEventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyesnononoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic execution of command blocks and scripts and optimistic lockingmultiple readers, single writerno infoA 'Transaction' in Splunk has a different meaning: grouping related events into a single one for later searchingACID
Concurrency infoSupport for concurrent manipulation of datayesyes infoData access is serialized by the serveryesyesyes
Durability infoSupport for making data persistentyesyes 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.noyesnonoyes
User concepts infoAccess controlyesAccess 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
Domain, group and role-based access control at the document level and for application servicesAccess rights for users and rolesfine grained access rights according to SQL-standard
More information provided by the system vendor
ObjectBoxRedissearchxmlSplunkTeradata
News

MongoDB Realm & Device Sync alternatives – ObjectBox
17 September 2024

Local AI – what it is and why we need it
11 September 2024

First on-device Vector Database (aka Semantic Index) for iOS
24 July 2024

Retrieval Augmented Generation (RAG) with vector databases: Expanding AI Capabilities
18 June 2024

The on-device Vector Database for Android and Java
29 May 2024

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

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

show all

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

show all

Recent citations in the 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

Teradata: Award-Winning Tech Firm Has Capital Gains Potential At Undervalued Price (NYSE:TDC)
20 September 2024, Seeking Alpha

Teradata wants you to think differently about data and innovation – and take inspiration from the likes of Shazam
17 September 2024, ITPro

Data Mining Tools Market to Witness Stunning Growth | Teradata, Qlik, Alteryx, Tableau, Splunk
20 September 2024, openPR

Teradata ClearScape Analytics update targets ROI on AI, ML
17 September 2024, TechTarget

Teradata’s ClearScape Analytics Enhancements Will Speed up AI Projects & Lower Costs
18 September 2024, insideBIGDATA

provided by Google News



Share this page

Featured Products

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

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.

Present your product here