Re: Add index scan progress to pg_stat_progress_vacuum

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: "Imseih (AWS), Sami" <simseih(at)amazon(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add index scan progress to pg_stat_progress_vacuum
Date: 2021-12-20 19:27:26
Message-ID: 20211220192726.GV17618@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

This view also doesn't show vacuum progress across a partitioned table.

For comparison:

pg_stat_progress_create_index (added in v12) has:
partitions_total
partitions_done

pg_stat_progress_analyze (added in v13) has:
child_tables_total
child_tables_done

pg_stat_progress_cluster should have something similar.

--
Justin Pryzby
System Administrator
Telsasoft
+1-952-707-8581

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-12-20 19:36:35 Re: sqlsmith: ERROR: XX000: bogus varno: 2
Previous Message Andres Freund 2021-12-20 19:21:05 Re: Adding CI to our tree