Re: Load Distributed Checkpoints, take 3 - Mailing list pgsql-patches

From Heikki Linnakangas
Subject Re: Load Distributed Checkpoints, take 3
Date
Msg-id 468140F6.5010200@enterprisedb.com
Whole thread Raw
In response to Re: Load Distributed Checkpoints, take 3  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Load Distributed Checkpoints, take 3
List pgsql-patches
Tom Lane wrote:
> Heikki Linnakangas <heikki@enterprisedb.com> writes:
>> Tom Lane wrote:
>>> (Note that COPY per se will not trigger this behavior anyway, since it
>>> will act in a limited number of buffers because of the recent buffer
>>> access strategy patch.)
>
>> Actually we dropped it from COPY, because it didn't seem to improve
>> performance in the tests we ran.
>
> Who's "we"?  AFAICS, CVS HEAD will treat a large copy the same as any
> other large heapscan.

Umm, I'm talking about populating a table with COPY *FROM*. That's not a
heap scan at all.

--
   Heikki Linnakangas
   EnterpriseDB   http://www.enterprisedb.com

pgsql-patches by date:

Previous
From: Tom Lane
Date:
Subject: Re: Load Distributed Checkpoints, take 3
Next
From: Tom Lane
Date:
Subject: Re: Load Distributed Checkpoints, take 3