🏠 Home
Benchmark Hub
📊 All Benchmarks 🦖 Dinosaur v1 🦖 Dinosaur v2 ✅ To-Do List Applications 🎨 Creative Free Pages 🎯 FSACB - Ultimate Showcase 🌍 Translation Benchmark
Models
🏆 Top 10 Models 🆓 Free Models 📋 All Models ⚙️ Kilo Code
Resources
💬 Prompts Library 📖 AI Glossary 🔗 Useful Links
advanced

Analyze and Optimize SQL Execution Plan

#sql #database-performance #query-optimization #indexing

Interpret a complex SQL execution plan and propose optimizations.

Analyze a provided execution plan for a complex SQL query involving multiple joins, subqueries, and window functions. Identify the most expensive operations in the plan, such as full table scans or hash joins that could be optimized. Propose specific indexing strategies to improve the query performance and suggest query rewrites to minimize the data processed during execution.