Home

Awesome

<img src="https://cloud.yugabyte.com/logo-big.png" align="center" alt="YugabyteDB" width="50%"/>

License Documentation Status Ask in forum Slack chat Analytics

What is YugabyteDB?

YugabyteDB is a PostgreSQL-compatible, high-performance, cloud-native, distributed SQL database. It combines the benefits of traditional relational databases with the scalability of NoSQL systems, making it suitable for applications that require both transactional consistency and the ability to handle large amounts of data. It is best suited for cloud-native OLTP (that is, real-time, business-critical) applications that need absolute data correctness and require at least one of the following: scalability, high tolerance to failures, or globally-distributed deployments.

Core Features

YugabyteDB was created with several key design goals in mind, aiming to address the challenges faced by modern, cloud-native applications while maintaining the familiarity and power of traditional relational databases. Read more about these in our Design goals.

Get Started

Can't find what you're looking for? Have a question? Post your questions or comments on our Community Slack or Forum.

Build Applications

YugabyteDB supports many languages and client drivers, including Java, Go, NodeJS, Python, and more. For a complete list, including examples, see Drivers and ORMs.

Current Roadmap

The following is a list of some of the key features being worked on for upcoming releases.

FeatureDetails
PostgreSQL 15 CompatibilityFor latest features, new PostgreSQL extensions, performance, and community fixes.
PostgreSQL Publication/Replication slot API in CDCPostgreSQL has a huge community that needs a PG-compatible API to set up and consume database changes.
Bitmap scanBitmap Scan support for using Index Scans, remote filter and enhanced Cost Model.
Cost based optimizer(CBO)Efficient query plans based on statistics (such as table size, number of rows) and data distribution.
Parallel query executionHigher query performance by splitting a single query for execution across different CPU cores.
pgvector extensionSupport for vector data types, enabling efficient storage and querying of high-dimensional vectors.
Connection ManagementServer side connection management enabling upto 30K connections per node

Refer to roadmap tracker for the list of all items in the current roadmap.

Recently released features

v2.23 (Preview) - Sep, 2024

v2.23 is the current Preview release. This includes features under active development and is recommended for development and testing only. For the full list of features and improvements in this release, see Release notes - v2.23. Here are some of the prominent features.

Instant database cloning

Quickly create independent copies of your database for data recovery, development, and testing.

pg_cron extension

Use pg_cron to schedule YSQL commands using familiar cron syntax, including jobs on intervals as fine as seconds.

Semi-automatic xCluster replication

Simplified management of YSQL transactional xCluster replication by operating at the database level instead of the table level.

Improvement to backward scans

Improvements to backward scan performance now allows such queries to be 10X faster out of the box!

v2024.1 (Stable) - Jun, 2024

v2024.1 is the current stable release. Stable releases undergo rigorous testing for a longer period of time and are ready for production use. For the full list of features and improvements in this release, see Release notes - v2024.1. Here are some of the prominent features.

Enhanced Postgres Compatibility Mode

Enables you to take advantage of many new improvements in both PostgreSQL compatibility and performance parity, making it even easier to lift and shift your applications from PostgreSQL to YugabyteDB. When this mode is turned on, YugabyteDB uses the Read-Committed isolation mode, the Wait-on-Conflict concurrency mode for predictable P99 latencies, and the new Cost Based Optimizer.

Rollback after upgrade

Seamlessly roll back to the pre-upgrade version if you're not satisfied with the upgraded version.

Batched nested loop joins

A join execution strategy that improves on Nested Loop joins by sending one request to the inner table per batch of outer table tuples instead of once per individual outer table tuple.

Enhanced Explain Analyze output

Explain Analyze, when used with DIST option, will also show the rows read from the storage layer, which can help diagnosing the query performance.

Architecture

<img src="https://raw.githubusercontent.com/yugabyte/yugabyte-db/master/architecture/images/yb-architecture.jpg" align="center" alt="YugabyteDB Architecture"/>

Review detailed architecture in our Docs.

Need Help?

Contribute

As an open-source project with a strong focus on the user community, we welcome contributions as GitHub pull requests. See our Contributor Guides to get going. Discussions and RFCs for features happen on the design discussions section of our Forum.

License

Source code in this repository is variously licensed under the Apache License 2.0 and the Polyform Free Trial License 1.0.0. A copy of each license can be found in the licenses directory.

The build produces two sets of binaries:

By default, the build options generate only the Apache License 2.0 binaries.

Read More