Starrocks Query Optimization

Optimize StarRocks queries — reading EXPLAIN/EXPLAIN VERBOSE, verifying partition pruning, choosing JOIN strategy (broadcast/shuffle/colocate), predicate pushdown, parallelism (pipeline_dop), index usage, and diagnosing slow queries via query profiles. Use when a StarRocks query is slow, when analyzing execution plans, or when tuning JOINs, pruning, or parallelism.

tiansuyu 3b254c2 9.2 KB Updated

File contents

tiansuyu/agent-skills/tree/main/skills/starrocks-query-optimization commit 3b254c241d

Frequently asked questions

npx skillmds@latest add tiansuyu/starrocks-query-optimization