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

DBMS > H2GIS vs. Machbase Neo vs. Redis vs. TiDB vs. YugabyteDB

System Properties Comparison H2GIS vs. Machbase Neo vs. Redis vs. TiDB vs. YugabyteDB

Editorial information provided by DB-Engines
NameH2GIS  Xexclude from comparisonMachbase Neo infoFormer name was Infiniflux  Xexclude from comparisonRedis  Xexclude from comparisonTiDB  Xexclude from comparisonYugabyteDB  Xexclude from comparison
DescriptionSpatial extension of H2TimeSeries DBMS for AIoT and BigDataPopular 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.TiDB is an open source distributed SQL database that supports Hybrid Transactional/Analytical Processing (HTAP) workloads. It is MySQL compatible and features horizontal scalability, strong consistency, and high availability.High-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelSpatial DBMSTime Series DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMSRelational DBMS
Secondary database modelsRelational DBMSDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
Document storeDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.00
Rank#385  Overall
#7  Spatial DBMS
Score0.07
Rank#348  Overall
#34  Time Series DBMS
Score149.43
Rank#6  Overall
#1  Key-value stores
Score4.09
Rank#72  Overall
#38  Relational DBMS
Score2.48
Rank#108  Overall
#53  Relational DBMS
Websitewww.h2gis.orgmachbase.comredis.com
redis.io
pingcap.comwww.yugabyte.com
Technical documentationwww.h2gis.org/­docs/­homemachbase.com/­dbmsdocs.redis.com/­latest/­index.html
redis.io/­docs
docs.pingcap.com/­tidb/­stabledocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
DeveloperCNRSMachbaseRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.PingCAP, Inc.Yugabyte Inc.
Initial release20132013200920162017
Current releaseV8.0, August 20237.2.5, May 20248.2.0, July 20242.19, September 2023
License infoCommercial or Open SourceOpen Source infoLGPL 3.0commercial infofree test version availableOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoApache 2.0Open Source infoApache 2.0
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.
TiDB Cloud: Fully-managed TiDB Service. Bring everything great about TiDB to the cloud.YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageJavaCCGo, RustC and C++
Server operating systemsLinux
macOS
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
LinuxLinux
OS X
Data schemeyesyesschema-freeyesdepending on used data model
Typing infopredefined data types such as float or dateyesyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes
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.nonononono
Secondary indexesyesyesyes infowith RediSearch moduleyesyes
SQL infoSupport of SQLyesSQL-like query languagewith RediSQL moduleyesyes, PostgreSQL compatible
APIs and other access methodsgRPC
HTTP REST
JDBC
MQTT (Message Queue Telemetry Transport)
ODBC
proprietary protocol infoRESP - REdis Serialization ProtocolGORM
JDBC
ODBC
Proprietary protocol
SQLAlchemy
JDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languagesJavaC
C#
C++
Go
Java
JavaScript
PHP infovia ODBC
Python
R infovia ODBC
Scala
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
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresyes infobased on H2noLua; Redis Functions coming in Redis 7 (slides and Github)noyes infosql, plpgsql, C
Triggersyesnopublish/subscribe channels provide some trigger functionality; RedisGearsnoyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardinghorizontal partitioning (by key range)Hash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyes infobased on H2selectable replication factorMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Using Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.Based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGearsyes infowith TiSpark Connectorno
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 ConsistencyStrong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integrityyesnonoyes infofull support since version 6.6yes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoAtomic execution of command blocks and scripts and optimistic lockingACIDDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayes, multi-version concurrency control (MVCC)yesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesnoyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infovolatile and lookup tableyesnono
User concepts infoAccess controlyes infobased on H2simple password-based access controlAccess 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-standardyes
More information provided by the system vendor
H2GISMachbase Neo infoFormer name was InfinifluxRedisTiDBYugabyteDB
Specific characteristicsTiDB is an advanced open-source, distributed SQL database for modern application...
» more
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantages- HORIZONTAL SCALING : TiDB grants total transparency into your data workloads without...
» more
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosTiDB is ideal for transactional applications that require extreme scalability and...
» more
Systems of record and engagement for cloud native applications that require resilience,...
» more
Key customersBlock, Pinterest, Catalyst, Bolt, Flipkart, Capcom, Shopee (E-commerce), JD Cloud...
» more
Market metrics34K+ GitHub stars 5K+ members in TiDB Community Slack 1K+ community contributors...
» more
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsTiDB Community : Free open source software (Apache 2.0) TiDB Self-Hosted : Enterprise...
» more
Apache 2.0 license for the database
» 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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» 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
H2GISMachbase Neo infoFormer name was InfinifluxRedisTiDBYugabyteDB
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

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

How a new database architecture supports scale and reliability in TiDB
11 March 2024, InfoWorld

Unlocking performance, scalability, and cost-efficiency of Zomato’s Billing Platform by switching from TiDB to DynamoDB
22 December 2023, AWS Blog

TiDB Can Do What MongoDB or CockRoachDB Can’t
27 June 2024, AIM

Google Cloud's C3D Instances Provide Strong Performance Value For PingCAP's TiDB
28 March 2024, Phoronix

How PingCAP transformed TiDB into a serverless DBaaS using Amazon S3 and Amazon EBS
14 November 2023, AWS Blog

provided by Google News

YugabyteDB evolves into a distributed PostgreSQL database for apps that need resilience and scale
19 September 2024, SiliconANGLE News

YugabyteDB Evolves PostgreSQL to a Distributed Architecture for Modern, Cloud-Native Applications
19 September 2024, Business Wire

YugabyteDB 2.19 gets new PostgreSQL-compatibility features
19 September 2024, InfoWorld

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Simplifying cloud-native app development with Yugabyte
2 August 2024, IMDA

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.

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

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