PostgreSQL Optimization Workflow Overview Specialized workflow for PostgreSQL database optimization including query tuning, indexing strategies, performance analysis, vacuum management, and production database administration. When to Use This Workflow Use this workflow when: - Optimizing slow PostgreSQL queries - Designing indexing strategies - Analyzing database performance - Tuning PostgreSQL configuration - Managing production databases Workflow Phases Phase 1: Performance Assessment Skills to Invoke - - Database optimization - - PostgreSQL best practices Actions 1. Check database version…