ChatGPT 查询优化 提示词(Prompts)
2023-06-20 15:24 更新
标签:软件开发
中文提示词:
优化以下的 SQL 查询以提高性能:[SQL 查询]。
英文提示词:
Optimize the following SQL query for better performance: [SQL query].
中文提示词:
分析给定的 SQL 查询以查找潜在的瓶颈:[SQL 查询]。
英文提示词:
Analyze the given SQL query for any potential bottlenecks: [SQL query].
中文提示词:
为以下的 SQL 查询提供索引策略建议:[SQL 查询]。
英文提示词:
Suggest indexing strategies for the following SQL query: [SQL query].
中文提示词:
重写以下的 SQL 查询,使用 JOIN 替代子查询以改善性能:[SQL 查询]。
英文提示词:
Rewrite the following SQL query to use JOINs instead of subqueries for improved performance: [SQL query].
中文提示词:
优化以下的 NoSQL 查询以提高性能和资源使用:[NoSQL 查询]。
英文提示词:
Optimize the following NoSQL query for better performance and resource usage: [NoSQL query].
中文提示词:
识别给定的数据库模式中可能影响查询性能的任何低效之处:[模式描述]。
英文提示词:
Identify any inefficiencies in the given database schema that may be affecting query performance: [schema description].
中文提示词:
为以下大规模数据库查询提供分区或分片策略建议:[SQL 或 NoSQL 查询]。
英文提示词:
Suggest partitioning or sharding strategies for the following large-scale database query: [SQL or NoSQL query].
中文提示词:
比较使用不同数据库引擎(如 MySQL、PostgreSQL、Oracle)执行给定的 SQL 查询的性能:[SQL 查询]。
英文提示词:
Compare the performance of the given SQL query using different database engines (e.g., MySQL, PostgreSQL, Oracle): [SQL query].
提示
- ChatGPT 对英文的理解更为出色。如果你英文还可以,建议复制英文提示词。
- 英文提示词带来的回复也很可能是英文的,可以在提示词结尾添加
respond in Chinese
,将回复指定为中文。