Add statistics refresh materialized view

Поиск
Список
Период
Сортировка
От Seino Yuki
Тема Add statistics refresh materialized view
Дата
Msg-id 6fe02a8ab3b2b0801933b9cabfab62cf@oss.nttdata.com
обсуждение исходный текст
Ответы Re: Add statistics refresh materialized view
Список pgsql-hackers
Hi.

This is a proposal for a new feature in statistics collector.
I think we need to add statistics about refresh matview to 
pg_stat_all_tables view.

When the "REFRESH MATERIALIZED VIEW" was executed, the number of times 
it was executed
and date it took were not recorded anywhere.

"pg_stat_statements" can be used to get the number of executions and the 
date and time of execution,
but this information is statement-based, not view-based.
Also, that method requires the high cost of "pg_stat_statements".

This patch will add statistics(count, last time) about "REFRESH 
MATERIALIZED VIEW"
to pg_stat_all_tables(pg_stat_user_tables, [pg_stat_sys_tables]).

What do you think?

Regards,
Seino Yuki
Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: ilmari@ilmari.org (Dagfinn Ilmari Mannsåker)
Дата:
Сообщение: Re: Replace remaining castNode(…, lfirst(…)) and friends calls with l*_node()
Следующее
От: Bruce Momjian
Дата:
Сообщение: enable_resultcache confusion