Re: Execution history of a single query

Поиск
Список
Период
Сортировка
От Greg Sabino Mullane
Тема Re: Execution history of a single query
Дата
Msg-id CAKAnmmLUNqcdt=koFQD9PBRRX5Q=8VCFXpV47oNN1fJdfkYzKQ@mail.gmail.com
обсуждение исходный текст
Ответ на Execution history of a single query  (arun chirappurath <arunsnmimt@gmail.com>)
Список pgsql-general
Not directly through pg_stat_statements, no. But you can:

* Use log_min_duration_statement to spy on individual runs
* Periodically copy pg_stat_statements to another table, reset the stats, and then you have some time-based buckets to play with.

Cheers,
Greg

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

Предыдущее
От: arun chirappurath
Дата:
Сообщение: Execution history of a single query
Следующее
От: Julien Rouhaud
Дата:
Сообщение: Re: Execution history of a single query