What problem does it solve?
This Skill helps diagnose and tune StarRocks systems that struggle under high-QPS workloads, where throughput plateaus, latency spikes, or memory volatility appear as concurrency rises.
Core Features & Use Cases
- Throughput Bottleneck Analysis: Distinguishes whether the limiting factor is connection exhaustion, FE planning CPU saturation, pipeline parallelism overhead, query cache ineffectiveness, or hidden session-level timeout overrides.
- Targeted Tuning Guidance: Recommends concrete actions such as connection pooling, prepared statement plan caching, pipeline_dop adjustment, short-circuit scan enablement, and resource-group governance.
- Production Troubleshooting: Uses metrics, audit logs, and current-query state to explain real-world failures like dashboard storms, burst traffic, query backlogs, and BE memory instability.
Quick Start
Ask this skill to analyze a StarRocks high-concurrency slowdown, identify the dominant bottleneck from metrics and logs, and recommend the correct tuning or governance fix.