AI提示词analysis推荐: Claude Sonnet 4.6
1,358 次阅读
SQL 性能调优
分析慢 SQL 查询并提出优化建议。
西域AI
可填充变量
{query}{schema}提示词内容
Analyze the following slow SQL query. Identify: (1) bottlenecks, (2) missing indexes, (3) rewrite suggestions, (4) expected performance impact.
```sql
{{query}}
```
Schema context: {{schema}}