Re: Libpq COPY optimization patch - Mailing list pgsql-patches

From Tom Lane
Subject Re: Libpq COPY optimization patch
Date
Msg-id 6223.1138221968@sss.pgh.pa.us
Whole thread Raw
In response to Re: Libpq COPY optimization patch  ("Alon Goldshuv" <agoldshuv@greenplum.com>)
List pgsql-patches
"Alon Goldshuv" <agoldshuv@greenplum.com> writes:
> Libpq copy speedup patch attached. No input buffer logic involved, just
> removing the expensive PQconsumeInput call per putCopyData call, and leaving
> parseInput as is, as discussed before.

Applied (with a better comment) to HEAD and 8.1 branches.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Thomas F. O'Connell"
Date:
Subject: Re: pgbench: Support Multiple Simultaneous Runs (with Mean and Std. Dev.)
Next
From: Simon Riggs
Date:
Subject: External Sort performance patch