AiPromptss
Back to browse

3. Weak Structure

"Help me optimize this database query: 1. First, analyze the current query performance: [Query and execution plan] 2. Identify the specific bottlenecks: - Tabl…

Added May 19, 20260 views0 copies
Prompt
"Help me optimize this database query:
1.
First, analyze the current query performance:
   [Query and execution plan]
2.
Identify the specific bottlenecks:
- Table scans
- Missing indexes
- Suboptimal joins
3.
Recommend specific optimizations:
- Index suggestions
- Query restructuring
- Configuration changes
4.
Provide an optimized version of the query with explanations of each change"

Replace text in [BRACKETS] with your own values before pasting.