Re: [HACKERS] Execution time

Поиск
Список
Период
Сортировка
От Mattias Kregert
Тема Re: [HACKERS] Execution time
Дата
Msg-id 34FFD43B.12B4B185@algonet.se
обсуждение исходный текст
Ответ на Execution time  (Shiby Thomas <sthomas@cise.ufl.edu>)
Ответы Re: [HACKERS] Execution time  (Shiby Thomas <sthomas@cise.ufl.edu>)
Список pgsql-hackers
Shiby Thomas wrote:
>
> Hi,
>
> In postgres, is there a way to get the CPU time and I/O time taken (separately)
> to execute a query? Does the profile info. help in some way to
> calculate the CPU/IO break up at least approximately.
>
> What is the best way to do it? Any kind of help is greatly appreciated.
>
> Thanks
> --shiby

How about running "time postgres ..." and connecting to the backend
without using the postmaster?

/* m */

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

Предыдущее
От: Mattias Kregert
Дата:
Сообщение: Re: [HACKERS] AUTO_INCREMENT suggestion
Следующее
От: Mattias Kregert
Дата:
Сообщение: Re: [HACKERS] PostgreSQL and DBI/DBD...vs Pg.pm