Automated SQL Query Performance Advisor & Index Recommender
PostgreSQL query planner analyzer extracting EXPLAIN JSON plans to flag sequential table scans and generate optimized composite indexes.
Project Overview
Monitors production slow-query logs in PostgreSQL/MySQL. Parses cost trees from EXPLAIN plans, identifies bottlenecks caused by full table scans or hash joins, and calculates hypothetical index benefits using what-if optimizer extensions before generating DDL creation scripts.
Monitors production slow-query logs in PostgreSQL/MySQL. Parses cost trees from EXPLAIN plans, identifies bottlenecks caused by full table scans or hash joins, and calculates hypothetical index benefits using what-if optimizer extensions before generating DDL creation scripts.
PostgreSQL query planner analyzer extracting EXPLAIN JSON plans to flag sequential table scans and generate optimized composite indexes.