用stored procedure,會大大地提高performance

來源: 2009-06-04 23:53:05 [博客] [舊帖] [給我悄悄話] 本文已被閱讀:

performance improvement:

-別用sub query,用joint tables
-group by 或者 order by ,要用在index上
-多用union,少用or。

目前我也就想到這麽多。