Re: Fillfactor effectiveness on existing table

From: Durgamahesh Manne <maheshpostgres9(at)gmail(dot)com>
To: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
Cc: pgsql-general <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Fillfactor effectiveness on existing table
Date: 2026-02-11 08:53:47
Message-ID: CAJCZko+weUdhxMsccLQ+aVWNxAb1G4YWesJbebSxcTe8hh8AtQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Wed, 11 Feb, 2026, 12:07 Laurenz Albe, <laurenz(dot)albe(at)cybertec(dot)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

>

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Egor Voynov 2026-02-11 08:53:58 Access to pg_replication_origin* functions
Previous Message Laurenz Albe 2026-02-11 06:37:12 Re: Fillfactor effectiveness on existing table