[GENERAL] Postgres 9.x table/index stats reset timestamp

Поиск
Список
Период
Сортировка
От Dave Quello
Тема [GENERAL] Postgres 9.x table/index stats reset timestamp
Дата
Msg-id CAAdcU1UR5bC-C57qOwDqLEnD6EGG3efCA8qeArFHziHJgGFnmQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: [GENERAL] Postgres 9.x table/index stats reset timestamp
Список pgsql-general

Hi,


Function pg_stat_reset_single_table_counters() resets stats for a single table/index that you typically query through pg_stat_user_tables or pg_stat_user_indexes, but there is no apparent way to retrieve the timestamp of the reset.  All stats in the db can be reset using pg_stat_reset() and the last reset date can be retrieved from pg_stat_database, but I’d prefer not to reset ALL stats when the focus is on a particular table/index.

 Are individual table/index reset timestamps stored?  If so, can they be retrieved?


Thanks,
Dave

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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: [GENERAL] pg_restore successful with warnings returns exit codeof non-zero
Следующее
От: scott ribe
Дата:
Сообщение: [GENERAL] PG on SSD