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

From Andrew Dunstan
Subject Re: Inserting heap tuples in bulk in COPY
Date
Msg-id 4E4596B3.5030501@dunslane.net
Whole thread Raw
In response to Re: Inserting heap tuples in bulk in COPY  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers

On 08/12/2011 04:57 PM, Robert Haas wrote:
> I thought about trying to do this at one point in the past, but I
> couldn't figure out exactly how to make it work.  I think the approach
> you've taken here is good.
>
> Aside from the point already raised about needing to worry only about
> BEFORE ROW triggers, I don't see any showstoppers.


Yeah, this looks very promising indeed. Well done. In fact, I'm asking 
myself how hard it will be to backport for one particular customer of 
ours, for whom the WAL load is a major hotspot.

cheers

andrew


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: Inserting heap tuples in bulk in COPY
Next
From: Dimitri Fontaine
Date:
Subject: Re: Enforcing that all WAL has been replayed after restoring from backup