📄️ Overview
These best practices are written by experienced database engineers.
📄️ Partitioning
Fast analytics in StarRocks begin with a table layout that matches your query patterns.
📄️ Table clustering
A thoughtful sort‑key is the highest‑leverage physical‑design knob in StarRocks.
📄️ Bucketing
A concise field guide to choosing between Hash Bucketing and Random Bucketing in StarRocks, including their mechanics, trade‑offs, and recommended use cases.
📄️ Primary Key tables
The Primary Key table uses a new storage engine designed by StarRocks.
📄️ Authentication and Authorization
For detailed instructions on each operation involved below, see links in See Also.
📄️ Audit Log-based Resource Group Configuration
How to use StarRocks audit logs to analyze query patterns and configure resource groups for workload isolation.
🗃️ Query Tuning
8 items
📄️ FE / Coordinator Node memory full issue troubleshooting
Prevent 'FE memory full' issues, quickly recover, and find out the cause as much as possible to prevent recurrence.