阅读背景:

通过删除执行计划中的排序操作符来优化SQL查询

来源:互联网 

I’ve just started looking into optimizing my queries through indexes because SQL data is growing large and fast. I looked at how the optimizer is processing my query through the Execution plan in SSMS and noticed that a Sort operator is being used. I’ve heard that a Sort operator indicates a bad design in the query since the sort can be made prematurely through an index. So here is an example table and data similar to what I’m doing: I’ve just started looking into optimizing my qu




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: