Skip to content

IndexPilot 1.1.0a1 — workload-aware migration review

Pre-release
Pre-release

Choose a tag to compare

@eyeinthesky6 eyeinthesky6 released this 14 Jul 10:48
6be4973

IndexPilot's first focused advisory preview.

The promise

Review proposed PostgreSQL indexes against the workload your database actually runs—before the migration is merged.

Included

  • Batch CREATE INDEX migration review using PostgreSQL catalogs and pg_stat_statements
  • SQLGlot PostgreSQL AST parsing with no regex fallback
  • Optional session-local HypoPG planner evidence routed through the existing admission rules
  • doctor, conservative audit, and offline post-deploy compare commands
  • Markdown, JSON, and SARIF output with opt-in CI verdict gates
  • Factual legacy index inventory; automatic cleanup and REINDEX remain disabled
  • Authenticated single-operator dashboard API

Install

pipx install "git+https://github.com/eyeinthesky6/indexpilot.git@v1.1.0a1"
indexpilot doctor --help
indexpilot review --help

This is an evaluation release, not an autonomous production DBA. IndexPilot does not execute supplied migrations or physical index DDL from the public review commands.