|
原帖由 wangzhonnew 于 2008-5-14 06:36 发表 ![]()
i have another thoery that if creating an index with joint column and add all other required columns into INCLUDE clause, that may be able to help to avoid SORT operation
(the reason why creating index only on join column doesn't work, i beleive it may because optimizer thinks IXSCAN+FETCH is slower than SORT because of random access)
INCLUDE 那么多列,会不会巨占空间 |
|