Re: Improving the Performance of Full Table Updates - Mailing list pgsql-hackers

From Heikki Linnakangas
Subject Re: Improving the Performance of Full Table Updates
Date
Msg-id [email protected]
Whole thread Raw
In response to Re: Improving the Performance of Full Table Updates  (Tom Lane <[email protected]>)
Responses Re: Improving the Performance of Full Table Updates
List pgsql-hackers
Tom Lane wrote:
> "Heikki Linnakangas" <[email protected]> writes:
>> * mmap the WAL segments, instead of using the slru buffers.
> 
> This one's almost certainly a nonstarter, for lack of any portable way
> to control when writes happen.

For flushing, there's msync, which I believe is quite portable.

We mustn't write data pages before the WAL hits the disk, but we don't
have any such limitation for WAL.

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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Improving the Performance of Full Table Updates
Next
From: Magnus Hagander
Date:
Subject: Re: [COMMITTERS] pgsql: Added the Skytools extended transaction ID module to contrib as