How to detect if a postgresql gin index is bloated

From: "Wong, Kam Fook (TR Technology)" <kamfook(dot)wong(at)thomsonreuters(dot)com>
To: "pgsql-admin(at)lists(dot)postgresql(dot)org" <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: How to detect if a postgresql gin index is bloated
Date: 2024-07-24 21:06:45
Message-ID: CH0PR03MB61009EF4F9B7457D754579F9FEAA2@CH0PR03MB6100.namprd03.prod.outlook.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

I have a GIN index. Is there a way to detect if a postgres GIN index is bloated or not? The regular select * from pgstatindex('indexname'); does not work because the GIN index is not btree index.

Thank you
This e-mail is for the sole use of the intended recipient and contains information that may be privileged and/or confidential. If you are not an intended recipient, please notify the sender by return e-mail and delete this e-mail and any attachments. Certain required legal entity disclosures can be accessed on our website: https://www.thomsonreuters.com/en/resources/disclosures.html

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message khan Affan 2024-07-25 12:58:52 Re: How to detect if a postgresql gin index is bloated
Previous Message George Weaver 2024-07-24 18:45:36 Re: [EXTERNAL] Re: Detect who ran DROP schema