April 14, 2009 at 9:02 am
Yeah, I already have the recovery mode set to "Simple" so there shouldn't be any logging. I'm thinking that it is probably the primary key index on the table. Would that cause it to slow down as the table grows with check constraints being checked? I'm not sure what is going on in the background.
April 14, 2009 at 9:39 am
Could be the PK, but is it the only key on that table
April 14, 2009 at 9:49 am
Yeah, only key and the only index
April 14, 2009 at 10:41 am
Vishal, you're the man!
I stopped my process (was scared to death since in 20 hours it had loaded 60 million rows) and changed my max commit size and the Rows per batch in the oledb destination to 100000 each. Then removed the check constraints and removed the primary key index on the table and made sure the table lock was checked and in 5 minutes I had surpassed 60 million rows!
Many Thanks!
April 14, 2009 at 11:27 am
No problemo.
April 14, 2009 at 11:33 am
I was actually able to complete the process of 110 million records in 17 minutes
April 14, 2009 at 11:37 am
Cool. Now i also have numbers to back my technology suggestions for using SSIS for transfers.
Viewing 7 posts - 16 through 21 (of 21 total)
You must be logged in to reply to this topic. Login to reply