Re: unlogged tables vs. GIST - Mailing list pgsql-hackers

From Tom Lane
Subject Re: unlogged tables vs. GIST
Date
Msg-id 4267.1292614301@sss.pgh.pa.us
Whole thread Raw
In response to Re: unlogged tables vs. GIST  (Robert Haas <robertmhaas@gmail.com>)
Responses Re: unlogged tables vs. GIST  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Robert Haas <robertmhaas@gmail.com> writes:
> Another possibly-useful thing about mandating a full page header for
> every page is that it might give us a way of avoiding unnecessary full
> page writes.  As I wrote previously:

Could we do that via a bufmgr status bit, instead?  Heikki's idea has
the merit that it actually reduces bufmgr's knowledge of page headers,
rather than increasing it (since a buffer marked UNLOGGED would need
no assumptions at all about its content).
        regards, tom lane


pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: unlogged tables vs. GIST
Next
From: Robert Haas
Date:
Subject: Re: unlogged tables vs. GIST