* Rod Taylor ([EMAIL PROTECTED]) wrote:
> How about COPY into a TEMP TABLE for 10k lines, then do an 
> insert into real_table .... select .... from temp_table;
> which converts the data?
> 
> You could of course thread the load so 2 or 3 processes execute the data
> import.

Sure, this would work, but it's a heck of alot more work from a
processing standpoint than either of the other options...

        Stephen

Attachment: signature.asc
Description: Digital signature

Reply via email to