SaaSHub helps you find the best software and product alternatives Learn more →
Yugabyte-db Alternatives
Similar projects and alternatives to yugabyte-db
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
Redis
For developers, who are building real-time data-driven applications, Redis is the preferred, fastest, and most feature-rich cache, data structure server, and document and vector query engine.
-
Hasura
Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events.
-
neon
Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
-
MySQL
MySQL Server, the world's most popular open source database, and MySQL Cluster, a real-time, open source transactional database.
-
rqlite
The lightweight, fault-tolerant database built on SQLite. Designed to keep your data highly available with minimal effort.
-
cockroach
CockroachDB — the cloud native, distributed SQL database designed for high availability, effortless scale, and control over data placement.
-
-
Packer
Packer is a tool for creating identical machine images for multiple platforms from a single source configuration.
-
-
-
-
sirix
SirixDB is an an embeddable, bitemporal, append-only database system and event store, storing immutable lightweight snapshots. It keeps the full history of each resource. Every commit stores a space-efficient snapshot through structural sharing. It is log-structured and never overwrites data. SirixDB uses a novel page-level versioning approach.
-
-
-
ydb
YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions
-
-
geo-distributed-messenger
A corporate Slack-like messenger built with the YugabyteDB database, Vaadin, Spring Boot, and Kong.
-
-
yugabyte-db discussion
yugabyte-db reviews and mentions
-
Consistency boundaries in SQL databases vs. MongoDB
Defaults may be inconsistent. SELECT FOR UPDATE without OF locks all joined rows, but UPDATE on a join behaves differently as we will demonstrate below. Column-level locking also raises another issue without joins: check constraints must see a consistent state, even for columns that were not updated (see the now-fixed YugabyteDB issue: https://github.com/yugabyte/yugabyte-db/issues/15196).
-
Bunny Database
Look into the capabilities of what I consider the leading edge of open source RDBMS managed solutions, Yugabyte: https://www.yugabyte.com
And tell me how easily you can achieve this "out of the box"
If you don't care about business continuity or high availability then everything gets easier
- PlanetScale announces Postgres is GA
- PostgreSQL High Availability Solutions – Part 1: Jepsen Test and Patroni
-
blog yb Covering Indexes: add columns in the Key or in Include?
In YugabyteDB you didn't see the difference before the version 2.23.1 that implemented in-place update 20908. In version 2.25 a parameter yb_enable_inplace_index_update has been added to control this feature, enabled by default.
-
The Part of PostgreSQL We Hate the Most
https://github.com/yugabyte/yugabyte-db/issues/10108
hopeful performance has improved since
- A Distributed Systems Reading List
-
pgSphere and Q3C on Distributed SQL
PgSphere can use GiST indexes, but YugabyteDB doesn't support them yet. This is tracked in #1337
-
List of 45 databases in the world
YugabyteDB — Distributed SQL database for high-performance and cloud-native applications.
-
Crash on clock skew: performance vs availability
In a distributed database, NTP synchronization is essential and should be carefully monitored and fixed in case of any failures. To allow some time drift, a maximum clock skew is set. This skew should be kept low enough for performance to avoid too many read retries and high enough for availability to avoid any node evictions caused by network errors. It is a good idea to check the NTP synchronization when starting a YugabyteDB node. This will be implemented by 22255.
-
A note from our sponsor - SaaSHub
www.saashub.com | 11 Aug 2026
Stats
yugabyte/yugabyte-db is an open source project licensed under GNU General Public License v3.0 or later which is an OSI approved license.
The primary programming language of yugabyte-db is C.