Releases: yassinbahri/PostgreSQL-Index-Advisor-for-Django
Releases · yassinbahri/PostgreSQL-Index-Advisor-for-Django
Release list
v0.2.1
PostgreSQL Index Advisor for Django 0.2.0
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.