Re: Inserting heap tuples in bulk in COPY - Mailing list pgsql-hackers

From Jeff Janes
Subject Re: Inserting heap tuples in bulk in COPY
Date
Msg-id CAMkU=1w_EeLZ3Fqy1vJotikLZsPO3_w4z+3t5YE-oSOx3QhHiQ@mail.gmail.com
Whole thread Raw
In response to Re: Inserting heap tuples in bulk in COPY  (Jeff Janes <jeff.janes@gmail.com>)
Responses Re: Inserting heap tuples in bulk in COPY
List 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

Attachment

pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: [COMMITTERS] pgsql: Enable CHECK constraints to be declared NOT VALID
Next
From: Peter Eisentraut
Date:
Subject: Re: Add pg_upgrade ENABLE_SAME_CATVERSION_UPGRADES macro for testing to