Skip to content

Releases: yassinbahri/PostgreSQL-Index-Advisor-for-Django

v0.2.1

Choose a tag to compare

@yassinbahri yassinbahri released this 04 Sep 21:48
3e98970

Adds CI-friendly exit mode and machine-readable JSON recommendation reports.

PostgreSQL Index Advisor for Django 0.2.0

Choose a tag to compare

@yassinbahri yassinbahri released this 19 Aug 14:28

Highlights

  • Replaces regex extraction with PostgreSQL-aware SQL parsing.
  • Uses current pg_stat_statements timing columns and structured workload evidence.
  • Suppresses recommendations covered by valid existing index prefixes.
  • Produces safe, preview-only text and JSON reports.
  • Never changes the database automatically.
  • Supports Django 5.2-6.1, Python 3.10-3.14, and PostgreSQL 14-17.

Installation

python -m pip install --upgrade django-index-optimizer

See the README and recommendation guide for setup, current limitations, and review guidance.