Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在通过在适当的地方添加索引来改进数据库表。
我想为 GROUP_BY 查询中使用的属性添加索引。
有没有办法自动知道 GROUP_BY 使用了哪些字段?
我没有看到 GROUP BY 性能与索引的存在之间存在相关性。如果您有一个运行缓慢的查询,那么我首先会查看您有谓词或连接的列上的索引。