You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/blog/2025/10/21/starrocks-polaris-intergration.md
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,8 @@ Today’s data-driven enterprises face two chronic ailments:
33
33
An open, interoperable architecture is no longer a luxury, it is a survival requirement.
34
34
35
35
### StarRocks at a Glance: Speed & Simplicity
36
+
[StarRocks](https://www.starrocks.io/) is a modern MPP database designed for high-performance analytics and real-time data processing. Key features include:
37
+
36
38
* MPP, fully-vectorised execution, CBO that thrives on complex multi-table joins.
37
39
38
40
* Sub-second response on TB-scale data without pre-aggregation.
@@ -78,12 +80,13 @@ An open, interoperable architecture is no longer a luxury, it is a survival requ
78
80
### Clone Source Code and Start Polaris
79
81
80
82
1. Clone source code and checkout to released version
83
+
84
+
User can get the latest released version from https://github.com/apache/polaris/releases
81
85
```bash
82
-
# cloning polaris repo
83
-
git clone https://github.com/apache/polaris.git
84
-
cd polaris
85
-
# Recommend using a released stable version
86
-
git checkout apache-polaris-1.1.0-incubating
86
+
# download the latest released version 1.1.0-incubating
@@ -220,6 +223,9 @@ We grant **CATALOG_MANAGE_CONTENT** privilege to the catalog role `test_catalog_
220
223
221
224
## Configure StarRocks Iceberg Catalog
222
225
226
+
First, you need to have a StarRocks cluster up and running. Please refer to the [StarRocks Quick Start Guide](https://docs.starrocks.io/docs/quick_start) for instructions on setting up a StarRocks cluster.
227
+
Then you can create an external Iceberg catalog in StarRocks that connects to Polaris.
0 commit comments