From: | Amit Langote <Langote_Amit_f8(at)lab(dot)ntt(dot)co(dot)jp> |
---|---|
To: | Robert Haas <robertmhaas(at)gmail(dot)com> |
Cc: | Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, Amit Langote <amitlangote09(at)gmail(dot)com>, pokurev(at)pm(dot)nttdata(dot)co(dot)jp, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, bannos(at)nttdata(dot)co(dot)jp |
Subject: | Re: [PROPOSAL] VACUUM Progress Checker. |
Date: | 2016-03-10 06:36:20 |
Message-ID: | 56E115E4.9060805@lab.ntt.co.jp |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On 2016/03/10 14:29, Amit Langote wrote:
> I rebased remainder patches (attached).
>
> 0001 is a small patch to fix issues reported by Tomas and Vinayak. 0002
> and 0003 are WIP patches to implement progress reporting for vacuum.
Oops, in 0002, I wrongly joined with pg_class in the definition of
pg_stat_progress_vacuum to output the schema-qualified name of the table
being vacuumed. That means we need to connect to the correct database,
which is undesirable. Updated version fixes that (shows database name and
relid). You may also have noticed that I said pg_stat_progress_vacuum,
not pg_stat_vacuum_progress (IMHO, the former is a better name).
Updated patches attached.
Thanks,
Amit
Attachment | Content-Type | Size |
---|---|---|
0001-Some-minor-fixes-in-commit-b6fb6471.patch | text/x-diff | 1.7 KB |
0002-WIP-Implement-progress-reporting-for-VACUUM-command-v8.patch | text/x-diff | 12.6 KB |
0003-WIP-Add-a-block-number-argument-to-index-bulk-delete-v8.patch | text/x-diff | 10.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | David G. Johnston | 2016-03-10 06:40:30 | Re: [GENERAL] Request - repeat value of \pset title during \watch interations |
Previous Message | Michael Paquier | 2016-03-10 06:27:34 | Re: Improving replay of XLOG_BTREE_VACUUM records |