Skip to content

v0.9.0 — Table & Index Bloat Detection

Choose a tag to compare

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

What's New

  • New bloat command — Detect table and index bloat (dead tuples) that slow down queries and waste disk space.
npx @indiekitai/pg-dash bloat postgres://...
  • Shows dead tuple ratio per table, flags tables with ≥10% bloat
  • Surfaces last_autovacuum and last_vacuum timestamps
  • MCP tool: pg_dash_bloat