enable pg_stat_statements to track rows processed by REFRESH MATERIALIZED VIEW

From: Katsuragi Yuta <btkatsuragiyu(at)oss(dot)nttdata(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: enable pg_stat_statements to track rows processed by REFRESH MATERIALIZED VIEW
Date: 2020-09-25 08:55:35
Message-ID: 71f6bc72f8bbaa06e701f8bd2562c347@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

pg_stat_statements tracks the number of rows processed
by some utility commands.
But, currently, it does not track the number of rows
processed by REFRESH MATERIALIZED VIEW.

Attached patch enables pg_stat_statements to track
processed rows by REFRESH MATERIALIZED VIEW.

Regards,
Katsuragi Yuta

Attachment Content-Type Size
pg_stat_statements_mt_refresh_v1.patch text/x-diff 7.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2020-09-25 09:01:07 Re: Parallel INSERT (INTO ... SELECT ...)
Previous Message tsunakawa.takay@fujitsu.com 2020-09-25 08:55:03 RE: [Patch] Optimize dropping of relation buffers using dlist