Autovacuum log messges re: index scans

From: Wells Oliver <wells(dot)oliver(at)gmail(dot)com>
To: pgsql-admin <pgsql-admin(at)postgresql(dot)org>
Subject: Autovacuum log messges re: index scans
Date: 2024-05-14 00:49:33
Message-ID: CAOC+FBUESbANqPdfAmAO8YhT5Q_25VJ6NeDX8esS4ffyV-OEog@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Can someone point me to more detail about this sort of message which comes
from the automatic vacuum log messages?

index scan needed: 309538 pages from table (17.70% of total) had
27187607 dead item identifiers removed

I am trying to figure out what the "dead item identifiers" means exactly
and what's happening here in this step. Does it indicate an index was
somehow optimized?

I do see lines following this that pertain to individual indexes, what can
I glean exactly from these? e.g.

index "myidx": pages: 169980 in total, 9410 newly deleted, 9681
currently deleted, 271 reusable

Thank you.

--
Wells Oliver
wells(dot)oliver(at)gmail(dot)com <wellsoliver(at)gmail(dot)com>

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Norbert Poellmann 2024-05-15 07:36:42 Re: Postgres build doc
Previous Message Naveed Iftikhar 2024-05-13 16:55:10 Re: Postgres build doc