Queries causing highest I/O load since pg_stat_reset?

Поиск
Список
Период
Сортировка
От Mikael Carneholm
Тема Queries causing highest I/O load since pg_stat_reset?
Дата
Msg-id 7F10D26ECFA1FB458B89C5B4B0D72C2B08820F@sesrv12.wirelesscar.com
обсуждение исходный текст
Ответы Re: Queries causing highest I/O load since pg_stat_reset?  (Jaime Casanova <systemguards@gmail.com>)
Re: Queries causing highest I/O load since pg_stat_reset?  ("Jim C. Nasby" <jnasby@pervasive.com>)
Список pgsql-general
Hi,

is it possible to retrieve a list of queries that has caused the highest i/o load? Something like

(1) select pg_stat_reset();
(2) run some queries for a while
(3) list the queries that caused the highest i/o since step (1)

?

/Mikael

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Bug with index-usage?
Следующее
От: Jaime Casanova
Дата:
Сообщение: Re: Queries causing highest I/O load since pg_stat_reset?