Slash Your Database Latency
Relational databases can become an operational nightmare if queries aren’t properly tuned. This prompt instructs GPT-5 to act as a Senior Database Administrator (DBA), providing a level of insight that goes far beyond basic syntax checking.
By demanding index suggestions and an execution plan diagnosis, this prompt attacks the root cause of performance degradation—such as non-SARGable predicates or nested loop join overhead—rather than just “pretty-printing” the SQL. It ensures your backend remains responsive as your data scales, preventing the dreaded “database timeouts” that plague unoptimized enterprise applications. It’s essentially a senior DBA on-demand, focused on minimizing I/O and maximizing throughput.