Add min and max execute statement time in pg_stat_statement

Поиск
Список
Период
Сортировка
От KONDO Mitsumasa
Тема Add min and max execute statement time in pg_stat_statement
Дата
Msg-id 5260EB33.4050207@lab.ntt.co.jp
обсуждение исходный текст
Ответы Re: Add min and max execute statement time in pg_stat_statement  (Andrew Dunstan <andrew@dunslane.net>)
Список pgsql-hackers
I submit patch adding min and max execute statement time in pg_stat_statement in
next CF.

pg_stat_statement have execution time, but it is average execution time and does
not provide detail information very much. So I add min and max execute statement
time in pg_stat_statement columns. Usage is almost same as before. However, I add
pg_stat_statements_reset_time() function to get min_time and max_time in the
specific period. This function resets or inits min and max execution time before.

Regards,
--
Mitsumasa KONDO
NTT Open Source Software Center


Вложения

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

Предыдущее
От: Mark Kirkwood
Дата:
Сообщение: Re: ERROR : 'tuple concurrently updated'
Следующее
От: KONDO Mitsumasa
Дата:
Сообщение: Improvement of pg_stat_statement usage about buffer hit ratio