Mysql Slow Insert

后端 未结 6 614
别那么骄傲
别那么骄傲 2021-02-07 22:17

I have the following InnoDB table:

+-----------+-----------+------+-----+-------------------+----------------+
| Field     | Type      | Null | Key | Default             


        
6条回答
  •  离开以前
    2021-02-07 23:03

    As my experience InnoDB performance is lower than MyISAM.
    Have you try using MyISAM instead?
    Or maybe you need to tweak your InnoDB configuration: http://dev.mysql.com/doc/refman/5.0/en/innodb-configuration.html
    Hope that help.

提交回复
热议问题