Platform · Query Analytics
Find the query, not just the symptom.
Slow query capture, a query timeline you can line up against an incident, and index reports that say which indexes are earning their storage.
What you get
A timeline, not a leaderboard
A list of slow queries tells you what is slow now. A timeline tells you when it started being slow — which is the question you are actually asking during an incident.
Index reports
Which indexes are used, which are duplicated, which have never been touched. Unused indexes cost write throughput and storage on every insert.
Export without blocking the console
Slow-query exports run as a background job with a status you can poll and a download when it is ready, so a large export does not tie up a browser tab.
Correlated with everything else
A query digest links to the instance, the incident it contributed to, and the deployment that changed its plan.
Related