Synthetic keys and index fillfactor - Mailing list pgsql-admin

From Ron
Subject Synthetic keys and index fillfactor
Date
Msg-id d50cc687-d903-3312-cee2-4f4fdc864b0a@gmail.com
Whole thread Raw
Responses Re: Synthetic keys and index fillfactor
List pgsql-admin
(This mostly pertains to recreating a PK on an existing table.)

Is there any reason to have the PK index on an ever-increasing field (for 
example SERIAL, sequence or timestamp fed by clock_timestamp() at time zone 
'UTC') be anything but fillfactor=100?

New records will always be added to the "lower right hand corner" of the 
tree, so having 20% empty space in the rest of the tree would just waste 
space (mainly buffers, but disk space could even start to add up on Very Big 
Tables).

-- 
Born in Arizona, moved to Babylonia.



pgsql-admin by date:

Previous
From: JP Pozzi
Date:
Subject: Re: MSSQL to PostgreSQL Migration
Next
From: "David G. Johnston"
Date:
Subject: Re: Synthetic keys and index fillfactor