What problem does it solve?
This Skill helps diagnose StarRocks queries that are slow, hanging, returning wrong results, or consuming excessive memory by turning cluster symptoms into a structured investigation path.
Core Features & Use Cases
- End-to-end query triage: Traces issues from FE receipt and live query state through BE execution, logs, and profiles.
- Performance bottleneck analysis: Identifies scan skew, rowset merge overhead, predicate pushdown failures, join blowups, and missing statistics.
- Bug localization workflow: Narrows down incorrect results or crashes by selectively disabling planner and execution features.
- Use case: A production query times out after a deployment; this Skill helps determine whether the root cause is network saturation, FE lock contention, scan imbalance, or an oversized broadcast join.
Quick Start
Use the query skill to analyze a specific slow StarRocks query, inspect its audit log and profile, and guide me to the most likely root cause and next diagnostic step.