ydb-platform/ydb

YDB is an open source Distributed SQL Database that combines high availability and scalability with strong consistency and ACID transactions

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 47 minutes ago
Added to GitGenius on September 14th, 2026
Created on February 7th, 2022
Open Issues & Pull Requests: 4,710 (-1)
GitHub issues: Enabled
Number of forks: 820
Total Stargazers: 4,773 (+0)
Total Subscribers: 62 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 0.0 hours
Mean response time: 9.1 days
90th percentile: 9.8 days
Tracked items: 4,352

Most active contributors

Sign in to see contributor activity.

How this project is maintained

Roughly one issue in two opened in the past year never receives a reply. 74% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "area/ui" is answered fastest, typically in under an hour, while "external" waits about 5 days. 94% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. 65% of issues opened in the past year have been closed, leaving a working backlog.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 2,211
New in 7 days: 46
Closed in 7 days: 27
Avg open age: 470 days
Stale 30+ days: 2,159
Stale 90+ days: 2,155

Recent activity

Opened in 7 days: 45
Closed in 7 days: 27
Comments in 7 days: 88
Events in 7 days: 406

Top labels

  • bug (307)
  • external (168)
  • test-case (135)
  • area/cs (131)
  • area/queryprocessor (119)
  • area/ui (109)
  • area/runtime (103)
  • prio:high (95)

Detailed Description

YDB is a distributed SQL database that combines high availability and scalability with strong consistency and ACID transactions.

YDB addresses the need for scalable interactive web services that require both transactional consistency and horizontal scaling. It achieves this through a disaggregated architecture separating storage and compute layers, allowing each to scale independently. The system maintains strict consistency and ACID guarantees across multiple nodes and tables, supporting both row-oriented and column-oriented table formats alongside persistent queues for data movement. It survives complete outages of individual datacenters while remaining available for reads and writes, with automatic recovery restoring data redundancy after hardware failures.

YDB suits teams building OLTP-like workloads that demand both scalability and transactional guarantees, particularly those operating at scale across multiple availability zones. It offers a rich SQL dialect called YQL for data manipulation and schema definition, with PostgreSQL-compatible mode for table operations and Kafka-compatible mode for topics. Deployment options include Ansible, Kubernetes, or manual configuration. The system is designed for production environments handling millions of distributed transactions per second across thousands of nodes storing petabytes of data.

The project maintains active development across its distributed systems and database components, with ongoing work on core transaction processing and fault tolerance mechanisms. The codebase shows consistent refinement of storage layer optimization and cluster coordination logic. Community engagement remains steady through multiple channels including Discord and Telegram, with documentation and examples receiving regular updates to reflect the system's capabilities.