On Tue, 2008-11-18 at 12:54 -0500, Aidan Van Dyk wrote:
> * Tom Lane <[EMAIL PROTECTED]> [081118 12:43]:
> > Aidan Van Dyk <[EMAIL PROTECTED]> writes:

> > The trouble here is to avoid repeated WAL-logging of the same hint bits.
> > 
> > (Alvaro's patch tried to do that by depending on another hint bit in the
> > page header, but that seems unsafe if hint bit setters aren't taking
> > exclusive lock.)
> 
> And I know it's extra IO.  That's why I started the whole thing with a 
> question
> along the lines of "how much extra IO are people going to take" for the sake 
> of
> "guarenteeing" we read exactly what we wrote.

Those that need it will turn it on, those that don't won't.

IO is cheap for those that are going to actually need this feature.

Joshua D. Drake

> 
> a.
> 
-- 


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to