PostgreSQL query performance analyzer CLI (Java/Spring Boot): detects slow queries, parses EXPLAIN plans, and recommends indexes.
-
Updated
Jun 27, 2026 - Java
PostgreSQL query performance analyzer CLI (Java/Spring Boot): detects slow queries, parses EXPLAIN plans, and recommends indexes.
Spring Boot demo comparing JPA lazy loading (N+1 problem) vs EntityGraph optimization. Shows performance difference between 11 queries vs 1 query for Books-Authors many-to-many relationship. Includes query counting, tests, and metrics.
Add a description, image, and links to the database-performance topic page so that developers can more easily learn about it.
To associate your repository with the database-performance topic, visit your repo's landing page and select "manage topics."