High Concurrency

Use when optimizing for high-QPS (thousands of queries/sec) workloads or diagnosing throughput plateaus and latency spikes under load. Covers pipeline_dop=1 tuning, connection pooling (HikariCP/Druid), PreparedStatement plan caching, query cache hit-rate analysis, PK model point-query optimization (short-circuit scan, persistent index), and detecting session-level timeout overrides that cause memory volatility.

starrocks 70ae385 2 files · 26.0 KB Updated

File contents

starrocks/starrocks-debug-skills/tree/main/high-concurrency commit 70ae3852ff

Frequently asked questions

npx skillmds@latest add starrocks/high-concurrency