Mysql Slow Insert

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

I have the following InnoDB table:

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


        
6条回答
  •  北恋
    北恋 (楼主)
    2021-02-07 23:05

    If you are running in a cluster enviroment, auto-increment columns may slow inserts. Try tweaking ndb_autoincrement_prefetch_sz (see http://dev.mysql.com/doc/refman/5.1/en/mysql-cluster-system-variables.html#sysvar_ndb_autoincrement_prefetch_sz)

提交回复
热议问题