Re: Fetch statements

Поиск
Список
Период
Сортировка
От Michael Fuhr
Тема Re: Fetch statements
Дата
Msg-id 20051216184350.GA7097@winnie.fuhr.org
обсуждение исходный текст
Ответ на Fetch statements  (Carlos Benkendorf <carlosbenkendorf@yahoo.com.br>)
Ответы Re: Fetch statements
Список pgsql-general
On Fri, Dec 16, 2005 at 06:28:03PM +0000, Carlos Benkendorf wrote:
> I´m trying to discover some bad SQL statements in our environment
> but the logs are not helping too much... they say we´ve some very
> bad fetch statements but I don´t know how to discover the
> corresponding SELECT statement...  How can I find them?

What do you mean by "bad"?  Are the statements causing errors, or
are they just taking longer to run than you think they should?  The
following log entry suggests the latter.

> Some example:
> <10.0.1.122(3821) 5072 2005-12-16 10:36:12 BRST FETCH>LOG:  duration: 1855.818 ms  statement: fetch 1 in cur65c

Do your logs contain the DECLARE statement for the cur65c cursor?
If not, are you logging all statements or only those that last
longer than a certain amount of time (log_min_duration_statement)?

--
Michael Fuhr

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: is this a bug or I am blind?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Getting a DB password to work without editing pg_hba.conf, possible?