On 2/8/07, Griggs, Donald <[EMAIL PROTECTED]> wrote:
Regarding: "...Next, I add in an index on [one] of my numeric columns. ... This is where the problem comes in." You may already know this, but if you can tolerate waiting until the loads are complete before adding the index, the total performance should be better.
If I wait until after the inserts, the index will take less than a minute to build. Unfortunately, that's not an option for this application :-( -Stan