批量执行40多条记录需要400多毫秒,还需要怎么优化?

roc_sunny · · 4722 次点击
if I were you, I should run this query in one statement. That means, using semicolon to separate 40 update sql.
#1