Skip to content

IndexPilot 1.1.0a3 — Stop bad indexes before production

Pre-release
Pre-release

Choose a tag to compare

@eyeinthesky6 eyeinthesky6 released this 15 Jul 10:47
1c50019

IndexPilot now leads with the job it does: stop bad PostgreSQL indexes before they reach production.

It checks the exact CREATE INDEX in a migration against your observed workload, comparable indexes, and optional hypothetical plans before merge. It remains read-only and never applies physical DDL.

Install:

pipx install 'indexpilot==1.1.0a3'

This release also aligns the README, website, GitHub description, package metadata, and agent discovery files around the same promise.