Query Plan Analyzer
Aug 2026 — Present- Go
- PostgreSQL
- HTMX
- Docker
- SQL Server
- Built a multi-database query plan visualizer supporting PostgreSQL EXPLAIN ANALYZE and SQL Server execution plan XML with auto-detection.
- Implemented rule-engine bottleneck detection across both databases. Detecting sequential scans, implicit conversions, missing indexes, and planner misestimates.
- Integrated AI-powered analysis with 5 LLM providers (OpenAI, Anthropic, OpenRouter, OpenCode) via SSE streaming for real-time query optimization suggestions.
- Designed as a single Go binary with server-rendered HTML. No SPA, no build step, deployable via Docker.