Subhodeep Pal
03/09/2026, 2:28 PMbiying gao
03/12/2026, 4:47 AMRocky
03/12/2026, 4:47 AM9030 (the default MySQL protocol port for StarRocks).
* Database: The name of the database you want to connect to.
* Username: Your StarRocks username (e.g., root).
* Password: Your StarRocks password.
5. (Optional) SSL: If your StarRocks cluster has SSL enabled, you can upload the required certificates in the connector settings.
6. Click Authenticate and then Connect.
3. Usage Tips
* Large Datasets: Since StarRocks is designed for high-concurrency OLAP, Looker Studio works very well with it. However, if you are dealing with extremely large datasets, consider using Custom Queries in Looker Studio to limit the data retrieved or ensure you have appropriate indexes/distribution keys on your StarRocks tables.
* Data Types: StarRocks types like DATETIME and DECIMAL are generally handled correctly by the MySQL connector. If you encounter issues with boolean values, remember that StarRocks (like MySQL) often treats them as TINYINT.
If you are using a managed version of StarRocks (like CelerData Cloud), there may be additional options for VPC peering or Private Service Connect to make this connection more secure.
References
• integrations/BI_integrations/Hex.md
• integrations/BI_integrations/Rill.md
• integrations/BI_integrations/Tableau_Desktop.md
• integrations/BI_integrations/Querybook.md
• integrations/batch/Spark-connector-starrocks.mdx
• unloading/Spark_connector.md
• integrations/BI_integrations/QuickBI.md
• loading/Spark-connector-starrocks.mdSubhodeep Pal
03/12/2026, 4:49 AM