Intelligence · Query Intelligence

Which query changed, and when it changed.

Query analytics tells you what is slow. Query intelligence tells you what became slow, what it was doing before, and what changed in between.

What it surfaces

Plan regressions

A query whose mean latency jumps after a schema change is a different problem from one that has always been slow. The distinction decides what you do next.

Index findings

Unused, duplicate and missing-index findings derived from real workload rather than a static schema review.

Digest-level history

Queries are tracked by digest, so a statement is followed across parameter values instead of appearing as thousands of unrelated ones.

Linked to incidents and deployments

A query regression sits next to the deployment that preceded it, which is usually the whole investigation.

Related

Where to look next