Re: Bulkloading using COPY - ignore duplicates?

Поиск
Список
Период
Сортировка
От Zeugswetter Andreas SB SD
Тема Re: Bulkloading using COPY - ignore duplicates?
Дата
Msg-id 46C15C39FEB2C44BA555E356FBCD6FA41EB3A0@m0114.s-mxs.net
обсуждение исходный текст
Ответ на Bulkloading using COPY - ignore duplicates?  (Lee Kindness <lkindness@csl.co.uk>)
Ответы Re: Bulkloading using COPY - ignore duplicates?  (Lee Kindness <lkindness@csl.co.uk>)
Список pgsql-hackers
> IMHO, you should copy into a temporary table and the do a select 
> distinct from it into the table that you want.

Which would be way too slow for normal operation :-(
We are talking about a "fast as possible" data load from a flat file
that may have duplicates (or even data errors, but that 
is another issue).

Andreas


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

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: cvs problem
Следующее
От: "Marc G. Fournier"
Дата:
Сообщение: Re: Preparation for Beta