Re: Fillfactor effectiveness on existing table - Mailing list pgsql-general

From Laurenz Albe
Subject Re: Fillfactor effectiveness on existing table
Date
Msg-id 2d3a434fe195f2f06734f06a9d0dd0cbfa9b00e6.camel@cybertec.at
Whole thread Raw
In response to Re: Fillfactor effectiveness on existing table  (Durgamahesh Manne <maheshpostgres9@gmail.com>)
Responses Re: Fillfactor effectiveness on existing table
List 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
WHERErelname = 'market';  
> table_name | updates | hot_updates 
> market | 5997455764 | 3752865557

Did you read my e-mail?

Yours,
Laurenz Albe



pgsql-general by date:

Previous
From: Durgamahesh Manne
Date:
Subject: Re: Fillfactor effectiveness on existing table
Next
From: Durgamahesh Manne
Date:
Subject: Re: Fillfactor effectiveness on existing table