Go to file
mergify[bot] d995bd3fa1
[BugFix] Avoid potential coordinator leak for query (backport #56596) (#56621)
Signed-off-by: zihe.liu <ziheliu1024@gmail.com>
Co-authored-by: zihe.liu <ziheliu1024@gmail.com>
2025-03-06 13:17:12 +08:00
.github [Tool] Fixed the CreateArtifact error in retry workflow (backport #55256) (#55261) 2025-01-20 08:47:30 +00:00
be [BugFix] Fix reserve error with a large limit (backport #55241) (#55253) 2025-01-20 16:26:05 +08:00
bin [Enhancement] Add host start time info on BE start (backport #45107) (#45182) 2024-05-07 11:17:02 +08:00
build-support [Enhancement] Add build host distributor into FE/BE version info (backport #41265) (#41890) 2024-02-29 03:11:56 +00:00
community Update members.md (#12770) 2022-11-01 09:22:58 -07:00
conf [Enhancement] to avoid `s3://` not supported case (backport #42369) (#42459) 2024-03-12 01:56:38 +00:00
contrib [dbt-connector]models support PRIMARY (#16052) 2022-12-30 07:45:04 -08:00
docker [BugFix] Ensure changing heartbeat_service_port take effect (backport #41294) (#41298) 2024-02-21 11:55:58 +08:00
docs [Doc] load props are comma separated (backport #54797) (#54802) 2025-01-07 12:12:45 -05:00
fe [BugFix] Avoid potential coordinator leak for query (backport #56596) (#56621) 2025-03-06 13:17:12 +08:00
fs_brokers/apache_hdfs_broker [Enhancement] Upgrade tomcat due to CVE-2023-46589 (backport #37612) (#37620) 2023-12-22 12:43:20 +08:00
gensrc [Enhancement] Add big query error in audit log (backport #49611) (#49781) 2024-08-14 14:09:25 +08:00
images Move png to images doc (#8537) 2022-07-11 16:39:52 +08:00
java-extensions [BugFix] Fix jdbc catalog change password not effect (backport #51748) (backport #51765) (#51775) 2024-10-11 17:05:52 +08:00
licenses [Enhancement][Backport] backport recent script utils #20351 #20696 #20879 #21094 2023-04-07 14:19:05 +08:00
licenses-binary [Enhancement] Use more specific license description for lz4 (backport #41029) (#41032) 2024-02-15 12:55:45 +08:00
test [BugFix] Fix reserve error with a large limit (backport #55241) (#55253) 2025-01-20 16:26:05 +08:00
thirdparty [BugFix] Fix rpc transmit Resource temporarily unavailable error (backport #37962) (#41637) 2024-02-27 14:33:40 +08:00
tools [Doc] cp modify absolute path to Branch 3.0 (#21992) 2023-04-20 14:19:20 +08:00
webroot Upgrade web frontend lib for enhanced security (#152) 2021-09-11 10:21:43 +08:00
.clang-format [Enhancement] Add function to check compaction correctness (#25513) 2023-11-01 15:37:02 +08:00
.clang-tidy [Refactor] fix .clang-tidy and apply (#12763) 2022-11-01 10:36:53 -07:00
.dockerignore [Enhancement] refactor allin1 image (#28240) 2023-07-31 16:58:48 +08:00
.gitignore [Enhancement] Support overflow mode for decimal type (backport #30419) (#30709) 2023-09-12 10:52:45 +08:00
.gitmodules [Enhancement][Cherry-Pick] Import starcache submodule to support DLA block cache (#21903) 2023-04-20 08:36:01 -07:00
.mergify.yml [Tool] Mergify configuration update bot account (#23988) 2023-05-23 20:10:59 +08:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md Updata new Contributing Guide (#7169) 2022-06-13 18:18:08 +08:00
LICENSE.txt [License] License under Apache License, Version 2.0 (#14655) 2022-12-05 10:00:27 -08:00
NOTICE.txt [Refactor] Change the license from StarRocks Limited to StarRocks Inc (#10093) 2022-08-17 14:05:09 +08:00
README.md [Doc] Fix broken image in README (backport #48353) (#48402) 2024-07-15 10:45:12 -07:00
build.sh [Enhancement][branch-3.0]Remove Jindo sdk.(backport #42864) (#42937) 2024-03-21 21:11:09 +08:00
env.sh make fe buildable on apple MAC (#15356) 2022-12-16 09:07:05 -08:00
run-be-ut.sh [UT] Add option to run-be-ut.sh to filter cases of specific group (backport #42344) (#42376) 2024-03-11 10:26:30 +08:00
run-fe-ut.sh [Tool] Filter cases in fe ut script (#38889) 2024-01-11 16:15:55 +08:00

README.md

Download | Docs | Benchmarks | Demo

JAVA&C++ Commit Activities Open Issues Website Slack Twitter

StarRocks is the next-generation data platform designed to make data-intensive real-time analytics fast and easy. It delivers query speeds 5 to 10 times faster than other popular solutions. StarRocks can perform real-time analytics well while updating historical records. It can also enhance real-time analytics with historical data from data lakes easily. With StarRocks, you can get rid of the de-normalized tables and get the best performance and flexibility.

Learn more 👉🏻 Introduction to StarRocks



Features

  • 🚀 Native vectorized SQL engine: StarRocks adopts vectorization technology to make full use of the parallel computing power of CPU, achieving sub-second query returns in multi-dimensional analyses, which is 5 to 10 times faster than previous systems.
  • 📊 Standard SQL: StarRocks supports ANSI SQL syntax (fully supported TPC-H and TPC-DS). It is also compatible with the MySQL protocol. Various clients and BI software can be used to access StarRocks.
  • 💡 Smart query optimization: StarRocks can optimize complex queries through CBO (Cost Based Optimizer). With a better execution plan, the data analysis efficiency will be greatly improved.
  • Real-time update: The updated model of StarRocks can perform upsert/delete operations according to the primary key, and achieve efficient query while concurrent updates.
  • 🪟 Intelligent materialized view: The materialized view of StarRocks can be automatically updated during the data import and automatically selected when the query is executed.
  • Querying data in data lakes directly: StarRocks allows direct access to data from Apache Hive™, Apache Iceberg™, and Apache Hudi™ without importing.
  • 🎛️ Resource management: This feature allows StarRocks to limit resource consumption for queries and implement isolation and efficient use of resources among tenants in the same cluster.
  • 💠 Easy to maintain: Simple architecture makes StarRocks easy to deploy, maintain and scale out. StarRocks tunes its query plan agilely, balances the resources when the cluster is scaled in or out, and recovers the data replica under node failure automatically.

Architecture Overview

StarRockss streamlined architecture is mainly composed of two modules: Frontend (FE) and Backend (BE). The entire system eliminates single points of failure through seamless and horizontal scaling of FE and BE, as well as replication of metadata and data.

Starting from version 3.0, StarRocks supports a new shared-data architecture, which can provide better scalability and lower costs.


Resources

📚 Read the docs

Section Description
Deploy Learn how to run and configure StarRocks.
Docs Full documentation.
Blogs StarRocks deep dive and user stories.

Get support


Contributing to StarRocks

We welcome all kinds of contributions from the community, individuals and partners. We owe our success to your active involvement.

  1. See Contributing.md to get started.
  2. Set up StarRocks development environment:
  1. Understand our GitHub workflow for opening a pull request; use this PR Template when submitting a pull request.
  2. Pick a good first issue and start contributing.

📝 License: StarRocks is licensed under Apache License 2.0.

👥 Community Membership: Learn more about different contributor roles in StarRocks community.


Used By

This project is used by the following companies. Learn more about their use cases:


Acknowledgment

StarRocks is built upon Apache® Doris™ 0.13 in early 2020. We have recreated many important parts of the database including a full vectorized execution engine, a brand new CBO optimizer, a novel real-time update engine, and query federation for data lakes.

Today, only less than 20% of the code in StarRocks is from Apache® Doris™.