Andrew Gould wrote:
> Are you updating directly from the flat file? Or are
> you copying the new data into an indexed table that is
> emptied and vacuumed after daily updates, and
> updating/inserting from there?
>
> Andrew Gould
Well to be honest I'll do it any way I can to make this go faster.
Right now I am updating directly from said file. For each line I read from
the file I need to insert or update the exsisting table depending on
weather or not the record is already there.
Orion