Re: Fillfactor effectiveness on existing table
Durgamahesh Manne <maheshpostgres9@gmail.com>
From: Durgamahesh Manne <maheshpostgres9@gmail.com>
To: Laurenz Albe <laurenz.albe@cybertec.at>
Cc: pgsql-general <pgsql-general@lists.postgresql.org>
Date: 2026-02-11T08:53:47Z
Lists: pgsql-general
On Wed, 11 Feb, 2026, 12:07 Laurenz Albe, <laurenz.albe@cybertec.at> wrote: > 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 > Hi Yes I have read. Will check get back to you soon. On fly info given earlier Regards Durga Mahesh >