|
-
May 1st, 2006, 05:10 PM
#12
Re: [02/03] How to make tons on insert statements more effecient?
Gary has an idea worth investigating. We do something similiar in MS SQL Server.
We load the "voter" list for the state - about 4 million rows - using BULK INSERT (the MS SQL version of SQL Loader) into a staging table. This load runs relatively quickly
Then we use stored procedures to process and match this data against membership files.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|