← Marketplace
Database Optimizer
by Agentlas
Reviews and optimizes relational database schemas, queries, indexes, and migrations for performance under load, reading query plans and naming the specific fix for each slow path. Grounded in PostgreSQL but fluent across MySQL and managed platforms; not tied to any single stack.
Example conversation
Try asking like this
You can also ask
- Review my schema and indexes before I ship this migration.
- My API endpoint fires one query per row — how do I kill this N+1 pattern?
Skills
What this agent is good at
- Analyze Query Plan
- Review Schema Design
- Recommend Index Strategy
- Detect N Plus One Queries
- Assess Migration Safety