Go to file
mergify[bot] 8dea52d2e6
[BugFix] Fix data file lost when upgrade from versions below 3.2 (backport #58404) (backport #58500) (#58508)
Signed-off-by: Yixin Luo <18810541851@163.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Yixin Luo <18810541851@163.com>
2025-04-28 12:43:43 +00:00
.github [BugFix] Fix the temporary partition residue caused by optimize duplicate partitions (backport #57005) (backport #57583) (#57802) 2025-04-09 09:11:21 +00:00
be [BugFix] Fix data file lost when upgrade from versions below 3.2 (backport #58404) (backport #58500) (#58508) 2025-04-28 12:43:43 +00:00
bin [BugFix] multiple sys_log_to_console=true entry in fe.conf every time… (backport #45851) (#51160) 2024-09-19 09:41:23 +00:00
build-support [Feature] Add build arch info when showing FE/BE version (backport #48572) (#48614) 2024-07-19 07:18:10 +00:00
community
conf [BugFix] mkdir $STARROCKS_HOME/meta in bin/start_fe.sh (backport #48940) (#49101) 2024-07-29 10:25:28 -07:00
contrib [Enhancement] Upgrade airbyte vulnerability dependency (backport #36959) (#36962) 2023-12-13 18:28:20 +08:00
docker [Enhancement] upgrade staros version to v3.2.7 (#56211) 2025-02-25 10:17:25 +08:00
docs [Doc] Remove the drop frontend part for meta recovery (backport #57119) (#57187) 2025-04-10 01:34:36 +00:00
extra/grafana/kubernetes [Tool] add grafana dashboard for kubernetes deployment environment (#28147) 2023-07-28 19:38:27 +08:00
fe [Enhancement] Use query blacklist for stream load BE/CN selection (backport #57919) (#58021) 2025-04-17 06:14:39 +00:00
fs_brokers/apache_hdfs_broker [BugFix] Fix local file rename in broker (backport #52544) (#52553) 2024-11-02 20:27:36 +08:00
gensrc [BugFix] Fix Intersect not process has_outer_join_child (backport #57546) (#57568) 2025-04-03 03:02:37 +00:00
images
java-extensions [Enhancement] supprt incompatible avro schema (backport #57296) (#57308) 2025-03-26 15:07:39 +08:00
licenses
licenses-binary [Feature] Jdbc catalog for oracle and sqlserver backport serveral prs (backport #44887) (#47465) 2024-06-26 11:14:06 +08:00
test [Tool] Fix sql tester empty result (backport #58474) (#58478) 2025-04-28 12:25:37 +08:00
thirdparty [Enhancement] upgrade staros version to v3.2.7 (#56211) 2025-02-25 10:17:25 +08:00
tools [Tool] Add diagnostics.sql script for troubleshooting (#28428) 2023-08-02 14:00:14 +08:00
webroot
.clang-format
.clang-tidy
.dockerignore [Enhancement] refactor allin1 image (#28240) 2023-07-31 16:16:24 +08:00
.gitignore [Enhancement] Remove thrift_types_customize_impl.cpp from gitignore (backport #54564) (#54683) 2025-01-03 17:27:45 +08:00
.mergify.yml [Tool] ci(Mergify): update to remove useless configuration (#28642) 2023-08-04 14:36:47 +08:00
.trivyignore [Enhancement] Fix known XSS vulnerabilities (backport #52119) (#52217) 2024-10-22 12:51:40 -07:00
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.txt
NOTICE.txt
README.md [Doc] Fix broken image in README (backport #48353) (#48400) 2024-07-15 10:45:26 -07:00
build.sh [Tool] support build maven project in batch mode (backport #54940) (#54988) 2025-01-13 08:43:49 +00:00
codecov.yml [Tool] Cov split BE/FE by flags (#29855) 2023-08-24 13:52:54 +08:00
env.sh [Enhancement] Set python3 as the default python version when compiling (backport #48586) (#48593) 2024-07-19 11:41:10 +08:00
run-be-ut.sh [Enhancement] Assume --test option in run-be-ut.sh is a single test suite/case name (backport #51614) (#51769) 2024-10-11 07:34:26 +00:00
run-fe-ut.sh [Tool] filter cases in fe ut script (backport #31353)(backport #31397) (#34620) 2023-11-09 10:51:26 +08:00

README.md

Download | Docs | Benchmarks | Demo

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

StarRocks, a Linux Foundation project, 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.
Articles How-tos, Tutorials, Best Practices and Architecture Articles.
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: