Skip to content

v0.8.0 — Slow Query Analysis

Choose a tag to compare

@indiekitai indiekitai released this 07 Jun 01:02
· 22 commits to master since this release

What's New

  • New slow-queries command — Analyze slow queries from pg_stat_statements. Surface the most expensive queries by total time, mean time, or call count.
npx @indiekitai/pg-dash slow-queries postgres://... --limit 20 --min-calls 5
  • MCP tool: pg_dash_slow_queries
  • Supports --format json for CI integration