mysql存储过程的优化,
程序员文章站
2024-02-09 09:23:04
...
mysql
调用存储过程,[code=sqlINSERT INTO tb_test(id,rule,time) VALUES(_id,_rule,_time);
SELECT @@identity;][/code]
进行简单的插入语句,在慢查询日志中
95% of Time : 5254.761149 s total, 2.48805 s avg, 1.002664 s to 5.144049 s max
表现有数据7w行;该怎么优化?