Re: Fillfactor effectiveness on existing table

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: Durgamahesh Manne <maheshpostgres9(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Fillfactor effectiveness on existing table
Date: 2026-02-11 06:37:12
Message-ID: 2d3a434fe195f2f06734f06a9d0dd0cbfa9b00e6.camel@cybertec.at
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 2026-02-11 at 07:58 +0530, Durgamahesh Manne wrote:
> Hi 
> @Laurenz Albe 
> offer=> SELECT relname AS table_name, n_tup_upd AS updates, n_tup_hot_upd AS hot_updates FROM pg_stat_all_tables WHERE relname = 'market'; 
> table_name | updates | hot_updates 
> market | 5997455764 | 3752865557

Did you read my e-mail?

Yours,
Laurenz Albe

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Durgamahesh Manne 2026-02-11 08:53:47 Re: Fillfactor effectiveness on existing table
Previous Message Durgamahesh Manne 2026-02-11 03:26:38 Re: Fillfactor effectiveness on existing table