SQL Server performs index scan when specifying fields rather than when using the * operator

前端 未结 0 1669
甜味超标
甜味超标 2020-12-30 23:44

I\'m trying to optimize a query where we find the most recent records in a large table using a simple SELECT MAX(Timestamp) ... GROUP BY Id and I\'ve narrowed d

相关标签:
回答
  • 消灭零回复
提交回复
热议问题