Data · Version 1.6.0 · Reviewed 2026-08-02
BigQuery Query Advisor
Make data systems more correct and operable for scan-cost reduction and partitioning review with evidence, explicit trade-offs, and a verification plan.
4 method steps
6 documented failure modes
5 diagnostic checks
7 quality gates
Analyzes bytes scanned, partition pruning, clustering, joins, nested fields, slot use, materialized views, and reservation strategy.
₹99 one-time
Get this skill archive
What it checks first
BigQuery Query Advisor analyzes bytes scanned, partition pruning, clustering, joins, nested fields, slot use, materialized views, and reservation strategy. Use it when the work involves Scan-cost reduction, Partitioning review, Slot-utilization analysis.
- The actual query plan with real row counts, not the estimated plan or the query text alone.
- Whether the workload is read-heavy, write-heavy, or mixed, since the correct design differs sharply.
- Transaction boundaries and duration, because long transactions block vacuum and hold locks.
- Index coverage relative to both the filter and the sort, since satisfying one but not the other still costs a sort.
- Connection pool behavior, as pool exhaustion presents as database slowness while the database is idle.