Re: Add index scan progress to pg_stat_progress_vacuum

From: "Imseih (AWS), Sami" <simseih(at)amazon(dot)com>
To: Nathan Bossart <nathandbossart(at)gmail(dot)com>
Cc: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, Peter Geoghegan <pg(at)bowt(dot)ie>, "Bossart, Nathan" <bossartn(at)amazon(dot)com>, Justin Pryzby <pryzby(at)telsasoft(dot)com>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Add index scan progress to pg_stat_progress_vacuum
Date: 2022-03-10 21:30:57
Message-ID: A8C3DA4F-FF8C-4E25-AC78-D94701F938BD@amazon.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Attached v4 which includes accounting for the hash size on startup, removal of the no longer needed comment in pgstatfuncs.c and a change in both code/docs to only reset the indexes_total to 0 when failsafe is triggered.
--
Sami Imseih
Amazon Web Services

Attachment Content-Type Size
v4-0001-Show-progress-for-index-vacuums.patch application/octet-stream 18.1 KB
v4-0002-Expose-indexes-being-processed-in-a-VACUUM-operat.patch application/octet-stream 20.1 KB
v4-0003-Rename-index_vacuum_count-in-pg_stat_pogress_vacu.patch application/octet-stream 2.8 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2022-03-10 21:51:01 Re: role self-revocation
Previous Message Chapman Flack 2022-03-10 21:02:13 Re: [PATCH] pg_permissions