Strange query duration

Поиск
Список
Период
Сортировка
От Fernando Hevia
Тема Strange query duration
Дата
Msg-id 024301c8ec2e$aae2cc20$8f01010a@iptel.com.ar
обсуждение исходный текст
Ответы Re: Strange query duration  (Stephan Szabo <sszabo@megazone.bigpanda.com>)
Re: Strange query duration  ("Richard Broersma" <richard.broersma@gmail.com>)
Re: Strange query duration  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-sql
Hi list,
I just enabled log duration in a 8.3.1 database and got puzzling
information.
I have a daemon shell-script run every 10 seconds the following:  psql -c "select f_tasador();"
The 'f_tasador' procedure is quite fast. As per log output I can see the
procedure completes its execution within one second. Nevertheless in the LOG
duration entry it shows a statement duration of over 36 secs.
¿What is going on? ¿Where come those 36 seconds from?

Regards,
Fernando


--- Postgres Log extract ---
2008-07-22 15:52:37 ART|postgres| LOG:  statement: select f_tasador();
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450000] Billable account
found
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450000] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450000] Destination
3514719096 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450000] Destination
3576421309 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450000] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450000] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450000] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450002] No active billable
account found
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450008] Billable account
found
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450009] Billable account
found
2008-07-22 15:52:37 ART|postgres| NOTICE:  [3576450009] Destination
3516009059 not billable
2008-07-22 15:52:37 ART|postgres| LOG:  duration: 38.154 ms
2008-07-22 15:52:47 ART|postgres| LOG:  statement: select f_tasador();
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450000] Billable account
found
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450000] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450000] Destination
3514719096 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450000] Destination
3576421309 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450000] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450000] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450000] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450002] No active billable
account found
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450008] Billable account
found
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450008] Destination
3514601344 not billable
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450009] Billable account
found
2008-07-22 15:52:47 ART|postgres| NOTICE:  [3576450009] Destination
3516009059 not billable
2008-07-22 15:52:47 ART|postgres| LOG:  duration: 36.781 ms



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

Предыдущее
От: "Christian Kindler"
Дата:
Сообщение: Re: How to Select a Tupl by Nearest Date
Следующее
От: Stephan Szabo
Дата:
Сообщение: Re: Strange query duration