Go to file
mergify[bot] 9cbc82010e
[Doc] Remove Wrong Examples (backport #60239) (#60245)
Signed-off-by: 絵空事スピリット <wanglichen@starrocks.com>
Co-authored-by: 絵空事スピリット <wanglichen@starrocks.com>
2025-06-25 00:41:40 +00:00
.github [Tool] Add the limit on merging feature/enhancement prs on branches (backport #57278) (#57551) 2025-04-02 16:17:48 +08:00
be [Enhancement] Remove useless log of persistent index (backport #48060) (#59665) 2025-06-05 13:13:25 +00:00
bin [Enhancement] Rewrite `&>>` in a portable way (backport #50516) (#50523) 2024-09-01 13:10:27 -07:00
build-support [Feature] Add build arch info when showing FE/BE version (backport #48572) (#48615) 2024-07-19 06:52:21 +00:00
community Update TSC_members.md (#24719) 2023-06-06 13:46:14 +08:00
conf [BugFix] Fix the bug that causes incorrect pindex data when the key length is very long (backport #43568) (#46707) 2024-06-12 09:48:16 +08:00
contrib [Enhancement] Upgrade airbyte vulnerability dependency (backport #36959) (#36963) 2023-12-13 18:28:37 +08:00
docker [BugFix] Fix a bug that the fe_entrypoint.sh will always use the default EDIT_LOG_PORT (backport #55020) (#55061) 2025-01-14 06:56:30 +00:00
docs [Doc] Remove Wrong Examples (backport #60239) (#60245) 2025-06-25 00:41:40 +00:00
fe [BugFix] some Range (e.g. (+∞, +∞))can be constructed during canonicalizing range (backport #58869) (#58891) 2025-05-13 09:50:27 +08:00
fs_brokers/apache_hdfs_broker [BugFix] Fix local file rename in broker (backport #52544) (#52554) 2024-11-02 20:27:46 +08:00
gensrc [BugFix] Fix Intersect not process has_outer_join_child (backport #57546) (#57566) 2025-04-03 02:44:31 +00:00
images Add shared-data architecture doc (#22865) 2023-05-05 17:30:21 +08:00
java-extensions [BugFix] Fix jdbc catalog change password not effect (backport #51748) (backport #51765) (#51774) 2024-10-11 17:05:59 +08:00
licenses [Enhancement] Add scripting ability to BE (#20351) 2023-03-31 09:37:28 +08:00
licenses-binary [Enhancement] Use more specific license description for lz4 (backport #41029) (#41031) 2024-02-15 12:55:28 +08:00
test [BugFix] frame_start/frame_end is modified unexpectedly when the window contains lead/lag and other agg(backport #58437) (#58467) 2025-04-28 09:51:35 +08:00
thirdparty [Enhancement] update staros version to v3.1.10 for branch-3.1 (#53216) 2024-11-27 11:43:04 +08:00
tools [Doc] Modify absolute paths in docs (#21986) 2023-04-20 11:32:02 +08:00
webroot Add a download button in the query UI (#22153) 2023-04-21 19:12:16 +08:00
.clang-format [Refactor] Fix clang-format-11 compatible with clang-format-10.3 (#13791) 2022-11-21 16:56:12 -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:31 +08:00
.gitignore [Enhancement] Remove thrift_types_customize_impl.cpp from gitignore (backport #54564) (#54685) 2025-01-03 17:27:38 +08:00
.gitmodules [Enhancement] Import the starcachelib to block cache by staros to replace starcache submodule. (#24541) 2023-06-08 15:41:34 +08:00
.mergify.yml [Tool] Mergify configuration update bot account (#23982) 2023-05-23 19:38:19 +08:00
CODE_OF_CONDUCT.md Init commit 2021-09-04 22:14:12 +08:00
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) (#48401) 2024-07-15 10:44:54 -07:00
build.sh [Enhancement] A build machine that supports the AVX2 instruction set compiles a package without the AVX2 instruction set. (backport #51673) (#51688) 2024-10-11 03:06:48 +00:00
codecov.yml [Tool] Update coverage (#23115) 2023-05-10 13:53:49 +08:00
env.sh [Enhancement] Set python3 as the default python version when compiling (backport #48586) (#48594) 2024-07-19 11:41:31 +08:00
run-be-ut.sh [Enhancement] Remove cachelib library and dependencies to reduce the thirdparty space. (backport #42660) (#42688) 2024-03-15 22:10:39 +08:00
run-fe-ut.sh [Tool] Filter cases in fe ut script (backport #38889) (#38896) 2024-01-11 08:40:38 +00: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: