1.简单的一些 修改 可以写到存储过程里去
2.那些比较耗时的 比如io可以写到事务外层去
3.采用cnd静态资源
4.使用redis进行数据get 与put
5.在事务里,insert的代码段可以先放在之前,update的代码段放在之后