Re: Libpq COPY optimization patch

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Libpq COPY optimization patch
Дата
Msg-id 6223.1138221968@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Libpq COPY optimization patch  ("Alon Goldshuv" <agoldshuv@greenplum.com>)
Список 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 по дате отправления:

Предыдущее
От: "Thomas F. O'Connell"
Дата:
Сообщение: Re: pgbench: Support Multiple Simultaneous Runs (with Mean and Std. Dev.)
Следующее
От: Simon Riggs
Дата:
Сообщение: External Sort performance patch