mysql:The total number of locks exceeds the lock table size

使用mysql InnoDB存储引擎进行大量数据的更新,删除的时候容易引发”The total number of locks exceeds the lock table size”问题,解决方法之一:

把整个任务切分,每次更新或者删除一部分;

第二种方案:改大innodb_buffer_pool_size 的值,再一次重启mysql服务器,再次执行操作

mysql:The total number of locks exceeds the lock table size,布布扣,bubuko.com

mysql:The total number of locks exceeds the lock table size

上一篇:已有数据表的Mysql字符编码修改


下一篇:schema in oracle