I have one table, it is observed that recently the insert rate is slow.
Just want know, how to diagnosis it, what is the solution...? Any script any one has to diagnosis this problem..?
Printable View
I have one table, it is observed that recently the insert rate is slow.
Just want know, how to diagnosis it, what is the solution...? Any script any one has to diagnosis this problem..?
Check with Triggers and indexes belongs to that table..
--Sathy
No triggers are there. Indexes are there and earlier also it was there..
We would need more information, such as:
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 ?