Re: Libpq COPY optimization patch

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Alon Goldshuv" <agoldshuv(at)greenplum(dot)com>
Cc: pgsql-patches(at)postgresql(dot)org
Subject: Re: Libpq COPY optimization patch
Date: 2006-01-25 20:46:08
Message-ID: 6223.1138221968@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

"Alon Goldshuv" <agoldshuv(at)greenplum(dot)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

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Simon Riggs 2006-01-26 00:33:27 External Sort performance patch
Previous Message Thomas F. O'Connell 2006-01-25 20:02:17 Re: pgbench: Support Multiple Simultaneous Runs (with Mean and Std. Dev.)