标签:style 使用 sp on c log r ad size
1.将多表连接拆分成较小的几个部分顺序执行
2.用内连接代替外连接。
3.优先直线哪些能大大减少返回行的操作,再将生产的临时表与其他表进行左连接。
4.修改like程序,去掉%,因为有%无法使用索引。
5.使用存储过程封装哪些复杂的SQL logical reads语句或商业逻辑。
标签:style 使用 sp on c log r ad size
原文地址:http://blog.csdn.net/jxh_123/article/details/39667085