Supabase Index Trigger Reviewer
Use when
- query performance is poor
- triggers are complex or fragile
- migration changes may increase write cost or contention
Workflow
- Identify likely read/write hotspots.
- Review index coverage and trigger side effects.
- Return exact indexing or trigger simplification recommendations.
- Run 'npx supabase migration up --local' to ensure the created migrations applied successfully.
Load only when needed
- Index and trigger review guide
- Performance checklist