Subject RE: Auto Increment
Author Mick Arundell
Of course all row id increments use triggers.
With Auto increment you don't write a trigger but the database server does.
It is the only way Auto increment can work.

>I can only imagine that this would also increase Insert performance greatly
>also, as the Inserts won't have to respond to trigger events.

mick