Re: A little COPY speedup - Mailing list pgsql-patches

From Tom Lane
Subject Re: A little COPY speedup
Date
Msg-id 15063.1172859889@sss.pgh.pa.us
Whole thread Raw
In response to Re: A little COPY speedup  ("Simon Riggs" <simon@2ndquadrant.com>)
Responses Re: A little COPY speedup
Re: A little COPY speedup
List pgsql-patches
"Simon Riggs" <simon@2ndquadrant.com> writes:
> Feedback from someone else looking to the problem last year. IIRC there
> was a feeling that if we didn't have to search for delimiters the COPY
> FROM input parsing could be easier.

Of what use is the above comment?  You have to parse the input into
fields somehow.

"It can be arbitrarily fast ... if it doesn't have to get the right answer."

            regards, tom lane

pgsql-patches by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: A little COPY speedup
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Deadlock with pg_dump?