Re: Regarding fillfactor use case for only delete ops

2025-06-07 Thread Ron Johnson
On Sat, Jun 7, 2025 at 7:53 AM Laurenz Albe wrote: > On Fri, 2025-06-06 at 09:59 -0400, Ron Johnson wrote: > > On Fri, Jun 6, 2025 at 8:57 AM Laurenz Albe > wrote: > > > On Fri, 2025-06-06 at 14:10 +0530, Durgamahesh Manne wrote: > > > > Can we generate a fill factor for tables that have delete

Re: Regarding fillfactor use case for only delete ops

2025-06-07 Thread Laurenz Albe
On Fri, 2025-06-06 at 09:59 -0400, Ron Johnson wrote: > On Fri, Jun 6, 2025 at 8:57 AM Laurenz Albe wrote: > > On Fri, 2025-06-06 at 14:10 +0530, Durgamahesh Manne wrote: > > > Can we generate a fill factor for tables that have delete ops ? > > > > > > Does the fill factor really work and help to

Re: Regarding fillfactor use case for only delete ops

2025-06-06 Thread Adrian Klaver
On 6/6/25 16:09, Durgamahesh Manne wrote: Hi I have partitioned table with retention policy of 90 days and will be auto purged partitions beyond 90 days and  for last 90 days tables inserts and deletes usually run through apl call Here due to deletes ops on last 90 days weekly partitions b

Re: Regarding fillfactor use case for only delete ops

2025-06-06 Thread Adrian Klaver
On 6/6/25 16:04, Durgamahesh Manne wrote: Hi I believe that fill factor works exclusively for updates of HOT tables but not for delete ops From here: https://www.postgresql.org/docs/current/sql-createtable.html "fillfactor (integer) The fillfactor for a table is a percentage betw

Re: Regarding fillfactor use case for only delete ops

2025-06-06 Thread Durgamahesh Manne
On Fri, Jun 6, 2025 at 7:31 PM Ron Johnson wrote: > On Fri, Jun 6, 2025 at 4:36 AM Durgamahesh Manne < > maheshpostgr...@gmail.com> wrote: > >> Hi Team >> >> Can we generate a fill factor for tables that have delete ops ? >> >> Does the fill factor really work and help to minimize the bloat for

Re: Regarding fillfactor use case for only delete ops

2025-06-06 Thread Durgamahesh Manne
On Fri, Jun 6, 2025 at 7:29 PM Ron Johnson wrote: > On Fri, Jun 6, 2025 at 8:57 AM Laurenz Albe > wrote: > >> On Fri, 2025-06-06 at 14:10 +0530, Durgamahesh Manne wrote: >> > Can we generate a fill factor for tables that have delete ops ? >> > >> > Does the fill factor really work and help to mi

Re: Regarding fillfactor use case for only delete ops

2025-06-06 Thread Ron Johnson
On Fri, Jun 6, 2025 at 4:36 AM Durgamahesh Manne wrote: > Hi Team > > Can we generate a fill factor for tables that have delete ops ? > > Does the fill factor really work and help to minimize the bloat for tables > that have delete ops? > > I have parent table with weekly partitions So for every

Re: Regarding fillfactor use case for only delete ops

2025-06-06 Thread Ron Johnson
On Fri, Jun 6, 2025 at 8:57 AM Laurenz Albe wrote: > On Fri, 2025-06-06 at 14:10 +0530, Durgamahesh Manne wrote: > > Can we generate a fill factor for tables that have delete ops ? > > > > Does the fill factor really work and help to minimize the bloat for > tables that have delete ops? > > > > I

Re: Regarding fillfactor use case for only delete ops

2025-06-06 Thread Laurenz Albe
On Fri, 2025-06-06 at 14:10 +0530, Durgamahesh Manne wrote: > Can we generate a fill factor for tables that have delete ops ? > > Does the fill factor really work and help to minimize the bloat for tables > that have delete ops? > > I have parent table with weekly partitions So for every week 50