Re: Libpq COPY optimization patch

From: "Alon Goldshuv" <agoldshuv(at)greenplum(dot)com>
To: pgsql-patches(at)postgresql(dot)org
Subject: Re: Libpq COPY optimization patch
Date: 2006-01-25 09:22:22
Message-ID: BFFD0FF0.C2BE%agoldshuv@greenplum.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

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.

Alon.

Attachment Content-Type Size
libpq_copy.patch application/octet-stream 964 bytes

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Devrim GUNDUZ 2006-01-25 14:08:44 Adding a --quiet option to initdb
Previous Message Tom Lane 2006-01-25 06:46:01 Re: pgbench: Support Multiple Simultaneous Runs (with Mean and Std. Dev.)