Re: Is it useful to record whether plans are generic or custom?

Поиск
Список
Период
Сортировка
От Chengxi Sun
Тема Re: Is it useful to record whether plans are generic or custom?
Дата
Msg-id 161131474094.8805.3570893985530780135.pgcf@coridan.postgresql.org
обсуждение исходный текст
Ответ на Re: Is it useful to record whether plans are generic or custom?  (torikoshia <torikoshia@oss.nttdata.com>)
Список pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, failed
Implements feature:       tested, failed
Spec compliant:           not tested
Documentation:            not tested

Hi Atsushi,

I just run a few test on your latest patch. It works well. I agree with you, I think just tracking generic_calls is
enoughto get the reason of performance change from pg_stat_statements. I mean if you need more detailed information
aboutthe plan and execution of prepared statements, it is better to store this information in a separate view. It seems
morereasonable to me.
 

Regards,

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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [PATCH] Identify LWLocks in tracepoints
Следующее
От: "Tang, Haiying"
Дата:
Сообщение: RE: Parallel Inserts in CREATE TABLE AS