|
原帖由 wangzhonnew 于 2008-5-25 13:35 发表 ![]()
that's the only way i can imagine to possibly avoid sort, maybe you can try it out during non-peak hour, and see if it's going to improve the performance.
if it doesn't take effect then simply drop it
这个的做法好像难度蛮大的。我相信这个的原意是想用INDEX ONLY ACCESS来避免接下来的TABLE SCAN,并且纯粹INDEX的话是可能避免SORTING。只是实际操作难度不小。
But no harm to try. |
|