引擎 innodb 与 myisam 的区别时间:2023-03-09 19:38:12 使用innodb引擎 , 查询800万数据的统计: 将innodb 引擎 改成 MyISAM引擎: alter table test_count engine = MyISAM;