starrocks/starrocks

The world's fastest open query engine for sub-second analytics both on and off the data lakehouse. With the flexibility to support nearly any scenario,...

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 52 minutes ago
Added to GitGenius on September 5th, 2026
Created on September 4th, 2021
Open Issues & Pull Requests: 1,406 (+2)
GitHub issues: Enabled
Number of forks: 2,579
Total Stargazers: 12,078 (+1)
Total Subscribers: 188 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.7 hours
Mean response time: 22.5 days
90th percentile: 62.1 days
Tracked items: 2,290

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 98% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "docs-maintainer" is answered fastest, typically in about 6 hours, while "version:4.2" waits about 4 days. 39% of tracked open issues have had no activity in three months. Only 7% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 484
New in 7 days: 22
Closed in 7 days: 19
Avg open age: 122 days
Stale 30+ days: 342
Stale 90+ days: 179

Recent activity

Opened in 7 days: 19
Closed in 7 days: 12
Comments in 7 days: 5
Events in 7 days: 14

Top labels

  • type/bug (1,676)
  • no-issue-activity (1,452)
  • X-stale (1,399)
  • type/feature-request (586)
  • type/enhancement (402)
  • doc-feedback (134)
  • good first issue (117)
  • documentation (72)

Detailed Description

StarRocks is a distributed query engine designed for sub-second analytics on data lakes and lakehouse platforms. It executes SQL queries across large datasets with a focus on speed and flexibility, supporting both structured analytics and real-time workloads.

The tool addresses the need for fast analytical queries on massive datasets by combining vectorized query execution with a columnar storage architecture. It can query data directly from external sources like Delta Lake, Iceberg, and Hudi without requiring data movement, while also supporting real-time ingestion and updates. The engine uses a massively parallel processing approach to distribute computation across multiple nodes, enabling queries to complete in sub-second timeframes even on complex multi-dimensional analytics and ad-hoc queries.

StarRocks suits organizations running analytics workloads that demand low latency, whether querying data lakes, data warehouses, or hybrid lakehouse setups. It is particularly well-suited for real-time analytics scenarios where data freshness matters and for multi-dimensional analysis typical of business intelligence use cases. Teams should consider it when query performance is a primary concern and when they need to avoid moving data into a separate analytics system.

The project maintains active development with regular commits across core query execution, storage optimization, and connector functionality for external data sources. Work spans multiple areas including vectorized expression evaluation, cost-based query optimization, and support for additional data formats and external systems. The codebase shows ongoing refinement of distributed transaction handling and real-time update mechanisms. Development activity indicates sustained investment in both performance improvements and expanding the range of data sources the engine can efficiently query.