parse/bind/execute

Поиск
Список
Период
Сортировка
От Huang, Suya
Тема parse/bind/execute
Дата
Msg-id D83E55F5F4D99B4A9B4C4E259E6227CD0149D128@AUX1EXC01.apac.experian.local
обсуждение исходный текст
Ответы Re: parse/bind/execute
Список pgsql-performance

Hello,

 

I am using Pgbadger to analyze the postgresql database log recently and noticed a section “Prepared queries ratio”. For my report, it has:

 

1.03 as Ratio of bind vs prepare

0.12% Ratio between prepared and “usual” statements

 

I’m trying to understand what the above metrics mean and if it’s a problem. I found people can clearly clarify the parse/bind/execute time of a query. To my limited knowledge of Postgres, using explain analyze, I can only get the total execution time.

 

Can someone shed me some light on this subject? How to interpret the ratios?

 

Thanks,

Suya

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

Предыдущее
От: vlasmarias
Дата:
Сообщение: CPU load spikes when CentOS tries to reclaim 'cached' memory
Следующее
От: David G Johnston
Дата:
Сообщение: Re: parse/bind/execute