Re: Performance analysis of plpgsql code

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Performance analysis of plpgsql code
Дата
Msg-id 20050627233303.GA17069@winnie.fuhr.org
обсуждение исходный текст
Ответ на Performance analysis of plpgsql code  ("Karl O. Pinc" <kop@meme.com>)
Ответы Re: Performance analysis of plpgsql code
Список pgsql-performance
On Mon, Jun 27, 2005 at 11:30:45PM +0000, Karl O. Pinc wrote:
>
> Short of that I think I'm going to be reduced to
> writing a C function that returns the real
> system time so I can spatter my code with
> RAISE statements that indicate actual execution
> time.

See timeofday().

http://www.postgresql.org/docs/8.0/static/functions-datetime.html#FUNCTIONS-DATETIME-CURRENT

--
Michael Fuhr
http://www.fuhr.org/~mfuhr/

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

Предыдущее
От: "Karl O. Pinc"
Дата:
Сообщение: Performance analysis of plpgsql code
Следующее
От: "Karl O. Pinc"
Дата:
Сообщение: Re: Performance analysis of plpgsql code