Re: Is index deduplication active on an index

From: Mahesh Shetty <maheshetty20(at)gmail(dot)com>
To: Craig Milhiser <craig(at)milhiser(dot)com>
Cc: pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: Is index deduplication active on an index
Date: 2024-08-24 06:16:56
Message-ID: CAJPiW+i0YYT_i2n218FtB85JJLnZj7WUAARowDsvZQ5sfWqbAQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Even I’m looking for the same.

On Sat, Aug 24, 2024 at 12:55 AM Craig Milhiser <craig(at)milhiser(dot)com> wrote:

> Is there a way I can determine if index deduplication is active on the
> indexes?
>
> I inherited a database that has been upgraded from v12 to 13 to 16. I
> checked the upgrade scripts used and there was not a reindex run during the
> upgrades. Someone may have run a reindex over the years.
>
> Then I can reindex if needed those indexes created prior to v13.
>
> I looked in pg_index but I did not find a field. Perhaps it is in a flag
> in indoption but I did not see that in the definition in
> src/include/catalog/pg_index.h. I see the allequalimage flag to protect the
> conditions described in the documentation. But I do not know if that flag
> is reused to signify this index has been evaluated for deduplication due to
> a reindex and it is safe. A comment in _bt_allequalimage in
> src/backend/access/nbtree/nbtutils.c says the flag is stored in the index
> meta page. Is there a way to find index deduplication is active for an
> index from a postgresql client?
>
> Thanks
>
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Peter Geoghegan 2024-08-26 00:01:32 Re: Is index deduplication active on an index
Previous Message Dennis White 2024-08-23 21:29:07 Logical replication stopped suddenly claiming wal_status lost when max_slot_wal_keep_size was unlimited