yugabyte/yugabyte-db

YugabyteDB - the cloud native distributed SQL database for mission-critical applications.

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 50 minutes ago
Added to GitGenius on September 5th, 2026
Created on October 5th, 2017
Open Issues & Pull Requests: 8,367 (+0)
GitHub issues: Enabled
Number of forks: 1,310
Total Stargazers: 10,518 (+0)
Total Subscribers: 226 (+0)

Repository Insights (GitGenius)

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 95% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 47% of tracked open issues have had no activity in three months. Only 4% of issues opened in the past year have been closed. Three people close 51% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5,393
New in 7 days: 97
Closed in 7 days: 95
Avg open age: 831 days
Stale 30+ days: 4,799
Stale 90+ days: 4,128

Recent activity

Opened in 7 days: 72
Closed in 7 days: 64
Comments in 7 days: 0
Events in 7 days: 3

Top labels

  • priority/medium (8,468)
  • kind/bug (5,720)
  • kind/enhancement (4,797)
  • area/ysql (4,418)
  • area/docdb (4,172)
  • jira-originated (2,866)
  • priority/high (2,033)
  • status/awaiting-triage (1,825)

Detailed Description

YugabyteDB is a distributed SQL database that combines PostgreSQL compatibility with horizontal scalability and cloud-native deployment capabilities.

YugabyteDB addresses the tension between transactional consistency and scalability by implementing a distributed architecture based on Google Spanner's design. It reuses PostgreSQL's query layer to support standard SQL features while adding distributed transaction support through Raft consensus replication and hybrid logical clocks. The system provides strong consistency by default for both reads and writes, with configurable read consistency to allow queries from followers and read replicas when eventual consistency is acceptable. Automatic failover and repair mechanisms enable the database to tolerate disk, rack, node, zone, region, and cloud failures without manual intervention.

YugabyteDB suits cloud-native OLTP applications that require both data correctness and at least one of scalability, high failure tolerance, or global distribution. Teams building mission-critical applications on public clouds or Kubernetes should consider it when they need relational database semantics without sacrificing the ability to add capacity by adding nodes. The PostgreSQL compatibility means existing applications using PostgreSQL drivers and SQL patterns can migrate with minimal changes. It is particularly valuable for deployments spanning multiple zones, regions, or clouds where traditional single-region databases create operational complexity or data residency challenges.

The project maintains active development across its core distributed transaction engine, consistency guarantees, and multi-region replication features. Work continues on expanding PostgreSQL compatibility and optimizing performance for various workload patterns. The codebase shows ongoing refinement of failure recovery mechanisms and deployment flexibility across different infrastructure targets.