Skip to content

QPI 0.1.1

Pre-release
Pre-release

Choose a tag to compare

@dataibaseuk dataibaseuk released this 14 Jul 22:52
· 3 commits to main since this release
0ede08d

Query Performance Investigator

Plan View

Alpha version of Query Performance Investigator - A new way of understanding SQL Server execution plans.

QPI will be a leader in the query analysis space. It transforms complex execution data into clear, actionable insights so you can diagnose problems faster, optimise with confidence, and go to bed earlier - if that's your thing.

Built for people who live in the real world of sloooow queries, opaque execution plans, and urgent production troubleshooting, QPI turns complex performance issues into something easier to inspect, understand, and act on. It doesn't force you to manually trawl through raw plan details and disconnected metrics like other tools do. QPI is designed to surface the information that matters, helping DBAs, developers, and performance engineers move from “something is slow” to “here is where to look next.”

Findings

Whether you are investigating regressions, exploring plan operators, or trying to explain performance issues to a wider team, QPI aims to make query tuning more visual, more systematic, and far less painful.

Statistics

Less guesswork. Faster diagnosis. Better queries.

Help files can be found here - https://dataibase.co.uk/products/query-performance-investigator/help/

Changes in this version:

  • Updated dependencies to remove vulnerabilities.
  • Added extra property values to operators.
  • Fixed plan operator card sizing issue.
  • Fixed an issue where some lookups were being shown as index seeks.
  • Some internal refactoring and linting.