Re: FSM search modes - Mailing list pgsql-hackers

From Kevin Grittner
Subject Re: FSM search modes
Date
Msg-id 4AC4E420020000250002B590@gw.wicourts.gov
Whole thread Raw
In response to Re: FSM search modes  ("Kevin Grittner" <Kevin.Grittner@wicourts.gov>)
Responses Re: FSM search modes
List pgsql-hackers
"Kevin Grittner" <Kevin.Grittner@wicourts.gov> wrote: 
> I think it would make sense to just start using this once you get
> into the last half or quarter of the free pages.  If you go with the
> last quarter, then you might want to use a higher probability than I
> suggested above, although that would tend to leave you with
> contention when all the free space was in the last quarter.  I'd be
> inclined to use something like the above probability and start using
> it at 50%.
Fuzzy thinking there -- if it's the last quarter of the *free* pages,
the suggested probabilities should be fine.  (Somehow I got to
thinking, for a moment, that it would be the last quarter of the
relation's overall pages....)
-Kevin


pgsql-hackers by date:

Previous
From: "Kevin Grittner"
Date:
Subject: Re: FSM search modes
Next
From: Tom Lane
Date:
Subject: CREATE OR REPLACE FUNCTION vs ownership