MySQL:记录数多(数据量大)时可能引发的问题

The total number of locks exceeds the lock table size.sql   感受innodb引擎的表读取速度不如myisam…数据库 因而我要把innodb的数据所有导入myisam的表。centos   insert into t_data_myisam (select * from t_data_innodb);缓存   运行了一段时间之后,数据库报
相关文章
相关标签/搜索