| Subject | RE: Auto Increment | 
|---|---|
| Author | Mick Arundell | 
| Post date | 2004-04-07T23:58:58Z | 
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.
            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 greatlymick
>also, as the Inserts won't have to respond to trigger events.