> Hi,
>
> Is it possible to drop an auto_increment column index or primary key to
> boost performance for bulk inserts? It seems mysql requires auto_increment
> columns to be a key at all times.
>
> Here is the error message:
>
> Incorrect table definition; There can only be one auto column and it
Maybe you could try insert delayed
- Original Message -
From: "Wilfred Li, Ph.D." <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, November 15, 2001 9:17 AM
Subject: dropping auto_increment PK/Index
> Hi,
>
> Is it possible to drop an auto_increment column index or primary k