Re: [PERFORM] Performance of Parser?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [PERFORM] Performance of Parser?
Дата
Msg-id 28391.1168734268@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Performance of Parser?  (Jignesh Shah <J.K.Shah@Sun.COM>)
Ответы Re: [PERFORM] Performance of Parser?  (Dave Cramer <pg@fastcrypt.com>)
Список pgsql-hackers
Jignesh Shah <J.K.Shah@Sun.COM> writes:
> The appserver is basically using bunch of prepared statements that the
> server should be executing directly without doing the parsing again.

Better have another look at that theory, because you're clearly spending
a lot of time in parsing (operator resolution to be specific).  I think
your client code is failing to re-use prepared statements the way you
think it is.

            regards, tom lane

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Memory context in exception handler
Следующее
От: "Andrew Dunstan"
Дата:
Сообщение: Re: Performance of Parser?