Re: Fillfactor question

From: Bzzzz <lazyvirus(at)gmx(dot)com>
To: pgsql-novice(at)lists(dot)postgresql(dot)org
Subject: Re: Fillfactor question
Date: 2025-05-14 16:57:47
Message-ID: 20250514185747.3d1fb16e@msi
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Wed, 14 May 2025 12:42:31 -0400
Greg Sabino Mullane <htamfids(at)gmail(dot)com> wrote:

> On Wed, May 14, 2025 at 5:29 AM Bzzzz <lazyvirus(at)gmx(dot)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

--

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Sherman Willden 2025-06-21 19:17:43 been away awhile but postgresql doesn't work for me now
Previous Message Greg Sabino Mullane 2025-05-14 16:42:31 Re: Fillfactor question