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

From Tom Lane
Subject Re: Maintaining cluster order on insert
Date
Msg-id 11028.1182005784@sss.pgh.pa.us
Whole thread Raw
In response to Re: Maintaining cluster order on insert  ("Jaime Casanova" <systemguards@gmail.com>)
Responses Re: Maintaining cluster order on insert  ("Jaime Casanova" <systemguards@gmail.com>)
List pgsql-patches
"Jaime Casanova" <systemguards@gmail.com> writes:
> another question: if the fillfactor is 100% then is a complete waste
> of time to look for a suggested block. maybe we could check for that?

No, it isn't, since the page might have been vacuumed since it was last
filled up.

            regards, tom lane

pgsql-patches by date:

Previous
From: "Simon Riggs"
Date:
Subject: Re: Load Distributed Checkpoints, revised patch
Next
From: Tom Lane
Date:
Subject: Re: Load Distributed Checkpoints, revised patch