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

From Tom Lane
Subject Re: Improving the Performance of Full Table Updates
Date
Msg-id 18439.1191852283@sss.pgh.pa.us
Whole thread Raw
In response to Re: Improving the Performance of Full Table Updates  ("Heikki Linnakangas" <heikki@enterprisedb.com>)
Responses Re: Improving the Performance of Full Table Updates
Re: Improving the Performance of Full Table Updates
List pgsql-hackers
"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.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Another Idea: Try Including snapshot with TOAS (was: Including Snapshot Info with Indexes)
Next
From: "Heikki Linnakangas"
Date:
Subject: Re: Improving the Performance of Full Table Updates