Re: Maintaining cluster order on insert - Mailing list pgsql-patches

From Jaime Casanova
Subject Re: Maintaining cluster order on insert
Date
Msg-id c2d9e70e0705172153g3207adb6kd4abdfdf3a9215ff@mail.gmail.com
Whole thread Raw
In response to Re: Maintaining cluster order on insert  (Heikki Linnakangas <heikki@enterprisedb.com>)
Responses Re: Maintaining cluster order on insert  ("Jaime Casanova" <systemguards@gmail.com>)
Re: Maintaining cluster order on insert  (Heikki Linnakangas <heikki@enterprisedb.com>)
List pgsql-patches
On 5/16/07, Heikki Linnakangas <heikki@enterprisedb.com> wrote:
> Jim C. Nasby wrote:
> > What about adding the ability to ask the FSM for a page that's near a
> > given page? That way if you did have to go to the FSM you could at least
> > try and insert close to the page you originally wanted.
>
> Yeah, there's always room for improvement. I made the patch when I was
> working on clustered indexes, and was mostly concerned about getting
> inserts to the same page as other tuples with similar values so that the
> clustered index stays clustered.
>

the patch doesn't apply in cvs... you'll need to update it...

--
regards,
Jaime Casanova

"Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs and the universe trying
to produce bigger and better idiots.
So far, the universe is winning."
                                       Richard Cook

pgsql-patches by date:

Previous
From: "Jaime Casanova"
Date:
Subject: Re: Updateable cursors patch
Next
From: "Jaime Casanova"
Date:
Subject: Re: Maintaining cluster order on insert