Re: COPY FROM performance improvements

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: COPY FROM performance improvements
Дата
Msg-id 3251.1119742028@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: COPY FROM performance improvements  ("Alon Goldshuv" <agoldshuv@greenplum.com>)
Ответы Re: COPY FROM performance improvements  ("Alon Goldshuv" <agoldshuv@greenplum.com>)
Re: COPY FROM performance improvements  ("Luke Lonergan" <llonergan@greenplum.com>)
Список pgsql-patches
"Alon Goldshuv" <agoldshuv@greenplum.com> writes:
> A struct "bytebuffer" is used instead of a StringInfoData for storing the
> line and attributes. A StringInfoData is actually really cool and useful,
> but we don't really need it's formatting capabilities in COPY FROM (as far
> as I know), and so the bytebuffer is more straightfoward and faster.

Is it really faster than appendStringInfoString or
appendBinaryStringInfo?

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Petr Jelínek
Дата:
Сообщение: Re: limiting connections per user/database
Следующее
От: Tom Lane
Дата:
Сообщение: Re: limiting connections per user/database