How are you inserting rows ? Is it from an application or a SQL script ? Are you using buffered inserts or one row at a time ? Is the table very wide (e.g. hundreds of columns) ? How many indexes do you have ? Have you tried dropping the indexes and doing the inserts to see if the speed increases ? Are there any database constraints on the table ?
Bookmarks