tags:

views:

17

answers:

0

We are getting a lot of deadlocks during certain queries, and we believe it is due to the gap locking due to the fact that we are inserting lots of rows into this table.

If we eliminate the autoincrementing primary key field (since we don't ever use it) ... will this get rid of the gap locking?