We are restating a moderately large table (250 M rows).
Plan has been optimized.
Insert/Selecting into empty table, matching index(es).
We were loading about 10M rows every 5 minutes up to the last 45M rows, then the system started slowing down remarkably. Last count showed only 2M rows loaded in the last 10 minutes.
(Yes, am using locking for access to do the select).
Given an optimized plan, can anyone suggest other things we could do to ensure that the system doesn't slow down like this? We see this a lot on larger table inserts.
Plan has been optimized.
Insert/Selecting into empty table, matching index(es).
We were loading about 10M rows every 5 minutes up to the last 45M rows, then the system started slowing down remarkably. Last count showed only 2M rows loaded in the last 10 minutes.
(Yes, am using locking for access to do the select).
Given an optimized plan, can anyone suggest other things we could do to ensure that the system doesn't slow down like this? We see this a lot on larger table inserts.