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

DBMS > Apache Doris vs. jBASE vs. Redis vs. Tibero vs. Weaviate

System Properties Comparison Apache Doris vs. jBASE vs. Redis vs. Tibero vs. Weaviate

Editorial information provided by DB-Engines
NameApache Doris  Xexclude from comparisonjBASE  Xexclude from comparisonRedis  Xexclude from comparisonTibero  Xexclude from comparisonWeaviate  Xexclude from comparison
DescriptionAn MPP-based analytics DBMS embracing the MySQL protocolA robust multi-value DBMS comprising development tools and middlewarePopular 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 secure RDBMS, designed for easy portability from OracleAn AI-native realtime vector database engine that integrates scalable machine learning models.
Primary database modelRelational DBMSMultivalue DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSVector DBMS
Secondary database modelsDocument 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
Score0.61
Rank#235  Overall
#110  Relational DBMS
Score1.36
Rank#157  Overall
#3  Multivalue DBMS
Score149.43
Rank#6  Overall
#1  Key-value stores
Score1.46
Rank#151  Overall
#70  Relational DBMS
Score1.48
Rank#149  Overall
#8  Vector DBMS
Websitedoris.apache.org
github.com/­apache/­doris
www.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-jbaseredis.com
redis.io
us.tmaxsoft.com/­products/­tiberogithub.com/­weaviate/­weaviate
weaviate.io
Technical documentationgithub.com/­apache/­doris/­wikidocs.rocketsoftware.com/­bundle?labelkey=jbase_5.9docs.redis.com/­latest/­index.html
redis.io/­docs
technet.tmaxsoft.com/­upload/­download/­online/­tibero/­pver-20150504-000002/­index.htmlweaviate.io/­developers/­weaviate
DeveloperApache Software Foundation, originally contributed from BaiduRocket Software (formerly Zumasys)Redis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.TmaxSoftWeaviate B.V.
Initial release20171991200920032019
Current release1.2.2, February 20235.77.2.5, May 20247, September 20221.19, May 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2.0commercialOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterprisecommercialOpen Source infocommercial license available with Weaviate Enterprise
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 languageJavaCC and AssemblerGo
Server operating systemsLinuxAIX
Linux
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
AIX
HP-UX
Linux
Solaris
Windows
Data schemeyesschema-freeschema-freeyesyes, maps to GraphQL interface
Typing infopredefined data types such as float or dateyesoptionalpartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes infostring, int, float, geo point, date, cross reference, fuzzy references
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.noyesnoyesno
Secondary indexesyesyes infowith RediSearch moduleyesyes infoall data objects are indexed in a semantic vector space (the Contextionary), all primitive fields are indexed
SQL infoSupport of SQLyesEmbedded SQL for jBASE in BASICwith RediSQL moduleyesGraphQL is used as query language
APIs and other access methodsJDBC
MySQL client
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
SOAP-based API
proprietary protocol infoRESP - REdis Serialization ProtocolJDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Tibero CLI
GraphQL query language
RESTful HTTP/JSON API
Supported programming languagesJava.Net
Basic
Jabbascript
Java
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#
C++
Cobol
Java
Objective-C
Perl
PHP
Python
Ruby
Visual Basic
JavaScript / TypeScript
Python
Server-side scripts infoStored proceduresuser defined functionsyesLua; Redis Functions coming in Redis 7 (slides and Github)Persistent Stored Procedure (PSM)no
Triggersnoyespublish/subscribe channels provide some trigger functionality; RedisGearsyesno
Partitioning methods infoMethods for storing different data on different nodeshorizontal partitioningShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardinghorizontal partitioning infoby range, hash, list or compositeSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneyesMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Multi-source replication
Source-replica replication
yes
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 ConsistencyEventual Consistency
Foreign keys infoReferential integritynononoyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDAtomic execution of command blocks and scripts and optimistic lockingACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesyesyes 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.noyesyesno infoplanned for next versionyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights can be defined down to the item levelAccess 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-standard (SQL 92, SQL 99)API Keys
OpenID Connect Discovery
More information provided by the system vendor
Apache DorisjBASERedisTiberoWeaviate
Specific characteristicsWeaviate is an open source vector database that is robust, scalable, cloud-native,...
» more
Competitive advantagesFlexible deployment - Free, open source or fully-managed cloud vector database service...
» more
Typical application scenariosAs a database supporting the development of generative AI and semantic search applications...
» more
Key customersAll companies that have data. ​
» more
Market metricsAs of mid 2023: Over 2 million open source downloads 3500+ Weaviate Slack community...
» more
Licensing and pricing modelsWeaviate is open-source, and free to use. Weaviate is also available as a fully managed...
» 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 partiesRedisson PRO: The ultra-fast Redis Java Client.
» more

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

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

More resources
Apache DorisjBASERedisTiberoWeaviate
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

Weaviate, an ANN Database with CRUD support
2 February 2021,  Etienne Dilocker, SeMI Technologies (sponsor) 

show all

Recent citations in the news

Migrating from ClickHouse to Apache Doris: Boosting OLAP Performance
9 October 2023, hackernoon.com

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

How to Digest 15 Billion Logs Per Day and Keep Big Queries Within 1 Second
1 September 2023, KDnuggets

Apache Doris Analytical Database Graduates from Apache Incubator
20 June 2022, Datanami

StarRocks’ real-time analytics engine moves to the cloud
14 July 2022, SiliconANGLE News

provided by Google News

Temenos signs first customer in India
24 August 2009, Finextra

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

[Herald Interview] TmaxTibero eyes global expansion with certified DBMS tech
11 August 2024, The Korea Herald

How to Succeed at Large-Scale Mainframe Replatforming with TmaxSoft OpenFrame on AWS
2 August 2022, AWS Blog

Hyundai and Kia Say Good-bye to Oracle and Choose Tmax as DBMS Vendor
13 June 2019, BusinessKorea

TmaxData to supply database management software to Hyundai, Kia
12 June 2019, 코리아타임스

South Korea’s Database Management System Market Diversifies with Other Cloud and Open Source Companies
25 October 2019, Etnews

provided by Google News

Vector database startup Weaviate debuts ‘AI workbench’ and flexible storage tiers
30 July 2024, SiliconANGLE News

Weaviate Achieves Amazon Web Services GenAI Competency Status
8 July 2024, GlobeNewswire

StructuredRAG Released by Weaviate: A Comprehensive Benchmark to Evaluate Large Language Models’ Ability to Generate Reliable JSON Outputs for Complex AI Systems
26 August 2024, MarkTechPost

Weaviate Enhances Cloud Console with New Collections and Explorer Tools for AI Developers
31 July 2024, Datanami

Weaviate Raises $50 Million Series B Funding to Meet Soaring Demand for AI Native Vector Database Technology
21 April 2023, PR Newswire

provided by Google News



Share this page

Featured Products

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

RaimaDB logo

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

Neo4j logo

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Milvus logo

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

Present your product here