Re: Fillfactor question

Bzzzz <lazyvirus@gmx.com>

From: Bzzzz <lazyvirus@gmx.com>
To: pgsql-novice@lists.postgresql.org
Date: 2025-05-14T16:57:47Z
Lists: pgsql-novice
On Wed, 14 May 2025 12:42:31 -0400
Greg Sabino Mullane <htamfids@gmail.com> wrote:

> On Wed, May 14, 2025 at 5:29 AM Bzzzz <lazyvirus@gmx.com> wrote:
> 
> > does creating a table with fillfactor=75 automatically propagate to
> > its indexes or am I obliged to also modify their fillfactor
> > accordingly ?
> >
> 
> They are separate, so you will need to modify both.

OK, too bad indexes fillfactor do not follow the one of their table by
default :/

Thanks, Greg.

Jean-Yves

--