Re: 7.3 schedule

Поиск
Список
Период
Сортировка
От Hannu Krosing
Тема Re: 7.3 schedule
Дата
Msg-id 1018604983.5365.12.camel@taru.tm.ee
обсуждение исходный текст
Ответ на Re: 7.3 schedule  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
On Thu, 2002-04-11 at 22:48, Tom Lane wrote:
> Barry Lind <barry@xythos.com> writes:
> > ...
> > Since we 
> > don't currently provide any information to the user on the relative cost 
> > of the parse, plan and execute phases, the end user is going to be 
> > guessing IMHO.
> 
> You can in fact get that information fairly easily; set 
> show_parser_stats, show_planner_stats, and show_executor_stats to 1
> and then look in the postmaster log for the results.

One thing that seems to be missing is backend ids for query stats - if I
set 

log_timestamp = true
log_pid = true

then I get pid for query but _not_ for stats

If I have many long-running queries then it is impossible to know which
stats are for which query ;(

----------------
Hannu




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

Предыдущее
От: Dave Page
Дата:
Сообщение: Re: RFC: Restructuring pg_aggregate
Следующее
От: John Gray
Дата:
Сообщение: Re: command.c breakup