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

From Gregory Stark
Subject Re: Improving the Performance of Full Table Updates
Date
Msg-id 87odf963dc.fsf@oxford.xeocode.com
Whole thread Raw
In response to Re: Improving the Performance of Full Table Updates  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
"Tom Lane" <tgl@sss.pgh.pa.us> writes:

> "Heikki Linnakangas" <heikki@enterprisedb.com> 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.

I think mlock and msync(MS_SYNC) ought to be enough. I'm not sure every OS
implements them as specified though.

--  Gregory Stark 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: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Added the Skytools extended transaction ID module to contrib as