Re: Increasing the length of pg_stat_activity.current_query...

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Increasing the length of pg_stat_activity.current_query...
Дата
Msg-id 17641.1099782881@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Increasing the length of  (Simon Riggs <simon@2ndquadrant.com>)
Ответы Re: Increasing the length of pg_stat_activity.current_query...
Список pgsql-hackers
Simon Riggs <simon@2ndquadrant.com> writes:
> Not having the whole query is painful. Raising it to 1K doesn't get
> round the fact that it's the longer queries that tend to be the more
> painful ones, and so they are the ones you want to trap in full and
> EXPLAIN, so you can find out if they are *ever* coming back. 

... so look in the postmaster log ...

> I'd vote in favour of relaxing the limit entirely, as Sean suggests.

The choice is not between "limit" and "no limit", it is between
"limit" and "broken".
        regards, tom lane


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: relative_path() seems overly complicated and buggy
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Proposal for Recover mode in pg_ctl (in 8.0)