Skip to content

v0.7.1 - Batch Operations & Improved Advisor

Choose a tag to compare

@indiekitai indiekitai released this 11 Mar 05:38
· 23 commits to master since this release

Whats New

Batch Operations

  • pg_dash_fix now supports multiple statements: VACUUM t1; VACUUM t2; ANALYZE t3
  • ALTER TABLE SET support for storage parameters

Improved Advisor

  • pg_stat_statements detection - warns when not installed
  • Small table autovacuum check (<50 rows)
  • Fixed dead tuple percentage calculation
  • Unused index threshold reduced from 1MB to 8KB

Bug Fixes

  • pg_dash_explain parameter name fixed (query -> sql)

Full changelog: https://github.com/indiekitai/pg-dash/blob/master/CHANGELOG.md