Re: FSM search modes - Mailing list pgsql-hackers

From Robert Haas
Subject Re: FSM search modes
Date
Msg-id 603c8f070910011409n1f375c5cy9708bb01af02e9c6@mail.gmail.com
Whole thread Raw
In response to Re: FSM search modes  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
On Thu, Oct 1, 2009 at 4:47 PM, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> A possible downside of keeping things compact this way is that you'd
> probably get a longer average search distance because of all the early
> pages tending to remain full.  Maybe what we want is some bias against
> inserting in the last half or quarter of the table, or some such rule,
> rather than necessarily heading for the start of the relation.

Yeah, that seems better.  Avoiding the last quarter seems like it
would likely be sufficient.

If it's not too hard, it might make sense to only apply this bias when
we know that the table is already somewhat bloated.

...Robert


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: FSM search modes
Next
From: Robert Haas
Date:
Subject: Re: FSM search modes