用stored procedure,会大大地提高performance

来源: 2009-06-04 23:53:05 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

performance improvement:

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

目前我也就想到这么多。