Re: Executing more than one function.

Поиск
Список
Период
Сортировка
От Giuseppe Sacco
Тема Re: Executing more than one function.
Дата
Msg-id 1314117755.27636.3.camel@scarafaggio
обсуждение исходный текст
Ответ на Executing more than one function.  (f vf <fvalentef@gmail.com>)
Список pgsql-general
Il giorno mar, 23/08/2011 alle 16.30 +0100, f vf ha scritto:
[...]

> it takes more time than if I execute one function at the time and sum
> the execution times of each one:
>
>
> BEGIN;
> SELECT functionX();
> COMMIT;
>
You should probably accout a time for the COMMIT operation. In one case
you commit only once, while in other case you commit three times.

Bye,
Giuseppe



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

Предыдущее
От: f vf
Дата:
Сообщение: Executing more than one function.
Следующее
От: Ray Stell
Дата:
Сообщение: Re: Wal archiving and streaming replication