Re: Functions with COPY

Поиск
Список
Период
Сортировка
От Stephen Frost
Тема Re: Functions with COPY
Дата
Msg-id 20031127151934.GE24094@ns.snowman.net
обсуждение исходный текст
Ответ на Re: Functions with COPY  (Rod Taylor <pg@rbt.ca>)
Список pgsql-hackers
* Rod Taylor (pg@rbt.ca) 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

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Dave Cramer
Дата:
Сообщение: Re: Functions with COPY
Следующее
От: Stephen Frost
Дата:
Сообщение: Re: Functions with COPY