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

From Simon Riggs
Subject Re: A little COPY speedup
Date
Msg-id 1172859202.3760.1630.camel@silverbirch.site
Whole thread Raw
In response to Re: A little COPY speedup  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: A little COPY speedup  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Fri, 2007-03-02 at 12:09 -0500, Andrew Dunstan wrote:

> OK. I'm still curious to know what the issues are with delimiter handling.

Rumours only.

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.

Vague recollection that the COPY TO uses the slower API for getting heap
attributes, but didn't seem to show up when I profiled few months back.

I'm not personally proposing to take those thoughts any further.

--
  Simon Riggs
  EnterpriseDB   http://www.enterprisedb.com



pgsql-patches by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: A little COPY speedup
Next
From: Tom Lane
Date:
Subject: Re: A little COPY speedup