Re: Inserting heap tuples in bulk in COPY

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: Inserting heap tuples in bulk in COPY
Дата
Msg-id CAMkU=1w_EeLZ3Fqy1vJotikLZsPO3_w4z+3t5YE-oSOx3QhHiQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Inserting heap tuples in bulk in COPY  (Jeff Janes <jeff.janes@gmail.com>)
Ответы Re: Inserting heap tuples in bulk in COPY  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
Список pgsql-hackers
On Fri, Nov 25, 2011 at 12:53 PM, Jeff Janes <jeff.janes@gmail.com> wrote:

> Hi Heikki,
>
> Thanks for this patch.  Doing bulk copies in parallel for me is now
> limited by the IO subsystem rather than the CPU.
>
> This patch, commit number d326d9e8ea1d69, causes fillfactor to be
> ignored for the copy command.  Is this acceptable collateral damage?

Having looked into it a little bit, I think this might be an acceptable fix.

Cheers,

Jeff

Вложения

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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing to