Re: Detailed progress reporting for "vacuuming indexes" stage

From: Alexander Shchapov <alexanderad(at)gmail(dot)com>
To: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
Cc: PostgreSQL mailing lists <pgsql-general(at)postgresql(dot)org>
Subject: Re: Detailed progress reporting for "vacuuming indexes" stage
Date: 2017-01-24 08:37:14
Message-ID: CAOVT141oiRJ1c9Xw9Fnm0vBa071OD1W2_bQLMcKB95zH4+6gEw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Tue, Jan 24, 2017 at 8:57 AM, Michael Paquier
<michael(dot)paquier(at)gmail(dot)com> wrote:
> What would be more interesting would be like the heap to get
> information on the index block being cleaned up with reports being
> done via index_bulk_delete(). That's more work, and that would be more
> helpful than just a number.
>
> So patches welcome.

Thanks for the reply and a tip, Michael.
Do I get it correctly, that you suggesting to calculate something like
index_blks_total and increment index_blks_vacuumed?

I'll try to look into this.

--
Alexander Shchapov

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Simon Riggs 2017-01-24 09:08:01 Re: Detailed progress reporting for "vacuuming indexes" stage
Previous Message Michael Paquier 2017-01-24 06:57:53 Re: Detailed progress reporting for "vacuuming indexes" stage