index_advisor
PostgreSQL Index Advisor is an extension that improves query performance by suggesting optimized index strategies. It supports generic parameters and materialized views, identifying potential index enhancements, even for tables obscured by views. The API interface suggests 'create index' SQL DDL statements to reduce execution time. Compatible with HypoPG, it is a valuable tool for database administrators aiming to enhance performance with straightforward installation and testing instructions.