[EMAIL PROTECTED]">Then the IGNORE_DUPLICATE would definitely be the way to go, if speed is the question...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
Zeugswetter Andreas SB SD wrote:
- [HACKERS] Bulkloading using COPY - ignore duplic... Lee Kindness
- Re: [HACKERS] Bulkloading using COPY - igno... Bruce Momjian
- [HACKERS] Bulkloading using COPY - ignore d... Lee Kindness
- Re: [HACKERS] Bulkloading using COPY - igno... Justin Clift
- Re: [HACKERS] Bulkloading using COPY - igno... Tom Lane
- Re: [HACKERS] Bulkloading using COPY - igno... Lee Kindness
- Re: [HACKERS] Bulkloading using COPY - igno... Lee Kindness
- Re: [HACKERS] Bulkloading using COPY - igno... Tom Lane
- Re: [HACKERS] Bulkloading using COPY - igno... Tom Lane
- Re: [HACKERS] Bulkloading using COPY - igno... Zeugswetter Andreas SB SD
- Re: [HACKERS] Bulkloading using COPY - igno... Thomas Swan
- Re: [HACKERS] Bulkloading using COPY - igno... Zeugswetter Andreas SB SD
- Re: [HACKERS] Bulkloading using COPY - igno... Lee Kindness
- Re: [HACKERS] Bulkloading using COPY - igno... Lee Kindness
- Re: [HACKERS] Bulkloading using COPY - igno... Tom Lane
- Re: [HACKERS] Bulkloading using COPY - igno... Hiroshi Inoue
- Re: [HACKERS] Bulkloading using COPY - igno... Mikheev, Vadim
- Re: [HACKERS] Bulkloading using COPY - igno... Tom Lane
- Re: [HACKERS] Bulkloading using COPY - igno... Mikheev, Vadim
- Re: [HACKERS] Bulkloading using COPY - igno... Peter Eisentraut
- Re: [HACKERS] Bulkloading using COPY - igno... Jim Buttafuoco